Re: Recipe request: Nginx, Django as fcgi, PHP app in subdirectory also as fcgi

2010-04-02 Thread Continuation
I've heard some reliability issues wth fcgi. You might want to check out uWSGI. it's somewhat like mod_wsgi, but it works on nginx too. On Apr 2, 1:26 pm, John Handelaar wrote: > Hola > > I'm having trouble with porting a Django site, which currently uses > apache2 and mod_python with Wordpress

Re: Recipe request: Nginx, Django as fcgi, PHP app in subdirectory also as fcgi

2010-04-02 Thread Jochem Kossen
On Fri, Apr 02, 2010 at 06:26:02PM +0100, John Handelaar wrote: > Hola > > I'm having trouble with porting a Django site, which currently uses > apache2 and mod_python with Wordpress running at /blog/, to nginx. > > I have several other sites which use a fastcgi process and Django as > the root d