]> git.ipfire.org Git - thirdparty/strongswan.git/blob - testing/tests/tnc/tnccs-20-pdp-eap/hosts/alice/etc/apache2/sites-available/000-default.conf
testing: Remove Apache config hacks for Debian wheezy
[thirdparty/strongswan.git] / testing / tests / tnc / tnccs-20-pdp-eap / hosts / alice / etc / apache2 / sites-available / 000-default.conf
1 WSGIPythonPath /var/www/tnc
2
3 <VirtualHost *:80>
4 ServerName tnc.strongswan.org
5 ServerAlias tnc
6 ServerAdmin webmaster@localhost
7
8 DocumentRoot /var/www/tnc
9
10 <Directory /var/www/tnc/config>
11 <Files wsgi.py>
12 Require all granted
13 </Files>
14 </Directory>
15
16 WSGIScriptAlias / /var/www/tnc/config/wsgi.py
17 WSGIApplicationGroup %{GLOBAL}
18 WSGIPassAuthorization On
19
20 Alias /static/ /var/www/tnc/static/
21
22 ErrorLog ${APACHE_LOG_DIR}/tnc/error.log
23 LogLevel warn
24 CustomLog ${APACHE_LOG_DIR}/tnc/access.log combined
25 </VirtualHost>