I've tried the following using regular expressions, but none are
working:
<LocationMatch /(XX|xx)>
ProxyPass
balancer://myCluster/XX/
</LocationMatch>
<LocationMatch "/(XX|xx)">
ProxyPass
balancer://myCluster/XX/
</LocationMatch>
<LocationMatch /[xX][xX]>
ProxyPass
balancer://myCluster/XX/
</LocationMatch>
<LocationMatch "/[xX][xX]">
ProxyPass
balancer://myCluster/XX/
</LocationMatch>
I'm obviously missing something when it comes to regular expressions and
LocationMatch. I've successfully accomplished similar things redirecting
resources using redirectMacth and complex regular expressions, so I have a feel
for using regular expressions.
[Index of Archives]
[Open SSH Users]
[Linux ACPI]
[Linux Kernel]
[Linux Laptop]
[Kernel Newbies]
[Security]
[Netfilter]
[Bugtraq]
[Squid]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Samba]
[Video 4 Linux]
[Device Mapper]