From c8f4a04189ab6874d26a470c6e57dda22071b331 Mon Sep 17 00:00:00 2001 From: "zach%zachlipton.com" <> Date: Mon, 24 Sep 2001 00:07:55 +0000 Subject: Fix for bug 97588: localconfig should mention access.conf as well as httpd.conf (for old apache). Simple 2line comment addition to localconfig to inform the user they may need to look at access.conf in addition to httpd.conf if they are using an older version of apache. Patch by Gavin Shelley r=Zach Lipton no 2nd review needed for this patch. --- checksetup.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/checksetup.pl b/checksetup.pl index bfb0e877a..046f34eb5 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -312,6 +312,8 @@ LocalVar('create_htaccess', <<'END'); # installation is in must be within the jurisdiction of a block # in the httpd.conf file that has 'AllowOverride Limit' in it. If it has # 'AllowOverride All' or other options with Limit, that's fine. +# (Older Apache installations may use an access.conf file to store these +# blocks.) # If this is set to 1, Bugzilla will create these files if they don't exist. # If this is set to 0, Bugzilla will not create these files. $create_htaccess = 1; -- cgit v1.2.3-24-g4f1b