summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2015-10-03 22:25:31 +0000
committerJeff Trawick <trawick@apache.org>2015-10-03 22:25:31 +0000
commitcd6aa9bc3bc2391839c64c8778ed5d7ec0d220d7 (patch)
treeb84b2ea4fe8d4a1921729a3deed475a028439ac0 /CMakeLists.txt
parentd6dfb940833998dc3bb2718d4669ee065ab1b9d1 (diff)
downloadhttpd-cd6aa9bc3bc2391839c64c8778ed5d7ec0d220d7.tar.gz
leave LoadModule of mod_http2 commented-out by default
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1706640 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4301090140..4f3e74a789 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -293,7 +293,7 @@ SET(MODULE_LIST
"modules/generators/mod_info+I+server information"
"modules/generators/mod_status+I+process/thread monitoring"
"modules/http/mod_mime+A+mapping of file-extension to MIME. Disabling this module is normally not recommended."
- "modules/http2/mod_http2+a+HTTP/2 protocol support"
+ "modules/http2/mod_http2+i+HTTP/2 protocol support"
"modules/ldap/mod_ldap+i+LDAP caching and connection pooling services"
"modules/loggers/mod_log_config+A+logging configuration. You won't be able to log requests to the server without this module."
"modules/loggers/mod_log_debug+I+configurable debug logging"