Hi All, I'm getting this error message (in my apache error log) when I try to use fastcgi:
(13)Permission denied: FastCGI: failed to connect to server "/Library/ WebServer/Documents/django.fcgi": connect() failed I am using apache 1.3. I've got the latest flup installed. I am using the built in manage.py runfcgi: I start the process with this: python2.4 manage.py runfcgi daemonize=false socket=/Users/tamara/django.sock pidfile=/Users/ tamara/django.pid (and I can see that processes have started) In httpd.conf I have this: FastCgiExternalServer /Library/WebServer/ Documents/django.fcgi -socket /Users/tamara/django.sock The funny thing is that I can get it to work with these settings: python2.4 manage.py runfcgi daemonize=false -host 127.0.0.1:8882 FastCgiExternalServer /Library/WebServer/Documents/django.fcgi -host localhost:8882 I wanted to switch to using a socket so that I can start/stop the process with shell scripts or some such something. Does anyone see what it is that I am doing wrong? I am so baffled. Any suggestions? Thanks! Tamara --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---