On 1/31/07, Liz Kim <[EMAIL PROTECTED]> wrote:
So if I wanted to protect a site on server C to only allow access to certain
IP's (say including A's IP).
If A connects to B then has B make the requests, there is no way for C to
receive any information about A's IP?
Therefore the client may be denied from being access the site... correct?

No.

What would be the best way to work around this?
Can B be formatted so its IP is dynamically reassigned to A's when
requesting to that specific page?

No, and no. The point is that the source of the connection (think: TCP
socket) is B. C doesn't even know A exists.

DS

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to