Installation
1. $ git clone https://github.com/PerimeterX/mod_perimeterx.git
2. $ cd mod_perimeterx/
3. sh autogen.sh && ./configure && make clean && make && make install
To load the modules, add the following line, which specifies your path to the PerimeterX module, to the top of the Apache configuration file.
LoadModule perimeterx_module $MODULES_PATH/mod_perimeterx.so
Verify installation by listing all installed modules:
shell
$ apache2ctl -M
Loaded Modules:
core_module (static)
so_module (static)
watchdog_module (static)
http_module (static)
...
perimeterx_module (shared)
shell
$ httpd -M
Loaded Modules:
core_module (static)
so_module (static)
watchdog_module (static)
http_module (static)
...
perimeterx_module (shared)
Updated 7 months ago
Did this page help you?