Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arxiv/mod_remoteip_22
https://github.com/arxiv/mod_remoteip_22
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/arxiv/mod_remoteip_22
- Owner: arXiv
- Created: 2024-04-18T17:20:44.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-04-24T14:55:32.000Z (7 months ago)
- Last Synced: 2024-04-24T18:01:56.689Z (7 months ago)
- Language: C
- Size: 6.84 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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