diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-01-08 21:05:10 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-01-08 21:05:10 +0000 |
commit | c884964b0360e38eb0ccca8e9ca6e7117f1becc4 (patch) | |
tree | e0dce6c83374304f092234b24dce5a3c2ca5e1bd /etc/apache/httpd.conf | |
parent | Better auto indexing (diff) | |
download | config-c884964b0360e38eb0ccca8e9ca6e7117f1becc4.tar.bz2 config-c884964b0360e38eb0ccca8e9ca6e7117f1becc4.tar.xz config-c884964b0360e38eb0ccca8e9ca6e7117f1becc4.zip |
Move perl configs
Presumably there was a good reason for this
Diffstat (limited to 'etc/apache/httpd.conf')
-rw-r--r-- | etc/apache/httpd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/apache/httpd.conf b/etc/apache/httpd.conf index 9de6355..62228b2 100644 --- a/etc/apache/httpd.conf +++ b/etc/apache/httpd.conf @@ -23,8 +23,6 @@ Protocols h2 h2c http/1.1 LoadModule authz_core_module modules/mod_authz_core.so LoadModule authn_core_module modules/mod_authn_core.so -Include /etc/apache2/modules.d/75_mod_perl.conf -PerlSwitches -w -T -I/var/www/localhost/htdocs/bugzilla LoadModule auth_basic_module modules/mod_auth_basic.so LoadModule authz_host_module modules/mod_authz_host.so LoadModule authz_user_module modules/mod_authz_user.so @@ -59,6 +57,8 @@ LoadModule remoteip_module modules/mod_remoteip.so LoadModule markdown_module modules/mod_markdown.so include /etc/apache2/modules.d/00_mod_autoindex.conf +Include /etc/apache2/modules.d/75_mod_perl.conf +PerlSwitches -w -T -I/var/www/localhost/htdocs/bugzilla CacheRoot "/var/cache/apache2/" CacheEnable disk / |