search close

Debian Apache Module Install

access_time Updated Mar 24, 2023

  1. Install the Apache module.

    sudo apt-get install sigsci-module-apache
    
  2. Add the following line to your Apache configuration file (apache2.conf or httpd.conf) after the “Dynamic Shared Object (DSO) Support” section to enable the Signal Sciences Apache module:

    LoadModule signalsciences_module /usr/lib/apache2/modules/mod_signalsciences.so
    
  3. Restart the Apache web service.

    sudo service apache2 restart
    

Next Steps

Verify the agent and module installation and explore module options.