Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jul 2011 03:16:45 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r223855 - projects/portbuild/conf
Message-ID:  <201107080316.p683GjGt090524@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107080316.p683GjGt090524>