diff options
author | Rainer Jung <rjung@apache.org> | 2017-11-09 14:35:11 +0100 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2017-11-09 14:35:11 +0100 |
commit | 48f9df996948254e7daccd20a24d98da0da0f3f2 (patch) | |
tree | dc9e72b96e3f3ec27f97661ca256c62181e7cdf5 /modules/experimental/config.m4 | |
parent | Fix compilation of mod_md helper binary a2md. (diff) | |
download | apache2-48f9df996948254e7daccd20a24d98da0da0f3f2.tar.xz apache2-48f9df996948254e7daccd20a24d98da0da0f3f2.zip |
Complete build setup of mod_noloris.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1814727 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | modules/experimental/config.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/experimental/config.m4 b/modules/experimental/config.m4 index 6deaf65698..65a794eaa1 100644 --- a/modules/experimental/config.m4 +++ b/modules/experimental/config.m4 @@ -1,4 +1,6 @@ APACHE_MODPATH_INIT(experimental) +APACHE_MODULE(noloris, Module to mitigate Slowloris attacks, , , no) + APACHE_MODPATH_FINISH |