Re: problems using django on lighttpd with fastcig

2007-06-06 Thread Paul Rauch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 jordi.f schrieb: > Thanks! > > -- Jordi Funollet > > > > > thank you all, too this solved the prob :) greetz Paul Rauch -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

Re: problems using django on lighttpd with fastcig

2007-06-05 Thread jordi.f
Thanks! -- Jordi Funollet --~--~-~--~~~---~--~~ 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 [EMAI

Re: problems using django on lighttpd with fastcig

2007-06-05 Thread Justin Bronn
> It is in the fastcgi Django docs > (http://www.djangoproject.com/documentation/fastcgi/), although I've > heard similar things said about PHP+Fastcgi. When I did my setup ~8 months ago, I discovered the module load order from the Lighttpd docs about the 'server.modules()' directive: http://trac

Re: problems using django on lighttpd with fastcig

2007-06-04 Thread Kelvin Nicholson
On Mon, 2007-06-04 at 07:01 -0700, jordi.f wrote: > On Jun 2, 3:06 am, Justin Bronn <[EMAIL PROTECTED]> wrote: > > 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. > But not afte

Re: problems using django on lighttpd with fastcig

2007-06-04 Thread jordi.f
On Jun 2, 3:06 am, Justin Bronn <[EMAIL PROTECTED]> wrote: > 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. Hey Justin, where do you learned this? I can't find it on the official Li

Re: problems using django on lighttpd with fastcig

2007-06-01 Thread Justin Bronn
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_

Re: problems using django on lighttpd with fastcig

2007-05-29 Thread Paul Rauch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kelvin Nicholson schrieb: > On Tue, 2007-05-29 at 19:27 +0200, Paul Rauch wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Hello list ;) >> > > Howdy. > > I just took a quick browse through the attached pages. The first thing > that

Re: problems using django on lighttpd with fastcig

2007-05-29 Thread Kelvin Nicholson
On Tue, 2007-05-29 at 19:27 +0200, Paul Rauch wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello list ;) > Howdy. I just took a quick browse through the attached pages. The first thing that jumped out at me was the fact that in django_fcgi.conf you have the site setup as a soc