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
This commit is contained in:
Christophe Jaillet
2025-06-06 18:47:11 +00:00
parent 90536be744
commit bc44c682d3

View 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>