We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90536be commit bc44c68Copy full SHA for bc44c68
docs/manual/mod/mod_proxy.xml
@@ -606,8 +606,8 @@ proxied resources</description>
606
(unnamed) backreferences are ignored. Use named groups instead.</p>
607
608
<highlight language="config">
609
-<ProxyMatch ^http://(?<sitename>[^/]+)>
610
- 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
611
</ProxyMatch>
612
</highlight>
613
</usage>
0 commit comments