Re: similar proxy rules causing warning

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thx Pete :)


On Wed, Apr 23, 2014 at 4:25 PM, Pete Houston <ph1@xxxxxxxxxxxxxxxx> 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 following error:
> >>> [xxx xxx xx xx:xx:xx 20xx] [info] worker http://domain.com/abc/ already
> used by another worker     .

That isn't an error. Rather it is an informational message which you can
tell by the [info] field. You could ignore it if you so wished.

> These rules are to guide people having typos with capital/small letters to
> route to same servers. Apache 2.2 is complaining though.

In which case why not redirect the "wrong" path to the right path and
only proxy that one? eg.

        Redirect 301 /AbC /ABC
        ProxyPass /ABC http://domain.com/abc/

HTH,

Pete
--
Openstrike - improving business through open source
http://www.openstrike.co.uk/ or call 01722 770036 / 07092 020107


[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]

  Powered by Linux