Fixing a missing quote meant to go on r5471
[autotest-zwu.git] / apache / apache-conf
blobd9b8e722f7456fdf9aa254736374215dfb15f879
1 NameVirtualHost *
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>
16     ErrorLog /var/log/apache2/error.log
17     LogLevel warn
19     CustomLog /var/log/apache2/access.log combined
20     ServerSignature On
22     RedirectMatch ^/$ /afe
24     Include "/usr/local/autotest/apache/conf/all-directives"
25     
26 </VirtualHost>