diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-04-11 15:47:06 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-04-11 15:47:06 +0200 |
commit | 23ea8e84f734c39fc9c42c10c4bf2c3243762498 (patch) | |
tree | ba0b606773838dd259b1662629d0832799d2ab10 /vagrant_support | |
parent | 3a56520e4237ec26cc7eef70b6eabbbeb9cfda42 (diff) | |
download | bugzilla-23ea8e84f734c39fc9c42c10c4bf2c3243762498.tar.gz bugzilla-23ea8e84f734c39fc9c42c10c4bf2c3243762498.tar.xz |
no bug - fix PerlSetEnv
Diffstat (limited to 'vagrant_support')
-rw-r--r-- | vagrant_support/apache.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vagrant_support/apache.j2 b/vagrant_support/apache.j2 index 2222de41b..8316f1aa2 100644 --- a/vagrant_support/apache.j2 +++ b/vagrant_support/apache.j2 @@ -2,7 +2,7 @@ PerlSwitches -wT PerlSetEnv USE_NYTPROF 0 PerlSetEnv BUGZILLA_UNSAFE_AUTH_DELEGATION 1 PerlPassEnv LOG4PERL_CONFIG_FILE -PerlSetEnv LOG4PERL_STDERR_DISABLE=1 +PerlSetEnv LOG4PERL_STDERR_DISABLE 1 PerlConfigRequire /vagrant/mod_perl.pl <IfModule mpm_prefork_module> |