From: Jeff Trawick Date: Sat, 3 Oct 2015 22:25:31 +0000 (+0000) Subject: leave LoadModule of mod_http2 commented-out by default X-Git-Tag: 2.5.0-alpha~2765 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd6aa9bc3bc2391839c64c8778ed5d7ec0d220d7;p=apache 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 --- 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"