mirror of
https://github.com/apache/httpd.git
synced 2025-08-03 16:33:59 +00:00
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:
@ -606,8 +606,8 @@ proxied resources</description>
|
|||||||
(unnamed) backreferences are ignored. Use named groups instead.</p>
|
(unnamed) backreferences are ignored. Use named groups instead.</p>
|
||||||
|
|
||||||
<highlight language="config">
|
<highlight language="config">
|
||||||
<ProxyMatch ^http://(?<sitename>[^/]+)>
|
<ProxyMatch "^http://(?<sitename>[^/]+)">
|
||||||
require ldap-group cn=%{env:MATCH_SITENAME},ou=combined,o=Example
|
Require ldap-group cn=%{env:MATCH_SITENAME},ou=combined,o=Example
|
||||||
</ProxyMatch>
|
</ProxyMatch>
|
||||||
</highlight>
|
</highlight>
|
||||||
</usage>
|
</usage>
|
||||||
|
Reference in New Issue
Block a user