# The name is misleading. These are all the directives for a normal install. | |
# This does not include stuff like proxy-directives and some of the files here | |
# include other directive files. | |
DocumentRoot /usr/local/autotest/apache/www/ | |
<FilesMatch "\.*\.*"> | |
<IfModule mod_headers.c> | |
Header set Cache-Control "no-cache, must-revalidate" | |
</IfModule> | |
</FilesMatch> | |
Include "/usr/local/autotest/apache/conf/logging-directives" | |
Include "/usr/local/autotest/apache/conf/django-directives" |