diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-09-19 01:24:06 +0200 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-09-19 01:24:06 +0200 |
commit | 46317c3190e95cca62cd5d932bd6bc4b45e75d23 (patch) | |
tree | cf8b01dfc39fb3cc8bd6c43349b97e58f5947052 /template | |
parent | 7df0160f6aaf3adcb3e6ddca0fc172c5ea89eb8c (diff) | |
download | bugzilla-46317c3190e95cca62cd5d932bd6bc4b45e75d23.tar.gz bugzilla-46317c3190e95cca62cd5d932bd6bc4b45e75d23.tar.xz |
Bug 586244: Make mod_headers and mod_expires optional
r=glob, a=mkanat
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/setup/strings.txt.pl | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/template/en/default/setup/strings.txt.pl b/template/en/default/setup/strings.txt.pl index 350c701aa..f03869205 100644 --- a/template/en/default/setup/strings.txt.pl +++ b/template/en/default/setup/strings.txt.pl @@ -28,6 +28,11 @@ %strings = ( any => 'any', + apachectl_failed => <<END, +WARNING: We could not check the configuration of Apache. This sometimes +happens when you are not running checksetup.pl as ##root##. To see the +problem we ran into, run: ##command## +END bad_executable => 'not a valid executable: ##bin##', blacklisted => '(blacklisted)', bz_schema_exists_before_220 => <<'END', @@ -260,6 +265,18 @@ EOT # Note: When translating these "modules" messages, don't change the formatting # if possible, because there is hardcoded formatting in # Bugzilla::Install::Requirements to match the box formatting. + modules_message_apache => <<END, +*********************************************************************** +* 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: * +* * +END modules_message_db => <<EOT, *********************************************************************** * DATABASE ACCESS * |