Quoting Graeme Canivet <[EMAIL PROTECTED]>:

> Okay, an update to my caching proxy server problem:
> 
> It seems that I get the proper true ip, when using https://, 
> and the caching servers ip when I use http:// 
> 
> Still, does anyone have any info on this problem?
> 

I don't see what the problem is ... you said yourself that there's a caching 
proxy server in the way.  When you try to access your site via http, it goes 
via the web-cache, and so your origin server sees the cache's IP address.  
https should never be cached, and it isn't going through the webcache, and so 
you get your client IP address appearing to the origin server.

All of which is fairly irrelevant to PHP.  Take a look at some good web-cache 
resources (google should help you, or www.netapp.com/tech_library)

-- 
Anil Madhavapeddy, <[EMAIL PROTECTED]>

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to