On 4/21/06, Henrik Nordstrom <[EMAIL PROTECTED]> wrote:
> According to the HTTP protocol the above two requests are identical when
> given to a HTTP server. But it is possible your web server is buggy and
> does not handle fully qualified URLs properly. If this is the case then
> you need the rproxy patch from devel.squid-cache.org (or wait for
> Squid-3.0).
Thnaks.
The webserver is apache, which understands the request... it's the
underlying application that uses $ENV{REQUEST_URI} that gets confused.
I was hoping for it to be a config option in squid, but it's not
biggie ;) Time to fix the app.