https://github.com/fibrefox/apache2-anonymizer-module
Enhance your Apache2-webserver to anonymize the IP of every request
https://github.com/fibrefox/apache2-anonymizer-module
anonymization apache-module apache2
Last synced: 10 months ago
JSON representation
Enhance your Apache2-webserver to anonymize the IP of every request
- Host: GitHub
- URL: https://github.com/fibrefox/apache2-anonymizer-module
- Owner: FibreFoX
- License: apache-2.0
- Created: 2017-11-14T14:05:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-20T22:15:26.000Z (about 8 years ago)
- Last Synced: 2025-02-16T01:25:41.781Z (12 months ago)
- Topics: anonymization, apache-module, apache2
- Language: C
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Apache2 - Anonymizer Module
===========================
License: Apache2
Steps for creating
==================
* install apache2-dev package `apt-get install apache2-dev`
* download `anonymizer_module.c`
* execute `apxs2 -i -a -c anonymizer_module.c`
* reload apache2
* add `Anonymize on` to your vhost-configuration