From 696614c16dc188fe65722ba39dacd7ea867385bb Mon Sep 17 00:00:00 2001 From: Clement Laforet Date: Tue, 17 Aug 2004 12:41:26 +0000 Subject: - Bump PORTREVISION for all previous changes - Allow access to /home if mod_userdir is loaded - We don't need apache2libs.sh if apr is installed from ports. - Add recent changes to UPGRADING --- .../files/patch-docs:conf:httpd-std.conf.in | 37 +++++++++++++++++----- 1 file changed, 29 insertions(+), 8 deletions(-) (limited to 'www/apache20/files/patch-docs:conf:httpd-std.conf.in') diff --git a/www/apache20/files/patch-docs:conf:httpd-std.conf.in b/www/apache20/files/patch-docs:conf:httpd-std.conf.in index 31c157a66b46..12128e97a5a1 100644 --- a/www/apache20/files/patch-docs:conf:httpd-std.conf.in +++ b/www/apache20/files/patch-docs:conf:httpd-std.conf.in @@ -1,5 +1,5 @@ --- docs/conf/httpd-std.conf.in.orig Sat Apr 24 20:13:43 2004 -+++ docs/conf/httpd-std.conf.in Sun Jul 25 11:37:58 2004 ++++ docs/conf/httpd-std.conf.in Tue Aug 17 12:11:17 2004 @@ -68,7 +68,7 @@ # @@ -34,7 +34,7 @@ # -@@ -365,8 +366,11 @@ +@@ -365,24 +366,29 @@ # UserDir: The name of the directory that is appended onto a user's home # directory if a ~user request is received. # @@ -46,15 +46,36 @@ # # Control access to UserDir directories. The following is an example # for a site where these directories are restricted to read-only. -@@ -384,6 +388,8 @@ - # - # - -+ + # +-# +-# AllowOverride FileInfo AuthConfig Limit Indexes +-# Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec +-# +-# Order allow,deny +-# Allow from all +-# +-# +-# Order deny,allow +-# Deny from all +-# +-# ++ ++ AllowOverride FileInfo AuthConfig Limit Indexes ++ Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec ++ ++ Order allow,deny ++ Allow from all ++ ++ ++ Order deny,allow ++ Deny from all ++ ++ + ++ + # # DirectoryIndex: sets the file that Apache will serve if a directory - # is requested. @@ -472,7 +478,7 @@ # logged here. If you *do* define an error logfile for a # container, that host's errors will be logged there and not here. -- cgit v1.2.3