Tweaks to default.conf for Apache

This commit is contained in:
Francesco Siddi 2015-10-07 20:13:11 +02:00
parent d6ea8ea1dc
commit 06b7df4d5b

View File

@ -27,13 +27,13 @@
# after it has been globally disabled with "a2disconf". # after it has been globally disabled with "a2disconf".
#Include conf-available/serve-cgi-bin.conf #Include conf-available/serve-cgi-bin.conf
WSGIDaemonProcess pillar-web WSGIDaemonProcess pillar
WSGIPassAuthorization On WSGIPassAuthorization On
WSGIScriptAlias / /data/dev/pillar-web/pillar-web/runserver.wsgi \ WSGIScriptAlias / /data/dev/pillar/pillar/runserver.wsgi \
process-group=pillar-web application-group=%{GLOBAL} process-group=pillar application-group=%{GLOBAL}
<Directory /data/dev/pillar-web/pillar-web> <Directory /data/dev/pillar/pillar>
<Files runserver.wsgi> <Files runserver.wsgi>
Require all granted Require all granted
</Files> </Files>