Commit c8f4a041 authored by zach%zachlipton.com's avatar zach%zachlipton.com

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.
parent 05699b54
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment