Annotation of embedaddon/strongswan/testing/hosts/winnetou/etc/apache2/sites-available/000-default.conf, revision 1.1.1.1

1.1       misho       1: <VirtualHost *:80>
                      2:         ServerAdmin webmaster@localhost
                      3: 
                      4:         DocumentRoot /var/www
                      5:         <Directory /var/www/>
                      6:                 Options Indexes FollowSymLinks MultiViews
                      7:         </Directory>
                      8: 
                      9:         RewriteEngine on
                     10:         RewriteRule "^/testresults/.+/images/(.*)" "/images/$1" [PT]
                     11: 
                     12:         LogLevel warn
                     13:         ErrorLog ${APACHE_LOG_DIR}/error.log
                     14:         CustomLog ${APACHE_LOG_DIR}/access.log combined
                     15: </VirtualHost>

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