python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
apache wsgi_mod fails to run on python 3.10
I am developing a django app using django 4 and python 3.10.
I had a server using apache and mod_wsgi, that used to run an old app using python3.8.
I've created a virtual env from 3.10. Command line m...
reformy
Votes: 0
Answers: 2
Module wsgi error when deploying Django app on apache
I had developped an application using Django (DRF). And I try to deploy it on a server. After following some tutorials on Internet, I got this error :
mod_wsgi (pid=27182): Failed to exec Python scrip...
youstra
Votes: 0
Answers: 0
AttributeError: /usr/sbin/httpd: undefined symbol: Error_GetLastErrorNum with Flask and mod_wsgi
I have a website that runs python code with Flask and mod_wsgi. I set the WSGIDaemonProcess user and group and the WSGIProcessGroup. Recently, after updating geopandas, I have been getting the error...

jgm_GIS
Votes: 0
Answers: 1
Mod_wsgi daemon mode not reloading web page templates
I cannot reload django templates by touching the wsgi.py script located in my django application root/application name.
The script and project are located under /var/www, so I need sudo to execute tou...
lukemtesta
Votes: 0
Answers: 1