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
原文地址:https://www.cnblogs.com/edmundli/p/3708248.html