Apache - reverse proxy with freebsd

Sebastian Steenbuck me at x3k6a2.net
Fri Jul 23 15:57:20 PDT 2004


> What I could not figure out, how the
> reverse proxy could distinghish / split up the http 1.1 individual
> domains to internal ips.

As stated in section 14.23 of RFC 2616 (Hypertext Transfer Protocol --
HTTP/1.1)
http://www.faqs.org/rfcs/rfc2616.html


>A client MUST include a Host header field in all HTTP/1.1 request
>   messages

e.g. Host: www.w3.org

With the host information a reverse proxy can transmit the request to
the correct web server.

At least this is how I think it is working, I never really touched a
thing like this.

mfg

Sebastian Steenbuck



More information about the freebsd-isp mailing list