blob: d9b8e722f7456fdf9aa254736374215dfb15f879 [file] [log] [blame]
mbligh12016652008-10-03 17:50:54 +00001NameVirtualHost *
2<VirtualHost *>
3 DocumentRoot /usr/local/autotest/apache/www/
4 <Directory />
5 Options FollowSymLinks
6 AllowOverride None
7 </Directory>
8 <Directory /usr/local/autotest/apache/www/>
9 Options Indexes FollowSymLinks MultiViews
10 AllowOverride None
11 Order allow,deny
12 allow from all
13 </Directory>
14
15
16 ErrorLog /var/log/apache2/error.log
17 LogLevel warn
18
19 CustomLog /var/log/apache2/access.log combined
20 ServerSignature On
21
22 RedirectMatch ^/$ /afe
23
24 Include "/usr/local/autotest/apache/conf/all-directives"
25
26</VirtualHost>