<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>av01d &#187; Apache</title>
	<atom:link href="http://www.avoid.org/?feed=rss2&#038;cat=10" rel="self" type="application/rss+xml" />
	<link>http://www.avoid.org</link>
	<description>Gadgets, Computers and Nerdy Stuff</description>
	<lastBuildDate>Mon, 08 Apr 2013 09:59:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Apache &#8220;rewrite rule&#8221; for REST API</title>
		<link>http://www.avoid.org/?p=126</link>
		<comments>http://www.avoid.org/?p=126#comments</comments>
		<pubDate>Mon, 08 Apr 2013 09:59:48 +0000</pubDate>
		<dc:creator>Arjan</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://www.avoid.org/?p=126</guid>
		<description><![CDATA[Here&#8217;s how you can configure your Apache webserver for a REST API, without using rewrite rules (thus: you don&#8217;t need the rewrite engine). Simply add the following line to your &#60;VirtualHost&#62;: AliasMatch ^/api/rest/v1/(.*)$ /var/www/[mywebsite]/htdocs/api/rest/v1/index.php In index.php, you can read the parameters like so: &#60;?php    $path = preg_replace('~^/rest/v1/~', '', $_SERVER['SCRIPT_NAME']);    $parts = explode('/', $path);&#8230;]]></description>
		<wfw:commentRss>http://www.avoid.org/?feed=rss2&#038;p=126</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring DiskStation for multiple websites</title>
		<link>http://www.avoid.org/?p=38</link>
		<comments>http://www.avoid.org/?p=38#comments</comments>
		<pubDate>Sat, 20 Mar 2010 14:11:43 +0000</pubDate>
		<dc:creator>Arjan</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[DiskStation]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[virtualhost]]></category>

		<guid isPermaLink="false">http://arjan.webpower.nl/?p=38</guid>
		<description><![CDATA[The Synology DiskStation comes with the Apache webserver. The &#8220;Web Station&#8221; functionality allows you to host a website. You can even run multiple virtual hosts. These &#8220;default&#8221; virtual hosts, however, cannot be configured in detail. But it is very well possible to host multiple websites on a single DiskStation, while still being able to configure&#8230;]]></description>
		<wfw:commentRss>http://www.avoid.org/?feed=rss2&#038;p=38</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
