On Thu, Mar 21, 2002 at 04:04:53PM -0800, Roy T. Fielding wrote:
> Tarball tested on RH Linux 2.2.16-22 with no problems.  +1
> 
> ....Roy

I just notice that there are problems with the proxy.
They manifest in a combination of an "old" proxy (Apache/1.3.13-dev)
and the new proxy (Apache/1.3.24) in a chain of proxies like this

             (192.168.69.1)     (pgtm0035)
client <--> Apache-1.3.13 <--> Apache-1.3.24
               Proxy             Proxy *and*
                                Origin Server

When the client does:
% echo GET http://pgtm0035/~martin/Nimda/ HTTP/1.0\n | \
     netcat localhost 81 | head -20

the response is thusly:

HTTP/1.0 200 OK
Date: Fri, 22 Mar 2002 20:26:22 GMT
Server: Apache/1.3.24 (Unix) PHP/4.1.2 DAV/1.0.3
Author: [EMAIL PROTECTED]
Cache-Control: max-age=600
Content-Type: text/html
Expires: Fri, 22 Mar 2002 20:36:22 GMT
Transfer-Encoding: chunked
Via: 1.1 pgtm0035:82 (Apache/1.3.24), 1.1 192.168.69.1:81
X-Cache: MISS from pgtm0035

e6d
<HTML>
 <HEAD>
  <TITLE>Blah.....</TITLE>

So, I get an 1.0 response, but it is chunked (although I never requested
it to be). It doesn't help to use BrowserMatch (because the old proxy
ignores it). It's an Apache<<->Apache interoperability problem,
and I know of no solution for it, short of upgrading the old
server.

   Martin
-- 
<[EMAIL PROTECTED]>         |     Fujitsu Siemens
Fon: +49-89-636-46021, FAX: +49-89-636-47655 | 81730  Munich,  Germany

Reply via email to