码迷,mamicode.com
首页 > Web开发 > 详细

apache mod_wsgi 模块不存在错误

时间:2014-11-13 11:07:57      阅读:213      评论:0      收藏:0      [点我收藏+]

标签:style   io   color   ar   sp   for   on   art   问题   

一时疏忽 因为把测试网址弄错 误以为是环境出了问题 重装了mod_wsgi重启apache的时候报了

$ service apache2 restart
Syntax error on line 1 of /etc/apache2/sites-enabled/webapp:
Invalid command ‘WSGISocketPrefix‘, perhaps misspelled or defined by a module not included in the server configuration
Action ‘configtest‘ failed.
The Apache error log may have more information.
   ...fail!

此类的错误  

最后的是通过吧 /etc/apache2/mods-available下的wsgi.load wsgi.conf复制到 /etc/apache2/mods-enabled 解决的

还有一个错误:

/usr/sbin/apache2ctl: 87: ulimit: error setting limit (Operation not permitted)  

解决方法 修改 /user/sbin/apache2ctl  将ULIMITE_MAX_FILES=""即可

apache mod_wsgi 模块不存在错误

标签:style   io   color   ar   sp   for   on   art   问题   

原文地址:http://my.oschina.net/cgjcgs/blog/343758

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!