Annotation of embedaddon/strongswan/testing/tests/tnc/tnccs-20-pdp-eap/hosts/alice/etc/apache2/sites-available/000-default.conf, revision 1.1

1.1     ! misho       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>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>