Since past 2 days I have been getting the following error -

(2)No such file or directory: mod_wsgi (pid=2709): Unable to connect
to WSGI daemon process 'my_site' on '/var/run/apache2/wsgi.
2688.2.1.sock' after multiple attempts.

Since it was working before, I dont know why the error has been
caused. I have tried following without success -

   1. Providing WSGISocketPrefix 
http://www.mail-archive.com/[email protected]/msg180917.html
   2. Kill all the apache daemons manually & then restarting the
server.
   3. I have made sure that the mod_wsgi exists in the location
pointed to in the httpd.conf

Any help or pointers towards this will be great.

I am at my wit's end, especially this was working just 2 days back & I
cant recall making any system updates. Not sure if this is relevant
but I did run apache & django dev server on this machine. But mostly
never in parallel.

P.S. My httpd.conf snippet

WSGIDaemonProcess my_site python-path=/usr/local/code/pinax/pinax-env/
lib/python2.6/site-packages threads=25 user=daemon group=daemon
WSGIProcessGroup my_site


WSGIScriptAlias / /usr/local/code/my_site/deploy/pinax.wsgi
#WSGISocketPrefix /var/run/apache2/wsgi


<Directory /usr/local/code/my_site/deploy>
    Order deny,allow
    Allow from all
</Directory>

<Directory /usr/local/my_site_db>
    Order deny,allow
    Allow from all
</Directory>

Please help.

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en.

Reply via email to