Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arxiv/mod_remoteip_22


https://github.com/arxiv/mod_remoteip_22

Last synced: about 4 hours ago
JSON representation

Awesome Lists containing this project

README

        

## Apache HTTP Server 2.2.x mod_remoteip backport
This is a backport of apache 2.4.16 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

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

## Author
* Backport by Takashi Takizawa

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