When I create a set of process in daemon mode on Windows xp. And then, I restart Apache I saw an error: "The requested operation has failed!" And this is my set: <VirtualHost *:80> ServerName localhost ServerAdmin [email protected] DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs" <Directory "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs"> Order allow,deny Allow from all </Directory> WSGIDaemonProcess localhost processes=2 threads=15 display-name=%{GROUP} WSGIProcessGroup localhost
WSGIScriptAlias /myapp "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/wsgi-scripts/myapp.wsgi" <Directory "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/wsgi-scripts"> Order allow,deny Allow from all </Directory> </VirtualHost> -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/groups/opt_out.
