19-07-2020

-python 3.8
-htpasswd
-modules Powershell
This commit is contained in:
2020-07-19 15:35:28 +02:00
parent b30fc7af77
commit fc437860a8
6 changed files with 204 additions and 6 deletions

View File

@@ -385,6 +385,14 @@ $ sudo apachectl stop
$ sudo apachectl start
```
Pour connaître la configuration dans httpd.conf, lancez `mod_wsgi-express module-config`
```bash
$ mod_wsgi-express module-config
LoadModule wsgi_module "/usr/local/lib/python3.8/site-packages/mod_wsgi/server/mod_wsgi-py38.cpython-38-darwin.so"
WSGIPythonHome "/usr/local/Cellar/python@3.8/3.8.3_2/Frameworks/Python.framework/Versions/3.8"
```
### Liens: