From fdc0fa253205a048e4fb52f05afaa2b9d39e9c4d Mon Sep 17 00:00:00 2001
From: Max Kanat-Alexander Required Perl Modules
[% INCLUDE req_table reqs = REQUIRED_MODULES
- new = ['List-MoreUtils', 'Win32-API']
+ new = ['List-MoreUtils', 'Math-Random-Secure']
updated = ['Email-MIME', 'CGI.pm', 'Apache-SizeLimit'] %]
Optional Perl Modules
@@ -107,8 +107,8 @@
features of [% terms.Bugzilla %]:
X-Frame-Options: SAMEORIGIN
header
+ with every page request in order to prevent "clickjacking" attacks. Note
+ that this prevents other domains from displaying [% terms.Bugzilla %]
+ in an HTML frame.(Note: If your [% terms.Bugzilla %] runs under mod_perl or runs on some - other webserver than Apache, this section does not apply to you.)
+You will need to update the configuration of Apache for +
If you run [% terms.Bugzilla %] under mod_cgi (this is the most common + configuration, involving a <Directory> block in your Apache config + file), you will need to update the configuration of Apache for [%+ terms.Bugzilla %]. In particular, this line in the [% terms.Bugzilla %] <Directory> block:
@@ -594,6 +600,20 @@ Configuration section of the [% terms.Bugzilla %] Guide. +If your [% terms.Bugzilla %] runs under mod_perl, the required Apache + configuration is now simpler. The line that used to look like:
+ +PerlSwitches -w -T -I/var/www/html/bugzilla
+ -I/var/www/html/bugzilla/lib
+
+Now should be only:
+ +PerlSwitches -w -T
+
+The PerlConfigRequire
line should stay the same, however.
In previous versions of [% terms.Bugzilla %], there was a file -- cgit v1.2.3-24-g4f1b