mirror of
https://github.com/apache/httpd.git
synced 2025-07-23 00:50:44 +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>
|
||||
|
||||
<highlight language="config">
|
||||
<ProxyMatch ^http://(?<sitename>[^/]+)>
|
||||
require ldap-group cn=%{env:MATCH_SITENAME},ou=combined,o=Example
|
||||
<ProxyMatch "^http://(?<sitename>[^/]+)">
|
||||
Require ldap-group cn=%{env:MATCH_SITENAME},ou=combined,o=Example
|
||||
</ProxyMatch>
|
||||
</highlight>
|
||||
</usage>
|
||||
|
Reference in New Issue
Block a user