I have added this in httpd.conf 1. LoadModule wsgi_module /modules/mod_wsgi.so
2. <VirtualHost *:90> ServerName localhost:80 WSGIScriptAlias /wsgi "c:/wsgi_app/wsgi_app.py" process-group=localhost WSGIPythonPath "c:/Program Files/Anaconda" <Directory "c:/wsgi_app"> <Files wsgi_app.py> Require all granted </Files> Order deny,allow Allow from all </Directory> </VirtualHost> still getting *Cannot load modules/mod_wsgi.so into server: The specified module could not be found.* -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/d/optout.
