Installation
Note: These steps assume:
• IHS is installed in/opt/IBM/HTTPServer
. If IHS is installed in a different path, use the appropriate path for your IHS installation.
• IHS is installed on CentOS, if assistance is needed with another platform, contact Support.
-
Download the Signal Sciences module package for your version of IHS:
Note: Replace
<VERSION>
with the latest module version found here: https://dl.signalsciences.net/?prefix=sigsci-module-apache/-
Download the HAProxy module.
wget https://dl.signalsciences.net/sigsci-module-apache/<VERSION>/centos/el6/sigsci-module-apache-<VERSION>.el6-1.x86_64.tar.gz
-
Extract the HAProxy module.
tar -xzf sigsci-module-apache-<VERSION>.el6-1.x86_64.tar.gz
-
Download the HAProxy module.
wget https://dl.signalsciences.net/sigsci-module-apache/<VERSION>/centos/el7/sigsci-module-apache-<VERSION>.el7-1.x86_64.tar.gz
-
Extract the HAProxy module.
tar -xzf sigsci-module-apache-<VERSION>.el7-1.x86_64.tar.gz
-
-
Copy the module to the IBM HTTP Server modules directory.
cp mod_signalsciences.so /opt/IBM/HTTPServer/modules
-
In
/opt/IBM/HTTPServer/conf/httpd.conf
, add theLoadModule
directive.LoadModule signalsciences_module modules/mod_signalsciences.so
-
Restart the IBM HTTP Server.
/opt/IBM/HTTPServer/bin/apachectl restart