Sha256: 2a951c7d884676fb6c2a1bb404dac2ce03781a044e7ceaa61b9125e0be5f6f60

Contents?: true

Size: 1.39 KB

Versions: 5

Compression:

Stored size: 1.39 KB

Contents

# Drop in this HTTP CONF in the proper folder to be included in each Agent's
# Apache configuration.
#   - MacOS 
#        location: /etc/apache2/other, 
#        command:  sudo /usr/sbin/apachectl restart
#   - Ubuntu
#        location: /etc/apache2/conf.d 
#        command:  sudo /etc/init.d/apache2 restart
# The following assumes oats and occ are placed under /home/occadmin.  You may
# need to adjust these folders (or create soft-links) if they are placed
# elsewhere.
<Directory "/home/occadmin/oats">
    Options Indexes FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>
<Directory "/home/occadmin/oats_tests">
    Options Indexes FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>
<Directory "/home/occadmin/results">
    Options Indexes FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>
<Directory "/home/occadmin/results_archive">
    Options Indexes FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

# Point this alias to the test folders of AUT or use a link 
#Alias /oats/tests <FolderOfYourApplicationUnderTest>
Alias /oats/tests /home/occadmin/oats_tests
Alias /oats /home/occadmin/oats
Alias /oats/r /home/occadmin/results
Alias /oats/a /home/occadmin/results_archive
ServerAdmin OccAdminO@your.com
DocumentRoot "/home/occadmin/results_archive"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
oats-0.1.4 doc/oats_httpd.conf
oats-0.1.1 doc/oats_httpd.conf
oats-0.1.0 doc/oats_httpd.conf
oats-0.0.9 doc/oats_httpd.conf
oats-0.0.8 doc/oats_httpd.conf