The wsgi_module module is already loaded, skipping

Please help me, I have been trying for a long time to resolve this error.

When I restart apache and type this :sudo /usr/sbin/apachectl -t I get this output:
[Fri Aug. 24 17:02:58 2012] The [warn] wsgi_module module is already loaded, skipped OK syntax

What is going wrong? I checked the wsgi.load file in etc / apache2 / mods-enabled. It downloads mod_wsgi.so only once. I installed libapache-mod-wsgi from the source and I am using python 2.7.3.

+5
source share
1 answer

First check to see if you have two lines anywhere:

LoadModule wsgi_module modules/mod_wsgi.so

If you do not, then the single file in which it is listed must be included twice.

, Include , . , Include.

+8

All Articles