Reverse proxy add forward module for Apache
mod_rpaf changes the remote address of the client visible to other Apache modules when two conditions are satisfied. First condition is that the remote client is actually a proxy that is defined in httpd.conf. Secondly if there is an incoming X-Forwarded-For header and the proxy is in it's list of known proxies it takes the last IP from the incoming X-Forwarded-For header and changes the remote address of the client in the request structure. It also takes the incoming X-Host header and updates the virtualhost settings accordingly. For Apache2 mod_proxy it takes the X-Forwared-Host header and updates the virtualhosts.
To load the module into Apache, add it to APACHE_MODULES in /etc/sysconfig/apache2.
- Links to spins:invis:15:testing / apache2-mod_rpaf
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout spins:invis:15:common/apache2-mod_rpaf && cd $_ - Create Badge
Source Files (show merged sources derived from linked package)
| Filename | Size | Changed |
|---|---|---|
| _link | 0000000130 130 Bytes | |
| apache2-mod_rpaf.changes | 0000001266 1.24 KB | |
| apache2-mod_rpaf.spec | 0000002356 2.3 KB | |
| mod_rpaf.conf | 0000000048 48 Bytes | |
| v0.8.4-rc3.tar.gz | 0000006463 6.31 KB |
Comments 0