Re: lighttpd & django, fcgi issues

2008-04-07 Thread Douglas E
On Apr 8, 4:12 am, skunkwerk <[EMAIL PROTECTED]> wrote: > thank you so much Ramiro, >I've removed the .fcgi file. the problem turned out to be that the > url.rewrite part of the configuration was in my original setup, but > was producing a warning and was being ignored because I hadn't > unco

Re: lighttpd & django, fcgi issues

2008-04-07 Thread skunkwerk
thank you so much Ramiro, I've removed the .fcgi file. the problem turned out to be that the url.rewrite part of the configuration was in my original setup, but was producing a warning and was being ignored because I hadn't uncommented the mod_rewrite module in lighttpd.conf it's working now!

Re: lighttpd & django, fcgi issues

2008-04-07 Thread Ramiro Morales
On Sun, Apr 6, 2008 at 6:53 PM, skunkwerk <[EMAIL PROTECTED]> wrote: > > I'm having trouble running django with lighttpd (I'm not on a shared > host). Here is what I've installed: > > ubuntu 7.10 > lighttpd > flup > cmemcache > python > > When I go to my web address which maps to the djan

Re: lighttpd & django, fcgi issues

2008-04-07 Thread skunkwerk
thanks Douglas, i guess there's something wrong with the way lighttpd and django are connecting, because both of them are installed properly. Which means there has to be something wrong with one or more of: a) the start fcgi daemon command b) lighttpd.conf c) yourfilename.fcgi as far as a)

Re: lighttpd & django, fcgi issues

2008-04-07 Thread Douglas E
On Apr 6, 11:53 pm, skunkwerk <[EMAIL PROTECTED]> wrote: > I'm having trouble running django with lighttpd (I'm not on a shared > host). Here is what I've installed: > > ubuntu 7.10 > lighttpd > flup > cmemcache > python > > When I go to my web address which maps to the django project > directory

lighttpd & django, fcgi issues

2008-04-06 Thread skunkwerk
I'm having trouble running django with lighttpd (I'm not on a shared host). Here is what I've installed: ubuntu 7.10 lighttpd flup cmemcache python When I go to my web address which maps to the django project directory, all I see is a directory listing, not any django pages. I started fcgi lik