Has there been any progress on this? Seems like quite a fundamental flaw
in rpaf..
--
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 notific
The current stable version is bogous now.
Please release the fix.
Should we stop using rpaf module, and use remoteip module ?
Comparing to mod_rapf, the mod_remoteip documentation is very unclear.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed
@eljoest
could you try latest patches in the debian repo?
This should solve your issue:
http://anonscm.debian.org/cgit/collab-maint/libapache2-mod-rpaf.git/commit/?id=0f36730a5ab286980ff893c245f3765cfae4a14c
This to keep old LogFormat (otherwise %h will not print proxied IP, but you
could use %a
For anyone else needing a fix, this can be run in your bootstrap/config:
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'
@elijoest : did you find a workaround?
--
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.la
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: libapache2-mod-rpaf (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1375778
** Description changed:
Ubuntu 14.04.1 LTS
libapache2-mod-rpaf 0.6-12
apache2: 2.4.7-1ubuntu4.1
libapache2-mod-php5: 5.5.9+dfsg-1ubuntu4.4
* Problem:
The variable REMOTE_ADDR retains the proxy's IP address. The apache logfile
shows the actual client IP.
* Details:
Dumping ph