From fbeb7841118b0d4f2e6cbf53e40a67e2a43defff Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Sat, 5 Mar 2016 18:10:56 +0000 Subject: [PATCH] Merge r1733747 from trunk: mixmatched sections reported in comments git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1733748 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 25cbd942f36..c4dda62f4db 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -4219,7 +4219,7 @@ handler <LocationMatch ^/app/(?<sub>[^/]+)/> SetHandler "proxy:unix:/var/run/app_%{env:MATCH_sub}.sock|fcgi://localhost:8080" -</FilesMatch> +</LocationMatch>

You can override an earlier defined SetHandler -- 2.47.3