<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Commentaires sur : WordPress avec Lighttpd</title>
	<atom:link href="http://naeh.net/wordpress-avec-lighttpd/feed/" rel="self" type="application/rss+xml" />
	<link>http://naeh.net/wordpress-avec-lighttpd/</link>
	<description>Le mémo du développeur</description>
	<lastBuildDate>Wed, 25 Jan 2012 23:12:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Par : Naeh</title>
		<link>http://naeh.net/wordpress-avec-lighttpd/#comment-44</link>
		<dc:creator>Naeh</dc:creator>
		<pubDate>Mon, 22 Sep 2008 21:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://naeh.net/wordpress-avec-lighttpd/#comment-44</guid>
		<description>si ça peut aider, voici le vhost complet de naeh.net :

&lt;pre&gt;
$HTTP[&quot;host&quot;] =~ &quot;(www&#124;blog\.)?naeh\.net&quot; {
        server.document-root = &quot;/path/to/www.naeh.net/&quot;
        dir-listing.activate = &quot;disable&quot;
        accesslog.filename = &quot;/var/log/lighttpd/www.naeh.net.access.log&quot;
        server.errorlog = &quot;/var/log/lighttpd/www.naeh.net.error.log&quot;

        server.error-handler-404 = &quot;/index.php?error=404&quot;

        url.rewrite = (
        &quot;^/(wp-.+).*/?&quot; =&gt; &quot;$0&quot;,
        &quot;^/(sitemap.xml)&quot; =&gt; &quot;$0&quot;,
        &quot;^/(xmlrpc.php)&quot; =&gt; &quot;$0&quot;,
        &quot;^/(.+)/?$&quot; =&gt; &quot;/index.php/$1&quot;
        )
}

&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>si ça peut aider, voici le vhost complet de naeh.net :</p>
<pre>
$HTTP["host"] =~ "(www|blog\.)?naeh\.net" {
        server.document-root = "/path/to/www.naeh.net/"
        dir-listing.activate = "disable"
        accesslog.filename = "/var/log/lighttpd/www.naeh.net.access.log"
        server.errorlog = "/var/log/lighttpd/www.naeh.net.error.log"

        server.error-handler-404 = "/index.php?error=404"

        url.rewrite = (
        "^/(wp-.+).*/?" => "$0",
        "^/(sitemap.xml)" => "$0",
        "^/(xmlrpc.php)" => "$0",
        "^/(.+)/?$" => "/index.php/$1"
        )
}
</pre>
]]></content:encoded>
	</item>
</channel>
</rss>

