mod_wsgi icon indicating copy to clipboard operation
mod_wsgi copied to clipboard

mod_wsgi.so nowhere to be found - Windows Server 2022

Open swiftclouddbs opened this issue 1 year ago • 1 comments

Greetings!

Just received a clean install of Windows Server 2022. Downloaded and configured latest Apache (Server version: Apache/2.4.62 (Win64)) and Python 3.13. Favorite Python script runs as expected. mod_wsgi is installed and appears on "pip list". Apache is happy until you add the line: LoadModule wsgi_module modules/mod_wsgi.so in httpd.conf. Dug through the documentation and tried everything. Since the notes say CMMI is not supported on Windows, where do we find this file. TIA!!

swiftclouddbs avatar Dec 09 '24 19:12 swiftclouddbs

See docs at:

  • https://pypi.org/project/mod-wsgi/

It explains about running mod_wsgi-express module-config command to generate the snippet to use in the Apache configuration file so that it uses the module for Apache created when using pip to install mod_wsgi.

GrahamDumpleton avatar Dec 13 '24 01:12 GrahamDumpleton