diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-08-09 17:36:08 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-08-20 23:52:52 +0200 |
commit | 5c9bd3093ccd7c5922e5000a0b289eca15b27522 (patch) | |
tree | 30a601ac6ecfb860abb463eb519fed75d9405717 /Bugzilla | |
parent | c8b8d53f5a896d320d2ddee2158cfc188952403f (diff) | |
download | bugzilla-5c9bd3093ccd7c5922e5000a0b289eca15b27522.tar.gz bugzilla-5c9bd3093ccd7c5922e5000a0b289eca15b27522.tar.xz |
remove more apache bits
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Install/Filesystem.pm | 8 |
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 |