mod_wsgi – Fatal Python error: initfsencoding: unable to load the file system codec – Apache
Using Red Hat, apache 2.4.6, worker mpm, mod_wsgi 4.6.5, and Python 3.7 When I start httpd I get the above error and: ModuleNotFoundError: No module named 'encodings' In the httpd error_log. I'm using a python virtual environment created from a…