svn commit: r223855 - projects/portbuild/conf

Mark Linimon linimon at FreeBSD.org
Fri Jul 8 03:16:45 UTC 2011


Author: linimon (doc,ports committer)
Date: Fri Jul  8 03:16:45 2011
New Revision: 223855
URL: http://svn.freebsd.org/changeset/base/223855

Log:
  Add Indexes to options to fix things that access archive/.
  
  While here, add a work area for studies.

Modified:
  projects/portbuild/conf/apache.conf

Modified: projects/portbuild/conf/apache.conf
==============================================================================
--- projects/portbuild/conf/apache.conf	Fri Jul  8 01:35:33 2011	(r223854)
+++ projects/portbuild/conf/apache.conf	Fri Jul  8 03:16:45 2011	(r223855)
@@ -18,7 +18,7 @@ Alias /errorlogs/ /var/portbuild/errorlo
 <Directory /var/portbuild/errorlogs>
     Order allow,deny
     Allow from all
-    Options FollowSymLinks
+    Options FollowSymLinks Indexes
 # Added kk 030222
     Options       +IncludesNoExec
     AddHandler    server-parsed .shtml
@@ -41,3 +41,10 @@ Alias /ganglia/ "/usr/local/www/ganglia/
     addhandler php5-script .php
     DirectoryIndex index.php
 </Directory>
+
+<Directory /var/portbuild/www/studies>
+    Order allow,deny
+    Allow from all
+    Options Indexes FollowSymlinks MultiViews
+    AllowOverride None
+</Directory>


More information about the svn-src-projects mailing list