mod_wsgi.so nowhere to be found - Windows Server 2022
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!!
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.