Restarting or stopping apache results in waiting forever
- by steko
I have two simple WSGI apps running on top of mod_wsgi and apache2 on a test development server. There is no mod_python on this machine.
The WSGI configuration is as follows
WSGIDaemonProcess tops stack-size=524288 maximum-requests=5
WSGIScriptAlias /tops /home/ubuntu/tops-cloud/tops.wsgi
<Directory /home/ubuntu/tops-cloud>
…