blob: d9b8e722f7456fdf9aa254736374215dfb15f879 [file] [log] [blame]
NameVirtualHost *
<VirtualHost *>
DocumentRoot /usr/local/autotest/apache/www/
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /usr/local/autotest/apache/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
ErrorLog /var/log/apache2/error.log
LogLevel warn
CustomLog /var/log/apache2/access.log combined
ServerSignature On
RedirectMatch ^/$ /afe
Include "/usr/local/autotest/apache/conf/all-directives"
</VirtualHost>