Skip to content

Commit bc44c68

Browse files
author
Christophe Jaillet
committed
Improve syntax highlight which is already nicer in 2.4.x
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1926185 13f79535-47bb-0310-9956-ffa450edef68
1 parent 90536be commit bc44c68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/manual/mod/mod_proxy.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,8 +606,8 @@ proxied resources</description>
606606
(unnamed) backreferences are ignored. Use named groups instead.</p>
607607

608608
<highlight language="config">
609-
&lt;ProxyMatch ^http://(?&lt;sitename&gt;[^/]+)&gt;
610-
require ldap-group cn=%{env:MATCH_SITENAME},ou=combined,o=Example
609+
&lt;ProxyMatch "^http://(?&lt;sitename&gt;[^/]+)"&gt;
610+
Require ldap-group cn=%{env:MATCH_SITENAME},ou=combined,o=Example
611611
&lt;/ProxyMatch&gt;
612612
</highlight>
613613
</usage>

0 commit comments

Comments
 (0)