<?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>Yoschis Blog &#187; lighttpd</title>
	<atom:link href="http://yoschi.cc/tag/lighttpd/feed/" rel="self" type="application/rss+xml" />
	<link>http://yoschi.cc</link>
	<description></description>
	<lastBuildDate>Wed, 28 Jul 2010 22:30:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>lighttpd: InDefero</title>
		<link>http://yoschi.cc/2009/10/lighttpd-indefero/</link>
		<comments>http://yoschi.cc/2009/10/lighttpd-indefero/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 18:05:56 +0000</pubDate>
		<dc:creator>Yoschi</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[InDefero]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[mercurial]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://yoschi.cc/?p=1951</guid>
		<description><![CDATA[alias.url += &#40; &#34;/&#34; =&#62; &#34;/usr/local/share/indefero-0.1.0/www/&#34; &#41; url.rewrite = &#40; &#34;^/media/.*&#34; =&#62; &#34;$0&#34;, &#34;^/([a-zA-Z_]+)$&#34; =&#62; &#34;/index.php/$1&#34;, &#34;^/([a-zA-Z_]+/.*)$&#34; =&#62; &#34;/index.php/$1&#34; &#41; Für Nichtkenner InDefero ist eine super Entwicklungsumgebung die alles nötige enthält (Wiki, Bugtracker etc) und sich an git, svn und mercurial binden lässt.]]></description>
			<content:encoded><![CDATA[
<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">alias.url += <span style="color: #7a0874; font-weight: bold;">&#40;</span>
     <span style="color: #ff0000;">&quot;/&quot;</span> =<span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #ff0000;">&quot;/usr/local/share/indefero-0.1.0/www/&quot;</span>
<span style="color: #7a0874; font-weight: bold;">&#41;</span>
url.rewrite = <span style="color: #7a0874; font-weight: bold;">&#40;</span> <span style="color: #ff0000;">&quot;^/media/.*&quot;</span>        =<span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #ff0000;">&quot;$0&quot;</span>,
                <span style="color: #ff0000;">&quot;^/([a-zA-Z_]+)$&quot;</span>    =<span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #ff0000;">&quot;/index.php/$1&quot;</span>,
                <span style="color: #ff0000;">&quot;^/([a-zA-Z_]+/.*)$&quot;</span> =<span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #ff0000;">&quot;/index.php/$1&quot;</span>
<span style="color: #7a0874; font-weight: bold;">&#41;</span></pre></div></div>

<p>Für Nichtkenner <a href="http://www.indefero.net/" class="liexternal">InDefero</a> ist eine super Entwicklungsumgebung die alles nötige enthält (Wiki, Bugtracker etc) und sich an git, svn und mercurial binden lässt.</p>
]]></content:encoded>
			<wfw:commentRss>http://yoschi.cc/2009/10/lighttpd-indefero/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>lighttpd: cgit</title>
		<link>http://yoschi.cc/2009/08/lighttpd-cgit/</link>
		<comments>http://yoschi.cc/2009/08/lighttpd-cgit/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 15:52:20 +0000</pubDate>
		<dc:creator>Yoschi</dc:creator>
				<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[Git]]></category>

		<guid isPermaLink="false">http://yoschi.cc/?p=1926</guid>
		<description><![CDATA[$HTTP&#91;&#34;host&#34;&#93; == &#34;cgit.example.com&#34; &#123; alias.url = &#40; &#34;&#34; =&#62; &#34;/usr/lib/cgi-bin/cgit.cgi&#34; &#41; cgi.assign = &#40; &#34;/usr/lib/cgi-bin/cgit.cgi&#34; =&#62; &#34;&#34; &#41; &#125; Nicht vergessen das cgi Modul zu aktivieren ansonsten wird einem eine leere Datei zum herunterladen angeboten. Via stbuehler der noch einige Informationen mehr dazu hat.]]></description>
			<content:encoded><![CDATA[
<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">$HTTP</span><span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #ff0000;">&quot;host&quot;</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> == <span style="color: #ff0000;">&quot;cgit.example.com&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span>
alias.url = <span style="color: #7a0874; font-weight: bold;">&#40;</span> <span style="color: #ff0000;">&quot;&quot;</span> =<span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #ff0000;">&quot;/usr/lib/cgi-bin/cgit.cgi&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#41;</span>
cgi.assign = <span style="color: #7a0874; font-weight: bold;">&#40;</span> <span style="color: #ff0000;">&quot;/usr/lib/cgi-bin/cgit.cgi&quot;</span> =<span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #ff0000;">&quot;&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #7a0874; font-weight: bold;">&#125;</span></pre></div></div>

<p>Nicht vergessen das cgi Modul zu aktivieren ansonsten wird einem eine leere Datei zum herunterladen angeboten.</p>
<p>Via <a href="http://redmine.stbuehler.de/wiki/debianserver/Cgit" class="liexternal">stbuehler</a> der noch einige Informationen mehr dazu hat.</p>
]]></content:encoded>
			<wfw:commentRss>http://yoschi.cc/2009/08/lighttpd-cgit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>lighttpd: Verzeichnis Anzeige</title>
		<link>http://yoschi.cc/2009/04/lighttpd-verzeichnis-anzeige/</link>
		<comments>http://yoschi.cc/2009/04/lighttpd-verzeichnis-anzeige/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 08:06:19 +0000</pubDate>
		<dc:creator>Yoschi</dc:creator>
				<category><![CDATA[lighttpd]]></category>

		<guid isPermaLink="false">http://yoschi.cc/blog/?p=1785</guid>
		<description><![CDATA[Wer nur einzelne Verzeichnisse (inklusiv der Unterverzeichnisse) anzeigen will kann dies mittels diesen Befehl machen $HTTP&#91;&#34;url&#34;&#93; =~ &#34;^/downloads($&#124;/)&#34; &#123; server.dir-listing = &#34;enable&#34; &#125; Aus dem Wiki von lighttpd]]></description>
			<content:encoded><![CDATA[<p>Wer nur einzelne Verzeichnisse (inklusiv der Unterverzeichnisse) anzeigen will kann dies mittels diesen Befehl machen</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">$HTTP</span><span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #ff0000;">&quot;url&quot;</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> =~ <span style="color: #ff0000;">&quot;^/downloads($|/)&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span> server.dir-listing = <span style="color: #ff0000;">&quot;enable&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#125;</span></pre></div></div>

<p><a href="http://redmine.lighttpd.net/wiki/lighttpd/Docs:ModDirlisting" class="liexternal">Aus dem Wiki von lighttpd</a></p>
]]></content:encoded>
			<wfw:commentRss>http://yoschi.cc/2009/04/lighttpd-verzeichnis-anzeige/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>lighttpd: WordPress URL Rewriting</title>
		<link>http://yoschi.cc/2009/03/lighttpd-wordpress-url-rewriting/</link>
		<comments>http://yoschi.cc/2009/03/lighttpd-wordpress-url-rewriting/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 06:13:01 +0000</pubDate>
		<dc:creator>Yoschi</dc:creator>
				<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://yoschi.cc/blog/?p=1781</guid>
		<description><![CDATA[Um in lighttpd die WordPress URL Rewriting nutzen zu k&#246;nnen muss man folgendes in die lighttpd.conf oder virtuelle Domain Konfigurations Datei schreiben url.rewrite = &#40; &#34;^//(.*)\.(.+)$&#34; =&#62; &#34;$0&#34;, &#34;^/blog/(wp-.+)$&#34; =&#62; &#34;$0&#34;, &#34;^/blog/xmlrpc.php&#34; =&#62; &#34;$0&#34;, &#34;^/blog/sitemap.xml&#34; =&#62; &#34;$0&#34;, &#34;^/blog/(.+)/?$&#34; =&#62; &#34;/blog/index.php/$1&#34; &#41; Den Pfad sollte man selbstverst&#228;ndig anpassen, wenn man einen anderen hat.]]></description>
			<content:encoded><![CDATA[<p>Um in <a href="http://www.lighttpd.net/" class="liexternal">lighttpd</a> die WordPress URL Rewriting nutzen zu k&ouml;nnen muss man folgendes in die lighttpd.conf oder virtuelle Domain Konfigurations Datei schreiben</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">url.rewrite = <span style="color: #7a0874; font-weight: bold;">&#40;</span>
        <span style="color: #ff0000;">&quot;^//(.*)\.(.+)$&quot;</span> =<span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #ff0000;">&quot;$0&quot;</span>,
        <span style="color: #ff0000;">&quot;^/blog/(wp-.+)$&quot;</span> =<span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #ff0000;">&quot;$0&quot;</span>,
        <span style="color: #ff0000;">&quot;^/blog/xmlrpc.php&quot;</span> =<span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #ff0000;">&quot;$0&quot;</span>,
        <span style="color: #ff0000;">&quot;^/blog/sitemap.xml&quot;</span> =<span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #ff0000;">&quot;$0&quot;</span>,
        <span style="color: #ff0000;">&quot;^/blog/(.+)/?$&quot;</span> =<span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #ff0000;">&quot;/blog/index.php/$1&quot;</span>
<span style="color: #7a0874; font-weight: bold;">&#41;</span></pre></div></div>

<p>Den Pfad sollte man selbstverst&auml;ndig anpassen, wenn man einen anderen hat.</p>
]]></content:encoded>
			<wfw:commentRss>http://yoschi.cc/2009/03/lighttpd-wordpress-url-rewriting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>lighttpd</title>
		<link>http://yoschi.cc/2009/03/lighttpd/</link>
		<comments>http://yoschi.cc/2009/03/lighttpd/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 10:42:11 +0000</pubDate>
		<dc:creator>Yoschi</dc:creator>
				<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[Konfiguration]]></category>
		<category><![CDATA[schnell]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Web-*]]></category>

		<guid isPermaLink="false">http://yoschi.cc/blog/?p=1778</guid>
		<description><![CDATA[lighttpd mag zwar schnell und etwas weniger Speicher zu verbrauchen als der Apache daf&#252;r ist die Dokumentierung alles andere als toll. Frickeln Einstellen musste ich. PHP5 , MySQL (keine Einrichtung n&#246;tig) und SSL .htaccess WordPress URLs WP Super Cache (scheint otb zu funktionieren) virtuelles Domain Hosting WebDAV cgi-bin lighttpd ist auf diesen Server hier installiert, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://yoschi.cc/wp-content/uploads/lighttpd.png" alt="lighttpd" title="lighttpd" width="125" height="120" class="alignright size-full wp-image-1779" /><a href="http://www.lighttpd.net/" class="liexternal">lighttpd</a> mag zwar schnell und etwas weniger Speicher zu verbrauchen als der <a href="http://httpd.apache.org/" class="liexternal">Apache</a> daf&uuml;r ist die Dokumentierung alles andere als toll.</p>
<p><del datetime="2009-03-15T09:57:45+00:00">Frickeln</del> Einstellen musste ich.</p>
<ul>
<li><a href="http://wiki.ubuntuusers.de/lighttpd#PHP" class="liubuntuusers">PHP</a>5 , MySQL (keine Einrichtung n&ouml;tig) und <a href="http://wiki.ubuntuusers.de/lighttpd#SSL" class="liubuntuusers">SSL</a></li>
<li>.htaccess</li>
<ul>
<li><a href="http://yoschi.cc/blog/2009/03/lighttpd-wordpress-url-rewriting" class="liinternal">WordPress URLs</a></li>
<li>WP Super Cache (scheint otb zu funktionieren)</li>
</ul>
<li>virtuelles Domain Hosting</li>
<li>WebDAV</li>
<li>cgi-bin</li>
</ul>
<p>lighttpd ist auf diesen Server hier installiert, wenn ihr ihr merkt das irgendwas nicht funktioniert so meldet es bitte hier.</p>
<p>Ich werde nach einer Woche Laufzeit einen Vergleich mit Apache machen um zu sehen ob lighttpd wirklich sooo toll ist.</p>
<p>Einzelne Konfigurationsabschnitte (zB WordPress URL Umschreibung) werden in den n&auml;chsten Tagen hier ver&ouml;ffentlichen.</p>
]]></content:encoded>
			<wfw:commentRss>http://yoschi.cc/2009/03/lighttpd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
