-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use official documentation for directives
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
src/*.la | ||
src/*.lo | ||
src/*.o | ||
src/*.slo | ||
src/.libs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |