WSGIDaemonProcess django-test display-name=django-test python-home=/srv/django-test/python python-path=/srv/django-test/django
Alias /static/ "/srv/django-test/django/var/www/static/"
AllowOverride None
Require all granted
WSGIScriptAlias / "/srv/django-test/django/main/wsgi.py"
WSGIProcessGroup django-test
WSGIPassAuthorization On
AllowOverride None
Options FollowSymLinks
Require all granted