Re: private subsubdomains

From: Remko Lodder (remko_at_elvandar.org)
Date: 04/07/04

  • Next message: R. Zoontjens: "Re: Problem with SU utility!!!"
    Date: Wed, 07 Apr 2004 13:20:52 +0200
    To: questions@freebsd.org
    
    

    >
    > The major exception is HTTP (and the various things that layer on top of
    > it) which carries the target hostname as part of the protocol.
    > Unfortunately, HTTPS leaves you back at square one since it uses SSL
    > directly rather than via some form of STARTTLS negotiation that might be
    > able to send the desired hostname.

    No it's not, HTTP points to a ip adres, the ip adres can have virtual
    hosts, it cannot send the request to pc1.my.domain.com if that matches
    or to pc2.my.domain.com

    This can be done if you use a Reversed Proxy or an Gateway which can
    make the decision to send it to host x when the HTTP/1.1 request is
    Host: host x

    Cheers
    >

    -- 
    Kind regards,
    Remko Lodder
    Elvandar.org/DSINet.org
    www.mostly-harmless.nl A Dutch community for helping newcomers on the 
    hackerscene
    _______________________________________________
    freebsd-questions@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-questions
    To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
    

  • Next message: R. Zoontjens: "Re: Problem with SU utility!!!"

    Relevant Pages

    • Re: IIS 5 Host Headers not working
      ... When a client makes a request to a server, it sends a HTTP header called ... "Host", like so: ...
      (microsoft.public.inetserver.iis)
    • RE: [OT] webserver ?
      ... The rules above should already redirect each request, where the HTTP ... host does not start with www. ... Actually, yes I read the documentation and it wasn't working, that's why ...
      (Fedora)
    • Re: network program
      ... a get request the server returns bad request error ...i use something ... I get a response before I can even start typing the " Host:" header. ... I think you need to make a HTTP 1.1 request, ...
      (comp.lang.c)
    • Compact Framework: only the first HttpWebRequest succeeds
      ... Basically, I'm doing HTTP requests in C#, ... correctly set the Host in the header, but the others had HTTP Version ... HTTP requests in a .NETCF program? ... post my code to the compactframework newsgroup when I do. ...
      (microsoft.public.dotnet.framework)
    • Re: WSE and TCP / HTTP
      ... for WSE-based service endpoints listening over HTTP. ... You could certainly mimic what's there to establish your own host inside the ... context of an Enterprise Services server application or a Windows service. ... > and convert it to so the messages are SOAP over http? ...
      (microsoft.public.dotnet.framework.webservices.enhancements)