From: Christophe Jaillet Date: Sun, 27 Mar 2022 06:45:09 +0000 (+0000) Subject: Fix a typo. X-Git-Tag: 2.4.54-rc1-candidate~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fc161161d3b5070bfcbc1de4ba69e76c8cb2fab;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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>'