diff options
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> |