diff --git a/mods-available/authz_host.load b/mods-available/authz_host.load new file mode 100644 index 0000000..857e164 --- /dev/null +++ b/mods-available/authz_host.load @@ -0,0 +1,2 @@ +# Depends: authz_core +LoadModule authz_host_module /usr/libexec/httpd/mod_authz_host.so diff --git a/mods-available/info.conf b/mods-available/info.conf new file mode 100644 index 0000000..49cf44e --- /dev/null +++ b/mods-available/info.conf @@ -0,0 +1,10 @@ +# Depends: authz_host + + + SetHandler server-info + Require local + + + + +# vim: syntax=apache ts=4 sw=4 sts=4 sr noet diff --git a/mods-available/info.load b/mods-available/info.load new file mode 100644 index 0000000..41e2457 --- /dev/null +++ b/mods-available/info.load @@ -0,0 +1,2 @@ +# Suggests: .conf +LoadModule info_module /usr/libexec/httpd/mod_info.so diff --git a/mods-available/status.conf b/mods-available/status.conf new file mode 100644 index 0000000..1d471c3 --- /dev/null +++ b/mods-available/status.conf @@ -0,0 +1,13 @@ +# Depends: authz_host + + + SetHandler server-status + Require local + + + + ProxyStatus On + + + +# vim: syntax=apache ts=4 sw=4 sts=4 sr noet diff --git a/mods-available/status.load b/mods-available/status.load new file mode 100644 index 0000000..25d5906 --- /dev/null +++ b/mods-available/status.load @@ -0,0 +1,2 @@ +# Suggests: .conf +LoadModule status_module /usr/libexec/httpd/mod_status.so