<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
>

<channel>
	<title>Compiled Weekly &#187; Lighttpd</title>
	<atom:link href="http://www.compiledweekly.com/category/lighttpd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.compiledweekly.com</link>
	<description>Compiled weekly is a weekly podcast for open source developers. Topics include PHP, MySQL, wxWidgets, NSIS and more.</description>
	<lastBuildDate>Thu, 24 Jun 2010 16:01:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<!-- podcast_generator="Blubrry PowerPress/1.0.8" mode="advanced" entry="normal" -->
	<itunes:summary>Compiled weekly is a weekly podcast for open source developers. Topics include PHP, MySQL, wxWidgets, NSIS and more.

Compiled weekly will soon be covering Android SDK. Stay tuned!</itunes:summary>
	<itunes:author>Angelo Mandato</itunes:author>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://www.compiledweekly.com/wp-content/themes/angelo2/images/itunes_cw.png" />
	<itunes:owner>
		<itunes:name>Angelo Mandato</itunes:name>
		<itunes:email>compiledweekly@gmail.com</itunes:email>
	</itunes:owner>
	<managingEditor>compiledweekly@gmail.com (Angelo Mandato)</managingEditor>
	<copyright>&#xA9; 2006-2008 Compiled Weekly</copyright>
	<itunes:subtitle>Compiled weekly is a weekly podcast for open source developers. Topics include PHP, MySQL, wxWidgets, NSIS and more.</itunes:subtitle>
	<itunes:keywords>programming, php, mysql, wxwidgets, apache, lighttpd, nsis, web design</itunes:keywords>
	<image>
		<title>Compiled Weekly &#187; Lighttpd</title>
		<url>http://www.compiledweekly.com/wp-content/themes/angelo2/images/rss_cw.png</url>
		<link>http://www.compiledweekly.com/category/lighttpd/</link>
	</image>
	<itunes:category text="Education">
		<itunes:category text="Education Technology" />
	</itunes:category>
	<itunes:category text="Technology">
		<itunes:category text="Podcasting" />
		<itunes:category text="Software How-To" />
	</itunes:category>
		<item>
		<title>Source for Lighttpd mod_redirect rewrite module to use status code 302</title>
		<link>http://www.compiledweekly.com/2007/11/11/source-for-lighttpd-mod_redirect-rewrite-module-to-use-status-code-302/</link>
		<comments>http://www.compiledweekly.com/2007/11/11/source-for-lighttpd-mod_redirect-rewrite-module-to-use-status-code-302/#comments</comments>
		<pubDate>Sun, 11 Nov 2007 05:52:40 +0000</pubDate>
		<dc:creator>angelo</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Lighttpd]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Dev]]></category>

		<guid isPermaLink="false">http://www.compiledweekly.com/blog/2007/11/11/source-for-lighttpd-mod_redirect-rewrite-module-to-use-status-code-302/</guid>
		<description><![CDATA[Lighttpd web server, also known as Lighty, is an excellent web server and has potential to replace Apache completely.Â  I am slowly migrating web sites that use feature specific settings in Apache to use Lighty.Â  A few months ago I ran into a problem with Lighty&#8217;s ModRewrite alternative for rewriting URLs.Â  Lighty uses two separate [...]]]></description>
			<content:encoded><![CDATA[<p>Lighttpd web server, also known as Lighty, is an excellent web server and has potential to replace Apache completely.Â  I am slowly migrating web sites that use feature specific settings in Apache to use Lighty.Â  A few months ago I ran into a problem with Lighty&#8217;s ModRewrite alternative for rewriting URLs.Â  Lighty uses two separate modules to handle internal rewrites and Location: redirects.Â  It uses the common HTTP 301 Moved Permanently status code.Â  For most circumstances, this works well but in some cases the application may require that the redirect only be temporary and return the HTTP 302 Found status code.Â  Instead of modifying the mod_redirect.c source and changing the http_status code value from 302 to 301, I added new code to support a new url.redirect parameter url.redirect-found.</p>
<p>I&#8217;ve posted the source to the Lighttpd bug tracking system in hopes it will be added to a future version of Lighty.Â  <a href="http://trac.lighttpd.net/trac/ticket/1446" title="Ticket for adding redirect HTTP 302 support to Lighty" target="_blank">http://trac.lighttpd.net/trac/ticket/1446</a></p>
<p>This addition should help the Lighty web server to be capable of handling the appropriate HTTP status codes for all situations that may arise for the web site in question.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.compiledweekly.com/2007/11/11/source-for-lighttpd-mod_redirect-rewrite-module-to-use-status-code-302/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
