From: Christophe Jaillet Date: Sun, 27 Mar 2022 06:43:26 +0000 (+0000) Subject: Fix a typo. X-Git-Tag: 2.5.0-alpha2-ci-test-only~430 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a4506878a6efdc9a5377c8f9d4e4b05feffc928;p=thirdparty%2Fapache%2Fhttpd.git Fix a typo. PR 65978. Thanks to Stefan Hamburger for finding it. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1899234 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>'