From: zach%zachlipton.com <> Date: Mon, 24 Sep 2001 00:07:55 +0000 (+0000) Subject: Fix for bug 97588: localconfig should mention access.conf as well as X-Git-Tag: bugzilla-2.14.1~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8f4a04189ab6874d26a470c6e57dda22071b331;p=thirdparty%2Fbugzilla.git 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. --- diff --git a/checksetup.pl b/checksetup.pl index bfb0e877a7..046f34eb54 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;