I have successfully run the python setup.py install but finding it difficult to locate mod_wsgi.so file so that I can paste it in apache folder. Pls some one guide me in this regard Thanx in advance
Asked
Active
Viewed 2,402 times
1 Answers
3
Run:
mod_wsgi-express module-config
and it tells you what to add to the Apache configuration file to load the mod_wsgi module.
This is described in:
for the method of using pip install
and then integrating into an existing Apache installation. See section 'Connecting into Apache installation'. Same if you ran python setup.py install
in source code.
You still then need to configure it for your specific WSGI application.

Graham Dumpleton
- 57,726
- 6
- 119
- 134