ref. this thread
Site Stats
I downloaded via FTP all log files from folder /logs
in all raw access log files:
only two dates 04/Jun/2011 and 05/Jun/2011
all rows have the same IP - which is the server's
why only 2 days ??
why only one IP ??
ref. this thread
Site Stats
I downloaded via FTP all log files from folder /logs
in all raw access log files:
only two dates 04/Jun/2011 and 05/Jun/2011
all rows have the same IP - which is the server's
why only 2 days ??
why only one IP ??
Don't know about the 2 day thing (might be because it was just turned back on, or because they only keep 2 days worth).
The IP is because, I assume, the logging program uses REMOTE_ADDR, which, because the servers are behind a load balancer, will always be the same. It should be set to HTTP_X_FORWARDED_FOR or HTTP_X_REAL_IP
Nothing is always absolutely so.