Re: Apache FastCGI & Django

2008-06-05 Thread Gregor Müllegger
Here is a sample configuration from one of my sites (domains and paths are altered): FastCGIExternalServer /var/www/myproject/fcgidummyfile.fcgi -host 127.0.0.1:3044 ServerName example.com ServerAlias www.example.com DocumentRoot /var/www/example.com Alias /stat

Re: Apache FastCGI & Django

2008-06-05 Thread Tom Pope
hi place(or move) FastCgiExternalServer... line outside On 6/5/08, dystopia <[EMAIL PROTECTED]> wrote: > > > Hi, > > I'm trying to set up a development environment under Debian which > makes use of fastCGI. The problem I'm having is that I would like to > run multiple django projects on my serve

Apache FastCGI & Django

2008-06-05 Thread dystopia
Hi, I'm trying to set up a development environment under Debian which makes use of fastCGI. The problem I'm having is that I would like to run multiple django projects on my server. If I try to wrap the FastCgiExternalServer declaration with a vhost I get the following error: FastCgiExternalServ

apache/fastcgi/django files limit problem

2008-03-07 Thread Robin Becker
I'm having a problem related to a freebsd 6.x apache 2.0.x+mod_fastcgi --> django+flup forked server. Basically under heavy load the system seems to reach some kind of limit on the number of open files ie I see messages related to user 80 & (the django server uid) having reached kern.maxfi