https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25361 --- Comment #4 from David Cook <dcook@prosentient.com.au> --- Plack: - Apache should set X-Forwarded-* headers so that they can be consumed by Plack::Middleware::ReverseProxy CGI: - Apache should set HTTP headers using X-Forwarded-* headers from a separate reverse proxy? -- It makes sense that the community maintain the Apache configuration in the Plack context I suppose, but perhaps it doesn't make sense for CGI, since 1) we don't recommend CGI, and 2) you don't have to use a reverse proxy out of the box. -- But then Bug 23068 has set a precedent by adding Plack/CGI support for the X-Forwarded-For header. Support which is really useful. There are so many different levels where these things can be handled with their own pros and cons... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.