You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ro...@imdb.com> on 1997/01/06 23:21:25 UTC

no Via header in mod_proxy (proxy_http.c) (fwd)

not acked

---------- Forwarded message ----------
Date: Mon, 06 Jan 1997 15:37:45 -0500
From: Dave Kristol <dm...@bell-labs.com>
To: apache-bugs@apache.org
Subject: no Via header in mod_proxy (proxy_http.c)

Apache 1.2b3

According to the HTTP/1.1 spec. (Sect. 14.44), a proxy *must* add a Via
header on requests that a proxy relays from a client to a server, and on
responses relayed from a server to a client.  Apache (as proxy) does not
appear to do so.

Dave Kristol


Re: no Via header in mod_proxy (proxy_http.c) (fwd)

Posted by Alexei Kosut <ak...@nueva.pvt.k12.ca.us>.
On Mon, 6 Jan 1997, Dave Kristol wrote:

> According to the HTTP/1.1 spec. (Sect. 14.44), a proxy *must* add a Via
> header on requests that a proxy relays from a client to a server, and on
> responses relayed from a server to a client.  Apache (as proxy) does not
> appear to do so.

You are correct, though it should be noted that Apache's proxy server
is a HTTP/1.0 proxy (and labels its responses and requests such), not
a HTTP/1.1 proxy (although the rest of Apache is
HTTP/1.1-compliant). Bringing the proxy to full HTTP/1.1 compliance is
not something we anticipate being able to do within the Apache 1.2
timeframe, but is planned for the next release thereafter.

Thanks!

-- 
________________________________________________________________________
Alexei Kosut <ak...@nueva.pvt.k12.ca.us>      The Apache HTTP Server
URL: http://www.nueva.pvt.k12.ca.us/~akosut/   http://www.apache.org/