Home | History | Annotate | Download | only in apache
      1 NameVirtualHost *
      2 <VirtualHost *>
      3     ErrorLog /var/log/apache2/error.log
      4     LogLevel warn
      5 
      6     CustomLog /var/log/apache2/access.log combined
      7     ServerSignature On
      8 
      9     Include "/usr/local/autotest/apache/conf/tko-directives"
     10 
     11 </VirtualHost>
     12