]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Improve syntax highlight which is already nicer in 2.4.x
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 6 Jun 2025 18:47:11 +0000 (18:47 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 6 Jun 2025 18:47:11 +0000 (18:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1926185 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml

index 4205b86c13eed708dfe8e678f1ada4f126370e25..d27b0be5c964397c2705ffbab4e1bec60db89f8b 100644 (file)
@@ -606,8 +606,8 @@ proxied resources</description>
     (unnamed) backreferences are ignored. Use named groups instead.</p>
 
 <highlight language="config">
-&lt;ProxyMatch ^http://(?&lt;sitename&gt;[^/]+)&gt;
-    require ldap-group cn=%{env:MATCH_SITENAME},ou=combined,o=Example
+&lt;ProxyMatch "^http://(?&lt;sitename&gt;[^/]+)"&gt;
+    Require ldap-group cn=%{env:MATCH_SITENAME},ou=combined,o=Example
 &lt;/ProxyMatch&gt;
 </highlight>
 </usage>