WSGIDaemonProcess

2013-08-22 Thread Jonathan Blumtritt
/wiki/ConfigurationDirectives#WSGIDaemonProcess http://code.google.com/p/modwsgi/wiki/ProcessesAndThreading My actual configuration in httpd.conf has these arguments: WSGIDaemonProcess processgroup user=abc group=abc processes=5 threads=1 python-path=/my/path/to/webapp:/my/path/to/lib/python2.7/site-package

Re: Invalid command 'WSGIDaemonProcess'

2009-07-25 Thread Graham Dumpleton
ine 6 of /etc/apache2/ > > httpd.conf: > > Invalid command 'WSGIDaemonProcess', perhaps misspelled or defined by > > a module not included in the server configuration > >  failed! > > > And my /etc/apache2/httpd.conf file looks like this: > > > > You don&#x

Re: Invalid command 'WSGIDaemonProcess'

2009-07-25 Thread Daniel Roseman
On Jul 25, 2:11 pm, Jose Sibande wrote: > I just uploaded my application to my server and this is the error that > I am getting when I try to restart apache: > Restarting web server: apache2Syntax error on line 6 of /etc/apache2/ > httpd.conf: > Invalid command 'WSGIDae

Invalid command 'WSGIDaemonProcess'

2009-07-25 Thread Jose Sibande
I just uploaded my application to my server and this is the error that I am getting when I try to restart apache: Restarting web server: apache2Syntax error on line 6 of /etc/apache2/ httpd.conf: Invalid command 'WSGIDaemonProcess', perhaps misspelled or defined by a module not inclu