I've had great success with lighty & django, and actually prefer using
it over apache.

> server.modules = (
> ...
>       "mod_fastcgi",
>       "mod_accesslog"
> )

I believe this might be your problem.  When using lighttpd the
ordering of the server modules is important and 'mod_fastcgi' _must_
be the last module loaded.  I've created an example lighttpd
configuration file (w/comments):
http://media.houstoncrimemaps.com/django-lighttpd.conf

Regards,
-Justin


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to