summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-08-09 17:36:08 +0200
committerDylan William Hardison <dylan@hardison.net>2018-08-20 23:52:52 +0200
commit5c9bd3093ccd7c5922e5000a0b289eca15b27522 (patch)
tree30a601ac6ecfb860abb463eb519fed75d9405717 /Bugzilla/Install
parentc8b8d53f5a896d320d2ddee2158cfc188952403f (diff)
downloadbugzilla-5c9bd3093ccd7c5922e5000a0b289eca15b27522.tar.gz
bugzilla-5c9bd3093ccd7c5922e5000a0b289eca15b27522.tar.xz
remove more apache bits
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r--Bugzilla/Install/Filesystem.pm8
1 files changed, 0 insertions, 8 deletions
diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm
index f520d3d56..317152962 100644
--- a/Bugzilla/Install/Filesystem.pm
+++ b/Bugzilla/Install/Filesystem.pm
@@ -67,11 +67,6 @@ use constant HTTPD_ENV => qw(
NYTPROF_DIR
);
-sub HTTPD_ENV_CONF {
- my @env = (ENV_KEYS, HTTPD_ENV);
- return join( "\n", map { "PerlPassEnv " . $_ } @env ) . "\n";
-}
-
###############
# Permissions #
###############
@@ -382,9 +377,6 @@ sub FILESYSTEM {
"skins/yui3.css" => { perms => CGI_READ,
overwrite => 1,
contents => $yui3_all_css },
- "$confdir/env.conf" => { perms => CGI_READ,
- overwrite => 1,
- contents => \&HTTPD_ENV_CONF },
);
# Because checksetup controls the creation of index.html separately