Re: Problem setting up Apapche FastCGI and Django

2006-08-25 Thread viestards
problem solved, looks like I misspelled document path and process coudn't find right file. Viestards On 8/25/06, viestards <[EMAIL PROTECTED]> wrote: > > Did you actually started the fastcgi django process on port 3066? > > yes, I restarted manage.py runfcgi once again and it is on process list

Re: Problem setting up Apapche FastCGI and Django

2006-08-25 Thread viestards
> Did you actually started the fastcgi django process on port 3066? yes, I restarted manage.py runfcgi once again and it is on process list. Viestards > hth, > Edgars > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Grou

Re: Problem setting up Apapche FastCGI and Django

2006-08-25 Thread edgars
viestards wrote: > I'm stuck with setting up django on Apache 1.3.7 with FastCGI. > here is part from my httpd.conf > > FastCGIExternalServer /usr/home/arvis/django/tst/mysite/site.fcgi > -host 127.0.0.1:3066 > httpd-error.log shows following: > [Mon Apr 17 01:10:43 2006] [notice] FastCGI: proc

Problem setting up Apapche FastCGI and Django

2006-08-25 Thread viestards
I'm stuck with setting up django on Apache 1.3.7 with FastCGI. I', trying to follow Django documentation, but that does not seems to work here is part from my httpd.conf FastCGIExternalServer /usr/home/arvis/django/tst/mysite/site.fcgi -host 127.0.0.1:3066 ServerName testa.darba.info Document