On 03/18/2014 02:46 PM, Yann Ylavic wrote:
On Tue, Mar 18, 2014 at 2:38 PM, Yann Ylavic <ylavic....@gmail.com> wrote:
Wouldn't it be possible to define wildcard workers when the URL is
known to be a regexp substitution?
For these workers' URLs, the dollars (plus the following digit) could
be replaced by a wildcard (ie. *) and ap_proxy_get_worker() could then
use ap_strcasecmp_match() against the requested URL.

I meant ap_strcmp_match(), this has to be case sensitive...

That looks like good way too. I will give it a try. Maybe it will look better than this original patch (with which I'm not so sure...)

Regards,
Jan Kaluza

Reply via email to