On 05/12/2007 04:12 PM, [EMAIL PROTECTED] wrote: > Author: jim > Date: Sat May 12 07:12:24 2007 > New Revision: 537429 > > URL: http://svn.apache.org/viewvc?view=rev&rev=537429 > Log: > Add regex pattern matching to ProxyPass, allowing, > for example: > > ProxyPass ~ \.gif balancer://imagecluster
On the configuration consistency side, the "~" thing is deprecated everywhere and the standard way to do this is to have a ProxyPassMatch directive (see RedirectMatch, DirectoryMatch, etc). Joshua.
