Re: Apache - reverse proxy with freebsd

From: Sebastian Steenbuck (me_at_x3k6a2.net)
Date: 07/24/04

  • Next message: herve.reungere_at_wanadoo.fr: "Re: Your bill"
    Date: Sat, 24 Jul 2004 00:57:15 +0200
    To: freebsd-isp@freebsd.org
    
    

    > 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

    _______________________________________________
    freebsd-isp@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-isp
    To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org"


  • Next message: herve.reungere_at_wanadoo.fr: "Re: Your bill"