Apache 2.4.23-win32
Windows Server 2012r2
python 2.7.9 32bit
mod_wsgi-4.5.15

Command to get mod_wsgi path:
C:\>mod_wsgi-express module-config
LoadModule wsgi_module 
"C:/Python27/lib/site-packages/mod_wsgi-4.5.15-py2.7-win32.egg/mod_wsgi/server/mod_wsgiNone"
WSGIPythonHome "C:/Python27"


In my http.conf file:
LoadModule wsgi_module 
"C:/Python27/lib/site-packages/mod_wsgi-4.5.15-py2.7-win32.egg/mod_wsgi/server/mod_wsgi.pyd"
WSGIPythonHome "C:/Python27"


Windows Error when I start the Apache service:

The Apache service named  reported the following error:
>>> httpd.exe: Syntax error on line 179 of C:/Apache24/conf/httpd.conf: 
Cannot load C:/Python27/lib/site-packages/mod_wsgi-4.5.15-py2.7-win32.egg/
mod_wsgi/server/mod_wsgi.pyd into server: The specified module could not be 
found.     .
mod_wsgi.pyd does exist in that directory though...


Any help is much appreciated. 

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to modwsgi+unsubscr...@googlegroups.com.
To post to this group, send email to modwsgi@googlegroups.com.
Visit this group at https://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.

Reply via email to