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.
source
share