1. in the apace configuration page, add the two directives before WsgiScriptAlias?
WSGIDaemonProcess bug-reporter threads=25 WSGIProcessGroup bug-reporter
WSGIScriptAlias / /app/bug_reporter/django.wsgi
2. restart apache
3. to renew process, just touch the xxxx.wsgi file in the app folder
touch django.wsgi
WSGIDaemonProcess bug-reporter threads=25 WSGIProcessGroup bug-reporter
WSGIScriptAlias / /app/bug_reporter/django.wsgi
2. restart apache
3. to renew process, just touch the xxxx.wsgi file in the app folder
touch django.wsgi