mod_rpaf | reverse proxy add forward module for Apache | Proxy library
kandi X-RAY | mod_rpaf Summary
kandi X-RAY | mod_rpaf Summary
Sets REMOTE_ADDR, HTTPS, and HTTP_PORT to the values provided by an upstream proxy. Sets remoteip-proxy-ip-list field in r->notes table to list of proxy intermediaries.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of mod_rpaf
mod_rpaf Key Features
mod_rpaf Examples and Code Snippets
Community Discussions
Trending Discussions on mod_rpaf
QUESTION
I need to forward the real ip of the visitor to Apache Load Balancer. I have done it on Nginx successfully by just adding following two lines:
...ANSWER
Answered 2018-Aug-09 at 18:38When acting in a reverse-proxy mode (using the ProxyPass directive, for example), mod_proxy_http adds several request headers in order to pass information to the origin server. These headers are:
X-Forwarded-For The IP address of the client. X-Forwarded-Host The original host requested by the client in the Host HTTP request header. X-Forwarded-Server The hostname of the proxy server.
https://httpd.apache.org/docs/2.4/mod/mod_proxy.html#x-headers
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install mod_rpaf
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page