Skip to content

Commit

Permalink
Use official documentation for directives
Browse files Browse the repository at this point in the history
  • Loading branch information
joelwurtz committed Jan 9, 2019
1 parent 9202bd3 commit b6f669f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
src/*.la
src/*.lo
src/*.o
src/*.slo
src/.libs
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 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 compile manually this module you will need [apxs](https://httpd.apache.org/docs/2.4/programs/apxs.html), then simply use
the Makefile present in this repository:

`make` to compile this module

`make install` to install it

## Directives

[See this documentation](https://redirection.io/documentation/developer-documentation/apache-module#module-configuration-directives) for available directives

0 comments on commit b6f669f

Please sign in to comment.