diff options
Diffstat (limited to 'www/apache13-fp/files/patch-ag')
-rw-r--r-- | www/apache13-fp/files/patch-ag | 6 |
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 |