summaryrefslogtreecommitdiffstats
path: root/vagrant_support
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-04-11 15:47:06 +0200
committerDylan William Hardison <dylan@hardison.net>2018-04-11 15:47:06 +0200
commit23ea8e84f734c39fc9c42c10c4bf2c3243762498 (patch)
treeba0b606773838dd259b1662629d0832799d2ab10 /vagrant_support
parent3a56520e4237ec26cc7eef70b6eabbbeb9cfda42 (diff)
downloadbugzilla-23ea8e84f734c39fc9c42c10c4bf2c3243762498.tar.gz
bugzilla-23ea8e84f734c39fc9c42c10c4bf2c3243762498.tar.xz
no bug - fix PerlSetEnv
Diffstat (limited to 'vagrant_support')
-rw-r--r--vagrant_support/apache.j22
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>