Debian Apache Module Install
Last updated 2024-02-13
IMPORTANT
This guide only applies to Next-Gen WAF customers with access to the Next-Gen WAF control panel. If you have access to the Next-Gen WAF product in the Fastly control panel, you can only deploy the Next-Gen WAF with the Edge WAF deployment method.
Prerequisites
If you haven't already, add the Debian package repository on the host that will contain the module.
Install the Apache module
Install the Apache module.
$ sudo apt-get install sigsci-module-apacheEnable the Apache module.
$ sudo a2enmod signalsciencesIf
a2enmod
is not available, add the following line to your Apache configuration file (apache2.conf
orhttpd.conf
) after the Dynamic Shared Object (DSO) Support section to enable the Next-Gen WAF Apache module:LoadModule signalsciences_module /usr/lib/apache2/modules/mod_signalsciences.soRestart the Apache web service.
$ sudo service apache2 restart
Next steps
Verify the agent and module installation and explore module options.
Do not use this form to send sensitive information. If you need assistance, contact support. This form is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.