blob: 8d21c087063cc224420c94053275e2f66cb752f4 [file] [log] [blame]
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
<VirtualHost *:80>
DocumentRoot /usr/local/autotest/apache/www/
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /usr/local/autotest/apache/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
WSGIScriptAlias / /usr/local/autotest/apache/autotest.wsgi
WSGIDaemonProcess autotest_afe user=chromeos-test threads=30
WSGIPRocessGroup autotest_afe
ErrorLog /var/log/apache2/error.log
LogLevel warn
CustomLog /var/log/apache2/access.log combined
ServerSignature On
RedirectMatch ^/$ /afe
Include "/usr/local/autotest/apache/conf/all-directives"
</VirtualHost>