summaryrefslogtreecommitdiff
path: root/www/apache13-fp/files/patch-ag
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>2000-03-01 06:25:15 +0000
committerBill Fumerola <billf@FreeBSD.org>2000-03-01 06:25:15 +0000
commite6503fb81a27bb578af6a8d0591748b0d84cbf3d (patch)
tree80c45281ac7798887074895f840282856e9b3bab /www/apache13-fp/files/patch-ag
parentUpgrade to version 2.3. (diff)
Upgrade to the latest and greatest apache/frontpage combo.
PR: ports/16974 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=26464
Diffstat (limited to 'www/apache13-fp/files/patch-ag')
-rw-r--r--www/apache13-fp/files/patch-ag6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/apache13-fp/files/patch-ag b/www/apache13-fp/files/patch-ag
index 6377a6a55c22..333ef6a30786 100644
--- a/www/apache13-fp/files/patch-ag
+++ b/www/apache13-fp/files/patch-ag
@@ -35,14 +35,14 @@
# "AuthConfig", and "Limit"
#
- AllowOverride None
-+<IfDefine FRONTPAGE>
++<IfDefine MOD_FP>
+### These are the Minimum options need by the FrontPage Module.
+### With out these options set the FrontPage Client will not be
+### able to access the server.
+ AllowOverride AuthConfig Limit Indexes Options
+</IfDefine>
+
-+<IfDefine !FRONTPAGE>
++<IfDefine !MOD_FP>
+# AllowOverride None
+</IfDefine>
@@ -54,7 +54,7 @@
+### In Order for FrontPage to work in User and Virtual ###
+### Web Directories, they need to be set up as shown: ###
-+<IfDefine FRONTPAGE>
++<IfDefine MOD_FP>
+ <Directory /*/public_html>
+ AllowOverride AuthConfig Limit Indexes Options
+ Options ExecCGI