<?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>Comments on: Django and Lighttpd configuration for smooth SSL</title>
	<atom:link href="http://coderseye.com/2007/django-and-lighttpd-configuration-for-smooth-ssl.html/feed" rel="self" type="application/rss+xml" />
	<link>http://coderseye.com/2007/django-and-lighttpd-configuration-for-smooth-ssl.html</link>
	<description>Programming is passion made real</description>
	<lastBuildDate>Fri, 09 Dec 2011 00:27:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Alex</title>
		<link>http://coderseye.com/2007/django-and-lighttpd-configuration-for-smooth-ssl.html#comment-442</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 28 Jun 2010 03:39:38 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2007/django-and-lighttpd-configuration-for-smooth-ssl.html#comment-442</guid>
		<description>Scratch that. Turns out... and I hope this saves others the god-knows-how-many-hours I spent on this but to solve the login redirect 404 error, I just had to put the following in my django project settings:

FORCE_SCRIPT_NAME=&quot;&quot;

and everything just worked.</description>
		<content:encoded><![CDATA[<p>Scratch that. Turns out&#8230; and I hope this saves others the god-knows-how-many-hours I spent on this but to solve the login redirect 404 error, I just had to put the following in my django project settings:</p>
<p>FORCE_SCRIPT_NAME=&#8221;"</p>
<p>and everything just worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://coderseye.com/2007/django-and-lighttpd-configuration-for-smooth-ssl.html#comment-441</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 28 Jun 2010 03:12:49 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2007/django-and-lighttpd-configuration-for-smooth-ssl.html#comment-441</guid>
		<description>I gave this a go and yet despite no errors being thrown, when I navigate to my url, I am redirected to &quot;/login?next=/tribe.fcgi/&quot; then receiving a 404 error. Do you perhaps know what I am doing wrong?

Regardless, thanks for the post, it&#039;s the closest I have gotten so far to a working django installation on lighttpd.</description>
		<content:encoded><![CDATA[<p>I gave this a go and yet despite no errors being thrown, when I navigate to my url, I am redirected to &#8220;/login?next=/tribe.fcgi/&#8221; then receiving a 404 error. Do you perhaps know what I am doing wrong?</p>
<p>Regardless, thanks for the post, it&#8217;s the closest I have gotten so far to a working django installation on lighttpd.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Media@dedicated server</title>
		<link>http://coderseye.com/2007/django-and-lighttpd-configuration-for-smooth-ssl.html#comment-440</link>
		<dc:creator>John Media@dedicated server</dc:creator>
		<pubDate>Tue, 08 Jun 2010 14:38:51 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2007/django-and-lighttpd-configuration-for-smooth-ssl.html#comment-440</guid>
		<description>Nice set of codes well I say I worked with the codes lately but I haven&#039;t got it working yet. Can someone help me with these?</description>
		<content:encoded><![CDATA[<p>Nice set of codes well I say I worked with the codes lately but I haven&#8217;t got it working yet. Can someone help me with these?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: China pictures</title>
		<link>http://coderseye.com/2007/django-and-lighttpd-configuration-for-smooth-ssl.html#comment-439</link>
		<dc:creator>China pictures</dc:creator>
		<pubDate>Wed, 22 Oct 2008 02:41:30 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2007/django-and-lighttpd-configuration-for-smooth-ssl.html#comment-439</guid>
		<description>I try to have a custom php error_logs without having different php.ini files, but I cannot find the solution.</description>
		<content:encoded><![CDATA[<p>I try to have a custom php error_logs without having different php.ini files, but I cannot find the solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://coderseye.com/2007/django-and-lighttpd-configuration-for-smooth-ssl.html#comment-438</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Mon, 20 Aug 2007 17:28:07 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2007/django-and-lighttpd-configuration-for-smooth-ssl.html#comment-438</guid>
		<description>That&#039;s the beauty of this setup, Brad.  There is no tribe.fcgi script.  It is all in the config file.  &quot;/tribe.fcgi&quot; is just an address that means &quot;send this request to the FastCGI server.&quot;

I simply start the FastCGI server using an init script, and leave it to respond to Lighttpd requests.  I&#039;ll post the init script separately today.</description>
		<content:encoded><![CDATA[<p>That&#8217;s the beauty of this setup, Brad.  There is no tribe.fcgi script.  It is all in the config file.  &#8220;/tribe.fcgi&#8221; is just an address that means &#8220;send this request to the FastCGI server.&#8221;</p>
<p>I simply start the FastCGI server using an init script, and leave it to respond to Lighttpd requests.  I&#8217;ll post the init script separately today.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://coderseye.com/2007/django-and-lighttpd-configuration-for-smooth-ssl.html#comment-437</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Mon, 20 Aug 2007 16:11:21 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2007/django-and-lighttpd-configuration-for-smooth-ssl.html#comment-437</guid>
		<description>Nice. I agree with Chris: can we take a peek at tribe.fcgi?</description>
		<content:encoded><![CDATA[<p>Nice. I agree with Chris: can we take a peek at tribe.fcgi?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://coderseye.com/2007/django-and-lighttpd-configuration-for-smooth-ssl.html#comment-436</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 13 Aug 2007 13:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2007/django-and-lighttpd-configuration-for-smooth-ssl.html#comment-436</guid>
		<description>Bruce,

How are you running Satchmo?  Are you using the threaded or forking fcgi server?  I&#039;ve been using threaded but may switch.  Details of your script might be helpful to include.

Thanks,
Chris</description>
		<content:encoded><![CDATA[<p>Bruce,</p>
<p>How are you running Satchmo?  Are you using the threaded or forking fcgi server?  I&#8217;ve been using threaded but may switch.  Details of your script might be helpful to include.</p>
<p>Thanks,<br />
Chris</p>
]]></content:encoded>
	</item>
</channel>
</rss>

