Sunday, January 4, 2015

http - apache 'The specified module could not be found. ' error



I got this message when I started the Apache service







The Apache service named reported the following error:






httpd.exe: Syntax error on line 128 of C:/data/apache/conf/httpd.conf: Cannot load C:/data/apache/modules/mod_wsgi.so into server: The specified module could not be found. .










Not sure what went wrong, I do have
"C:/data/apache/modules/mod_wsgi.so"



Thanks for any help.


Answer



I already gave suggestions for this when you asked on the mod_wsgi mailing list. If that answer didn't help or you needed more information, then followup in the mod_wsgi mailing list to your original question rather than asking in a completely different forum again. See:




http://groups.google.com/group/modwsgi/browse_frm/thread/c33b42bc9b86a4df






UPDATE 1



For the record, it was determined that issue was that they were using mod_wsgi compiled for Python 2.6 when all they had installed on their system was Python 2.5. The Apache error is misleading and the error about file not found was likely more because required Python DLL couldn't be found and not that mod_wsgi.so file wasn't present.


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...