Skip to content

Commit b6f669f

Browse files
committed
Use official documentation for directives
1 parent 9202bd3 commit b6f669f

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
src/*.la
2+
src/*.lo
3+
src/*.o
4+
src/*.slo
5+
src/.libs

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# About
2+
3+
Apache HTTP module to do redirections on data coming from https://redirection.io/
4+
5+
## Installation
6+
7+
When using the default apache version of your distribution use this documentation to install the module
8+
https://redirection.io/documentation/developer-documentation/apache-module
9+
10+
### Manual
11+
12+
To compile manually this module you will need [apxs](https://httpd.apache.org/docs/2.4/programs/apxs.html), then simply use
13+
the Makefile present in this repository:
14+
15+
`make` to compile this module
16+
17+
`make install` to install it
18+
19+
## Directives
20+
21+
[See this documentation](https://redirection.io/documentation/developer-documentation/apache-module#module-configuration-directives) for available directives

0 commit comments

Comments
 (0)