Edmund's zone

导航

start apache2 failed in Ubuntu

Invalid command 'WSGIReloadMechanism', perhaps misspelled or defined by a module not included in the server configuration Action'configtest' failed.
 
solution:
sudo apt-get install libapache2-mod-wsgi
sudo a2enmod wsgi
sudo service apache2 restart

posted on 2014-05-04 23:46  Edmund Li  阅读(221)  评论(0编辑  收藏  举报