]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mod_allowhandlers: fix "headers" typo, should be "handlers".
authorRich Bowen <rbowen@apache.org>
Wed, 20 May 2026 16:27:17 +0000 (16:27 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 20 May 2026 16:27:17 +0000 (16:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934441 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_allowhandlers.xml

index 18a368ded8bbef334c7c2e865a55d2358da2d62b..a1f7eea41e569018d8a5512eae16d9c2fad76e1e 100644 (file)
@@ -61,7 +61,7 @@ returns 403 FORBIDDEN to the client. This can be used with directives like
 <p>The handler names are case sensitive. The special name
 <code>none</code> can be used to match the case where no handler has been
 set. The special value <code>all</code> 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:</p>
 
 <highlight language="config">