Coder’s Eye

A site about one of the three passions in my life.

Coder’s Eye header image 2

Lighttpd 1.5 prerelease doesn’t like Django

April 8th, 2007 · No Comments

Whew. I spent quite a bit more time debugging this problem than it really should have taken. Django just wasn’t playing nice with the latest Lighttpd pre-release.

Long story short

Don’t use the prerelease, use the most recent 1.4.x stable. Save yourself hours of cursing and trace-debugging.

Analysis

Lighttpd had the following problems:

  • No request PATH_INFO. Django hates that. I hacked my testing version of Django to get past that, but no luck because.
  • Lighttpd just wouldn’t accept the response. I put in trace logs and found that my app was sending a perfect response, but Lighty just wouldn’t listen to it.

Technorati Tags: , ,

Tags: Django · Open Source · Python

Bookmark this article

del.icio.us:Lighttpd 1.5 prerelease doesn't like Django digg:Lighttpd 1.5 prerelease doesn't like Django spurl:Lighttpd 1.5 prerelease doesn't like Django wists:Lighttpd 1.5 prerelease doesn't like Django simpy:Lighttpd 1.5 prerelease doesn't like Django newsvine:Lighttpd 1.5 prerelease doesn't like Django blinklist:Lighttpd 1.5 prerelease doesn't like Django furl:Lighttpd 1.5 prerelease doesn't like Django reddit:Lighttpd 1.5 prerelease doesn't like Django fark:Lighttpd 1.5 prerelease doesn't like Django blogmarks:Lighttpd 1.5 prerelease doesn't like Django Y!:Lighttpd 1.5 prerelease doesn't like Django smarking:Lighttpd 1.5 prerelease doesn't like Django magnolia:Lighttpd 1.5 prerelease doesn't like Django segnalo:Lighttpd 1.5 prerelease doesn't like Django gifttagging:Lighttpd 1.5 prerelease doesn't like Django

0 responses so far ↓

  • There are no comments yet...Kick things off by filling out the form below.

Leave a Comment