Quote:
Originally Posted by Calvinguy
$_server["remote_addr"]
|
No, that does not work. The whole variable does not work.
Here is what they told me.
Its passed as a variable
"x-client-ip"
in unix if you want to set the log to read it, you would use this:
LogFormat "\"%{X-Client-IP}i\" %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
Well, how would I get that in php?