[users@httpd] similar proxy rules causing warning

2014-04-23 Thread eric tse
Hello, I have apache 2.2 using proxy module Have proxy rules proxyPass /ABC http://domain.com/abc/ proxyPass /AbC http://domain.com/abc/ And get The Apache service named reported the following error: >>> [xxx xxx xx xx:xx:xx 20xx] [info] worker http://domain.com/abc/ already used by another w

Re: [users@httpd] similar proxy rules causing warning

2014-04-23 Thread Pete Houston
On Wed, Apr 23, 2014 at 03:41:54PM -0600, eric tse wrote: > Have proxy rules > > proxyPass /ABC http://domain.com/abc/ > proxyPass /AbC http://domain.com/abc/ > > And get > The Apache service named reported the following error: > >>> [xxx xxx xx xx:xx:xx 20xx] [info] worker http://domain.com/abc

Re: [users@httpd] similar proxy rules causing warning

2014-04-24 Thread eric tse
Thx Pete :) On Wed, Apr 23, 2014 at 4:25 PM, Pete Houston wrote: > On Wed, Apr 23, 2014 at 03:41:54PM -0600, eric tse wrote: > > Have proxy rules > > > > proxyPass /ABC http://domain.com/abc/ > > proxyPass /AbC http://domain.com/abc/ > > > > And get > > The Apache service named reported the fo