For anyone else needing a fix, this can be run in your bootstrap/config: 
<?php //bootstrap.php, etc.

        // HACK: workaround for intermittent bug in libapache2-mod-rpaf 0.6-12 
        // ( 
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-rpaf/+bug/1375778 )
        if (in_array($_SERVER["REMOTE_ADDR"], ['192.168.55.1',/* other 
addresses here */])
                && isset($_SERVER['HTTP_X_FORWARDED_FOR'])) {
            $_SERVER["REMOTE_ADDR"] = $_SERVER['HTTP_X_FORWARDED_FOR'];
        }

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1375778

Title:
  REMOTE_ADDR is not updated, logs ok

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-rpaf/+bug/1375778/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to