Apache HTTP module to do redirections on data coming from https://redirection.io/
When using the default apache version of your distribution use this documentation to install the module https://redirection.io/documentation/developer-documentation/apache-module
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).
See this documentation for available directives
This code is licensed under the MIT License - see the LICENSE file for details.