Re: [PHP-DEV] Caching Webhosts and IP's From: Graeme Canivet (gibsea <email protected>)
Date: 01/27/01

False alarm. It's all good.
Some variable called HTTP_X_FORWARDED_FOR solved it.
that was from the php.net quick ref manual errata, I think!
Thanks
  ----- Original Message -----
  From: Graeme Canivet
  To: php-dev <email protected>
  Sent: Saturday, January 27, 2001 8:04 AM
  Subject: [PHP-DEV] Caching Webhosts and IP's

  Hi everyone. This is my first time posting to this list, hopefully I can get some questions answered
  as they arise, much like this one:

  It's probably not to difficult to get around, and I think I know how, but just wondering if someone else has had a similar problem.

  When I run phpinfo(); the variable HTTP_SERVER_VARS["REMOTE_ADDR"] appears as my actual
  ip. But, I'm running a seperate file, that calls the same variable and the IP is slightly different.
  At first, I wasn't sure why? but, then I did a lookup. It seems to be the IP of my ISP's caching system. Is there a way around this. It appears that it's doing all the get's, or something????

  Thankyou,
  Graeme.