summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorzach%zachlipton.com <>2001-09-24 02:07:55 +0200
committerzach%zachlipton.com <>2001-09-24 02:07:55 +0200
commitc8f4a04189ab6874d26a470c6e57dda22071b331 (patch)
tree7721392681c72755dc71ff3c4647f82d3e5f8962 /checksetup.pl
parent05699b549794791194a50ee855357a3bf56b4e57 (diff)
downloadbugzilla-c8f4a04189ab6874d26a470c6e57dda22071b331.tar.gz
bugzilla-c8f4a04189ab6874d26a470c6e57dda22071b331.tar.xz
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 <gavins@iplbath.com> r=Zach Lipton <zach@zachlipton.com> no 2nd review needed for this patch.
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 2 insertions, 0 deletions
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 <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;