About
Apache HTTP module to do redirections on data coming from https://redirection.io/
Installation
When using the default apache version of your distribution use this documentation to install the module https://redirection.io/documentation/developer-documentation/apache-module
Manual
To manually build this library you will need to compile and install the libredirectionio library. You also need apxs installed and available
Then execute the following commands:
autoreconf -i
./configure
make
You can run make install to install your module to the current apache2 module folder (you may need root permissions in order to do so).
Directives
See this documentation for available directives
License
This code is licensed under the MIT License - see the LICENSE file for details.