Installation
Installing From Repository
Coming soon...
Installing From Source
- Install the module dependencies:
apt update
apt install -y apache2 apache2-dev libjansson-dev libcurl4-openssl-dev libapr1-dev libaprutil1-dev libssl-dev build-essential devscripts libtool m4 automake libpcre3-dev pkg-config
yum update
yum install httpd-devel jansson-devel libcurl-devel openssl-devel apr-devel apr-util-devel gcc make libtool
- Cd to the
modules/apache
folder of the PerimeterX Apache Module source code and runmake
to compile the module:
cd modules/apache
make
- As root user, install the module in the Apache's
module
directory and enable module loading in httpd.conf:
make install
Updated about 1 year ago