- fix CVE-2017-9798 - fix #4926 make http2 support configurable, in case of enables libnghttp2 package dont build http2. instead use CONFIG_APACHE_HTTP2 to enable http2 support Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
11 lines
198 B
Text
11 lines
198 B
Text
menu "Configuration"
|
|
depends on PACKAGE_apache
|
|
|
|
config APACHE_HTTP2
|
|
bool
|
|
prompt "Enable HTTP2"
|
|
help
|
|
Enable HTTPS2 support.
|
|
default n
|
|
|
|
endmenu
|