From: Rich Bowen Date: Wed, 20 May 2026 16:27:17 +0000 (+0000) Subject: mod_allowhandlers: fix "headers" typo, should be "handlers". X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0041a20fabc69b46f379da1d521fb6db50117031;p=thirdparty%2Fapache%2Fhttpd.git mod_allowhandlers: fix "headers" typo, should be "handlers". git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934441 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_allowhandlers.xml b/docs/manual/mod/mod_allowhandlers.xml index 18a368ded8..a1f7eea41e 100644 --- a/docs/manual/mod/mod_allowhandlers.xml +++ b/docs/manual/mod/mod_allowhandlers.xml @@ -61,7 +61,7 @@ returns 403 FORBIDDEN to the client. This can be used with directives like

The handler names are case sensitive. The special name none can be used to match the case where no handler has been set. The special value all can be used to allow all -handlers again in a later config section, even if some headers were denied +handlers again in a later config section, even if some handlers were denied earlier in the configuration merge order: