redirectionio / libapache2-mod-redirectionio

Apache module for redirection.io

Home Page:https://redirection.io/documentation/developer-documentation/apache-module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Apache module for redirection.io

https://redirection.io/documentation/developer-documentation/apache-module

License:MIT License


Languages

Language:C 94.1%Language:M4 4.5%Language:Makefile 1.4%