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
本文介绍如何通过添加特定指令到Apache配置文件中来部署一个名为Bug Reporter的应用程序,并详细说明了重启Apache服务及触发进程更新的方法。
2万+

被折叠的 条评论
为什么被折叠?



