Error starting mod_wsgi
- by Hardgood
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.