Erispoe974

Results 5 comments of Erispoe974

Hi, Thanks for your ansswer. It's what i'have done. And since it didn't work, I tried running this command to understand. Because, when i restart apache with mod_wsgi, none of...

Here is my configuration in httpd.conf : _# Django Project LoadFile "C:/Program Files/Python311/python311.dll" LoadModule wsgi_module "C:/Program Files/Python311/Lib/site-packages/mod_wsgi/server/mod_wsgi.cp311-win_amd64.pyd" WSGIPythonHome "C:/Program Files/Python311" WSGIScriptAlias / "C:/wamp64/www/BioSite_33/src/wsgi.py" WSGIPythonPath "C:/wamp64/www/BioSite_33/"_ I have no really errors...

I change httpd.conf the _LogLevel_ to _Info_, and the result : _[Wed Jun 28 15:58:50.114456 2023] [mpm_winnt:notice] [pid 3508:tid 252] AH00455: Apache/2.4.54 (Win64) PHP/8.0.26 mod_fcgid/2.3.10-dev mod_wsgi/4.9.4 Python/3.11 configured -- resuming...

Thanks for your answers. My framework : Django Regards, Alexandre

Debug_mode is already on TRUE, but no error on the ie or chrome. And we finely finf the issue : If i add "_WSGIScriptAlias / "C:/wamp64/www/BioSite_33/src/wsgi.py"_" in httpd.conf file, the...