doc/oats_httpd.conf in oats-0.0.6 vs doc/oats_httpd.conf in oats-0.0.7
- old
+ new
@@ -9,10 +9,16 @@
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
@@ -21,12 +27,14 @@
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
-# Point this alias to the test folders of AUT or put in the appropriate soft link
+
+# 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 /r /home/occadmin/results
-Alias /a /home/occadmin/results_archive
-ServerAdmin Levent.Atasoy@GMail.com
+Alias /oats/r /home/occadmin/results
+Alias /oats/a /home/occadmin/results_archive
+ServerAdmin OccAdminO@your.com
DocumentRoot "/home/occadmin/results_archive"