From 1fc161161d3b5070bfcbc1de4ba69e76c8cb2fab Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sun, 27 Mar 2022 06:45:09 +0000 Subject: [PATCH] Fix a typo. PR 65978. Thanks to Stefan Hamburger for finding it. (r1899234 in trunk) [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1899235 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/howto/http2.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/howto/http2.xml b/docs/manual/howto/http2.xml index 1e39b783a16..d52cccdf60f 100644 --- a/docs/manual/howto/http2.xml +++ b/docs/manual/howto/http2.xml @@ -77,7 +77,7 @@

mod_http2 uses the library of nghttp2 as its implementation base. In order to build mod_http2 you need at least version 1.2.1 of libnghttp2 installed on your system.

-

When you ./configure you Apache httpd source tree, you need to give it +

When you ./configure your Apache httpd source tree, you need to give it '--enable-http2' as additional argument to trigger the build of the module. Should your libnghttp2 reside in an unusual place (whatever that is on your operating system), you may announce its location with '--with-nghttp2=<path>' -- 2.47.2