From 6d0ef0f640728b69f1d51ee2eb1e1d91e09e32e7 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Wed, 11 Feb 2015 14:45:43 +0100 Subject: Bug 1131404: checksetup.pl should check if mod_rewrite and mod_version are enabled r=dkl a=glob --- template/en/default/setup/strings.txt.pl | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'template/en/default/setup/strings.txt.pl') diff --git a/template/en/default/setup/strings.txt.pl b/template/en/default/setup/strings.txt.pl index b6cd693d7..77bc85d1c 100644 --- a/template/en/default/setup/strings.txt.pl +++ b/template/en/default/setup/strings.txt.pl @@ -318,12 +318,15 @@ EOT *********************************************************************** * APACHE MODULES * *********************************************************************** -* Normally, when Bugzilla is upgraded, all Bugzilla users have to * -* clear their browser cache or Bugzilla will break. If you enable * -* certain modules in your Apache configuration (usually called * -* httpd.conf or apache2.conf) then your users will not have to clear * -* their caches when you upgrade Bugzilla. The modules you need to * -* enable are: * +* Some Apache modules allow to extend Bugzilla functionalities. * +* These modules can be enabled in the Apache configuration file * +* (usually called httpd.conf or apache2.conf). * +* - mod_headers, mod_env and mod_expires permit to automatically * +* refresh the browser cache of your users when upgrading Bugzilla. * +* - mod_rewrite permits to write shorter URLs used by the REST API. * +* - mod_version permits to write rules in .htaccess specific to * +* Apache 2.2 or 2.4. * +* The modules you need to enable are: * * * END modules_message_db => <