Hello,

I tested mod_wsgi on my local system (OS X 10.6), and then installed
the module on a virtual machine running Cent OS 5. Everything went
fine, but the server (Apache/prefork MPM) does not reply when mod_wsgi
is used in daemon mode. There is no error listed in /var/log/httpd/
error_log - the connection just times out.

I did read about the potential issue with UNIX sockets, and added /var/
run/wsgi as my WSGISocketPrefix, so the socket is created correctly.

In embedded mode, mod_wsgi works fine, but as soon as I uncomment the
following

# WSGIDaemonProcess djangoproject user=apache group=apache threads=10
# WSGIProcessGroup djangoproject

nothing happens. What could cause this issue?

Thanks,
Jan

-- 
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