cventers / mod_remoteip-httpd22

Replaces the original client IP address for the connection with the useragent IP address list presented by a proxies or a load balancer via the request headers. Apache 2.2.x backport

Home Page:http://httpd.apache.org/docs/2.4/mod/mod_remoteip.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

## Apache HTTP Server 2.2.x mod_remoteip backport
This is a backport of apache 2.4.1 mod_remoteip to apache 2.2.x.

## Compile and Install
 apxs -i -c -n mod_remoteip.so mod_remoteip.c
or simply try:
 make; make install

## Build Source RPM
 make srpm

## Configuration
See http://httpd.apache.org/docs/2.4/mod/mod_remoteip.html

## Author
* Original Backport by Takashi Takizawa <taki@cyber.email.ne.jp>
* Replaced by Schlomo <schlomo.schapiro@immobilienscout24.de> with code 
  found in http://people.apache.org/~wrowe/httpd-2.2-ports/mod_remoteip.c because
  of segfaults. Added various bugfixes found via web search.

## Distribution
Latest version available from https://github.com/ImmobilienScout24/mod_remoteip-httpd22

About

Replaces the original client IP address for the connection with the useragent IP address list presented by a proxies or a load balancer via the request headers. Apache 2.2.x backport

http://httpd.apache.org/docs/2.4/mod/mod_remoteip.html

License:Apache License 2.0


Languages

Language:C 94.8%Language:Makefile 5.2%