File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,19 @@ https://redirection.io/documentation/developer-documentation/apache-module
99
1010### Manual
1111
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:
12+ To manually build this library you will need to compile first the [ libredirectionio library ] ( https://github.com/redirectionio/libredirectionio )
13+ in some path (e.g. ` /tmp/libredirectionio ` )
1414
15- ` make ` to compile this module
15+ You will need [ apxs ] ( https://httpd.apache.org/docs/2.4/programs/apxs.html ) installed and available
1616
17- ` make install ` to install it
17+ Then simply do the following command:
18+
19+ ```
20+ ./configure --with-libredirectionio=/tmp/libredirectionio
21+ make
22+ ```
23+
24+ 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).
1825
1926## Directives
2027
You can’t perform that action at this time.
0 commit comments