21 Sep
1999
21 Sep
'99
8:32 p.m.
-----Original Message----- From: Adam Feuer [mailto:adamf@pobox.com] Sent: Tuesday, September 21, 1999 3:52 PM To: Evan Simpson; Jim Fulton Cc: zope-dev@zope.org Subject: Re: [Zope-dev] PROPOSAL: Site objects
o Small patch to ZServer.HTTPRequest -- so it places the actual socket IP and Port numbers into the request's environment (HTTP_SOCKET_IP and HTTP_SOCKET_PORT)
-- i didn't use HTTP_HOST for mapping since it is symbolic; i wanted to have a 1:1 mapping from IP address to path
Hmmm.. this sounds like it wouldn't work with HTTP 1.1 'Host' header based virtual hosting. Where the IP addr is the same for all virtual hosts. -Michel