diff options
author | Gregg Lewis Smith <gsmith@apache.org> | 2018-01-19 10:34:17 +0100 |
---|---|---|
committer | Gregg Lewis Smith <gsmith@apache.org> | 2018-01-19 10:34:17 +0100 |
commit | 2ce4d05fc56327a688374ffac4ed24ac470ade0c (patch) | |
tree | e426bb0f62395cd46f37e1e521e51e3e80c1d4a6 /build | |
parent | mpm_unix: Follow up to r1821526. (diff) | |
download | apache2-2ce4d05fc56327a688374ffac4ed24ac470ade0c.tar.xz apache2-2ce4d05fc56327a688374ffac4ed24ac470ade0c.zip |
follow up to r1821582
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1821606 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r-- | build/installwinconf.awk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/installwinconf.awk b/build/installwinconf.awk index 8765eee0b2..91ce8de854 100644 --- a/build/installwinconf.awk +++ b/build/installwinconf.awk @@ -119,6 +119,7 @@ BEGIN { print "#LoadModule authz_owner_module modules/mod_authz_owner.so" > dstfl; print "LoadModule authz_user_module modules/mod_authz_user.so" > dstfl; print "LoadModule autoindex_module modules/mod_autoindex.so" > dstfl; + print "#LoadModule brotli_module modules/mod_brotli.so" > dstfl; print "#LoadModule buffer_module modules/mod_buffer.so" > dstfl; print "#LoadModule cache_module modules/mod_cache.so" > dstfl; print "#LoadModule cache_disk_module modules/mod_cache_disk.so" > dstfl; |