From 23ea8e84f734c39fc9c42c10c4bf2c3243762498 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Wed, 11 Apr 2018 09:47:06 -0400 Subject: no bug - fix PerlSetEnv --- vagrant_support/apache.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vagrant_support') 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 -- cgit v1.2.3-24-g4f1b