Error starting mod_wsgi

Posted by Hardgood on Server Fault See other posts from Server Fault or by Hardgood
Published on 2014-06-08T22:59:45Z Indexed on 2014/06/09 3:28 UTC
Read the original article Hit count: 423

Filed under:
|
|

When I run the start-server command on mod_wsgi-experess, I get this output:

Server URL      : http://localhost:8000/
Server Root     : /tmp/mod_wsgi-localhost:8000:0
Server Conf     : /tmp/mod_wsgi-localhost:8000:0/httpd.conf
Error Log       : /tmp/mod_wsgi-localhost:8000:0/error_log
httpd: Syntax error on line 2 of /tmp/mod_wsgi-localhost:8000:0/httpd.conf: module version_module is built-in and can't be loaded

The line 2 in the httpd.conf in the tmp folder that it is referring to says the following. It was automatically created by mod_wsgi:

LoadModule version_module '/usr/local/apache/modules/mod_version.so'

I am running Apache 2.2.21 on CentOS 5.10.

I am stumped. Any ideas how to get over this obstacle?

I should mention that this is a cross-post of a StackOverflow question, after I realized that SO was probably not the best place to ask it.

© Server Fault or respective owner

Related posts about apache-2.2

Related posts about python