We recently upgraded our server box and are attempting to switch over. Brand new server running:
Apache 2.4.41
Python 3.8 64bit
Windows Server 2016
Got the python prereqs installed and good to go (cypto is now defunct btw. Cryptodome replaces it, apparently). Mod_wsgi installed, and yet for some reason, we're running into this:
https://i.imgur.com/E0Xlv4K.png
We're also hitting a 500 error when specifying
WSGIScriptAlias /missions C:/xampp/htdocs/missions/wsgiScript.wsgi
Our httpd.conf, just in case:
https://pastebin.com/hk5yD42X
We recently upgraded our server box and are attempting to switch over. Brand new server running:
Apache 2.4.41
Python 3.8 64bit
Windows Server 2016
Got the python prereqs installed and good to go (cypto is now defunct btw. Cryptodome replaces it, apparently). Mod_wsgi installed, and yet for some reason, we're running into this:
https://i.imgur.com/E0Xlv4K.png
We're also hitting a 500 error when specifying
WSGIScriptAlias /missions C:/xampp/htdocs/missions/wsgiScript.wsgiOur httpd.conf, just in case:
https://pastebin.com/hk5yD42X