blob: dde5b38d1b5193fd76080954855ba999b0848844 [file] [log] [blame]
Alias /images "/usr/local/autotest/images/"
<Directory /usr/local/autotest/images/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
<FilesMatch "\.log$">
ForceType "text/plain; authoritative=true"
</FilesMatch>
</Directory>
Alias /results "/usr/local/autotest/results/"
<Directory /usr/local/autotest/results/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
<FilesMatch "\.(log|INFO|DEBUG|ERROR|WARNING)$">
ForceType "text/plain; authoritative=true"
</FilesMatch>
</Directory>
Alias /logs "/usr/local/autotest/logs/"
<Directory /usr/local/autotest/logs/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
<FilesMatch "\.log$">
ForceType "text/plain; authoritative=true"
</FilesMatch>
</Directory>
Alias /tko "/usr/local/autotest/tko/"
<Directory /usr/local/autotest/tko/>
Options ExecCGI Indexes MultiViews +SymLinksIfOwnerMatch
DirectoryIndex compose_query.cgi
AllowOverride None
Order allow,deny
Allow from all
</Directory>