Mercurial > p > roundup > code
diff CHANGES.txt @ 8169:627c5d6a0551
allow roundup-server to log real client IP behind reverse proxy
added -P flag to roundup-server to log client address from
X-Forwarded-For reverse proxy header rather than connecting
address. This logs the actual client address when roundup-server is
run behind a reverse proxy. It also appends a '+' sign to the logged
address/name.
This makes correlating reverse proxy logs to roundup logs much easier
by propagating the IP address.
Also added documentation for -D flag that was undocumented.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 01 Dec 2024 17:38:15 -0500 |
| parents | 3f0f4746dc7e |
| children | 188b7a549f20 |
line wrap: on
line diff
--- a/CHANGES.txt Tue Nov 26 17:11:13 2024 -0500 +++ b/CHANGES.txt Sun Dec 01 17:38:15 2024 -0500 @@ -47,6 +47,11 @@ filtering in the database. (Ralf Schlatterbeck) - issue2551370 - mark roundup session cookie with __Secure- prefix. (John Rouillard) +- add -P flag to roundup-server to log client address from + X-Forwarded-For reverse proxy header rather than connecting + address. This logs the actual client address when + roundup-server is run behind a reverse proxy. It also appends a + + sign to the logged address/name. (John Rouillard) 2024-07-13 2.4.0
