shortstats and proxy as frontend
-
Hi all.
The module does not register correct remote ip when a web server has a squid proxy frontend.I’ve modified the source code (wp-shortstat.php) at line 93 with this few lines:
$_headersapache = apache_request_headers();
if (array_key_exists(‘X-Forwarded-For’,$_headersapache)) {
$ip = $_headersapache[‘X-Forwarded-For’]; } else {
$ip = $_SERVER[‘REMOTE_ADDR’]; }Mo.Ma.
- The topic ‘shortstats and proxy as frontend’ is closed to new replies.