]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 97588: localconfig should mention access.conf as well as
authorzach%zachlipton.com <>
Mon, 24 Sep 2001 00:07:55 +0000 (00:07 +0000)
committerzach%zachlipton.com <>
Mon, 24 Sep 2001 00:07:55 +0000 (00:07 +0000)
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 <gavins@iplbath.com> r=Zach Lipton
<zach@zachlipton.com> no 2nd review needed for this patch.

checksetup.pl

index bfb0e877a783905cf6a0156572ea737c9352dc77..046f34eb54f52810eb2353cffc3db45a63bfc152 100755 (executable)
@@ -312,6 +312,8 @@ LocalVar('create_htaccess', <<'END');
 # installation is in must be within the jurisdiction of a <Directory> 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
+# <Directory> 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;