]> wagnertech.de Git - SVBaL.git/blob - etc/eh_util.conf
Mitglieder auswählen, aber ohne Mitgliederliste aus Datenbank
[SVBaL.git] / etc / eh_util.conf
1 WSGIScriptAlias /eh-util /opt/eh_util/eh_util/wsgi.py
2 #WSGIPythonHome /path/to/venv
3 WSGIPythonPath /opt/eh_util
4 <Directory /opt/eh_util>
5 <Files wsgi.py>
6 Require all granted
7 </Files>
8 </Directory>