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?