<?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>Jannich Brendle&#039;s blog &#187; lighttpd</title>
	<atom:link href="http://bredsaal.dk/tag/lighttpd/feed" rel="self" type="application/rss+xml" />
	<link>http://bredsaal.dk</link>
	<description>My name is Jannich - I blog!</description>
	<lastBuildDate>Mon, 12 Jul 2010 10:54:52 +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>Using a self-signed certificate with Lighttpd</title>
		<link>http://bredsaal.dk/using-a-self-signed-certificate-with-lighttpd</link>
		<comments>http://bredsaal.dk/using-a-self-signed-certificate-with-lighttpd#comments</comments>
		<pubDate>Mon, 07 Jun 2010 13:32:14 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/?p=962</guid>
		<description><![CDATA[To increase security a bit on my blog when using public networks such as those at libraries, I decided to create a self-signed certificate for the administration part of my wordpress installation, and I figured that I might as well write down the procedure here. Of course all of bredsaal.dk is secured by SSL, not [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/using-a-self-signed-certificate-with-lighttpd/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mapping host.domain.tld/path to /www/domain.tld/host/path in lighttpd</title>
		<link>http://bredsaal.dk/mapping-host-domain-tldpath-to-wwwtld-domainhostpath-in-lighttpd</link>
		<comments>http://bredsaal.dk/mapping-host-domain-tldpath-to-wwwtld-domainhostpath-in-lighttpd#comments</comments>
		<pubDate>Mon, 09 Nov 2009 23:06:17 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/?p=277</guid>
		<description><![CDATA[Some time ago, I needed to have several subdomains working, without having to define them in lighttpd. The domains had to be mapped like this: bredsaal.domain.com -&#62; /var/www/domain.com/bredsaal/ testhomepage.domain.com -&#62; /var/www/domain.com/testhomepage/ and so on. Setting this up in lighttpd is actually VERY easy. First, you should enable mod_evhost in /etc/lighttpd/lighttpd.conf by removing the # in [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/mapping-host-domain-tldpath-to-wwwtld-domainhostpath-in-lighttpd/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using shell scripts for CGI in lighttpd</title>
		<link>http://bredsaal.dk/using-shell-scripts-for-cgi-in-lighttpd</link>
		<comments>http://bredsaal.dk/using-shell-scripts-for-cgi-in-lighttpd#comments</comments>
		<pubDate>Thu, 27 Aug 2009 00:40:31 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[cgi]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[lighttpd]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/blog/Using+shell+scripts+for+CGI+in+lighttpd</guid>
		<description><![CDATA[I needed to do some fuzzing experiments on a web browser, and decided that a shell script and a webserver was all I needed to do that. This is how to use shell scripts for cgi, this is not about the fuzzing proccess. First, I installed lighttpd and enabled the cgi module: sudo apt-get install [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/using-shell-scripts-for-cgi-in-lighttpd/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
