简体   繁体   中英

Request for user IP adress returns server ip address

When I'm trying to obtain user IP address $_SERVER['REMOTE_ADDR'] it returns me server IP address instead. I'm using PHP in Apache.

What problem it could be? I'm using own VPS from digitalocean with LAMP in ubuntu 14.04

Well, I am eating my words now.

This is interesting.

Let try another:

<?php
phpinfo(); 
?>

I am stumped, I will think about it. I have posted my phpinfo and yours.
Yours should also have 99.3.150.55 for _SERVER['REMOTE_ADDR']

在此处输入图片说明

在此处输入图片说明

No, I highly doubt what you are saying is true. You are overlooking something.

If you are willing to give me a link, put this script on your Server:

I would like to go to that link and see your Servers IP address come up when I visit.

<?php
echo $_SERVER['REMOTE_ADDR'] ;  
?>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM