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: process manager
> initialized (pid 3487)
> [Mon Apr 17 01:10:43 2006] [notice] Apache/1.3.34 (Unix)
> mod_fastcgi/2.4.2 configured -- resuming normal operations
> [Mon Apr 17 01:10:43 2006] [notice] Accept mutex: flock (Default: flock)
> [Mon Apr 17 01:10:53 2006] [error] [client 127.0.0.1] File does not
> exist: /home/arvis/django/tst/mysite/site.fcgi/works/

Did you actually started the fastcgi django process on port 3066?

hth,
Edgars


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to