On 21 Oct 2010, at 3:11 PM, Igor Galić wrote:
<LocationMatch ^/foo(.*)>
ProxyPass http://somewhere/$1
</LocationMatch>
Many many many many people have been asking how to implement
something like:
<LocationMatch ^/projects/([^/]+)>
Require group well..that...stuff.
</LocationMatch>
Could your idea be extended to be usable elsewhere as well?
If the group stuff is defined per-directory, then it should Just
Work(TM).
It is definitely worth smoking out these occurrences, as storing per-
directory configs in the global per-server scope is very expensive.
Regards,
Graham
--