Problem with configuring mod_wsgi WSGIDaemonProcess option

Posted by Yury Lifshits on Stack Overflow See other posts from Stack Overflow or by Yury Lifshits
Published on 2010-05-11T09:40:05Z Indexed on 2010/05/11 9:44 UTC
Read the original article Hit count: 298

Filed under:
|
|
|
|

I am trying to deploy Pinax bundle of Django framework + and selected applications.

Here is my apache config:

WSGIDaemonProcess ptest python-path=/home/pinax-env/lib/python2.5/site-packages
WSGIProcessGroup ptest
WSGIScriptAlias / /home/ptest/deploy/pinax.wsgi

When I restart apache I get the following error:

Invalid option to WSGI daemon process definition

Any ideas what is wrong? I am pretty sure my virtual environment at /home/pinax-env/ works.

Is any setup required for daemon process outside of apache config?

© Stack Overflow or respective owner

Related posts about mod-wsgi

Related posts about django