Skip to main content

Disabling modules

You can disable any BitNinja module by editing the config file /etc/bitninja/config.php. Here you can search for the section disabledModules and add the module you want to disable to the list.

        'disabledModules'=>array(
// 'System',
// 'DataProvider',
// 'IpFilter',
// 'CaptchaHttp',
// 'CaptchaSmtp',
// 'PortHoneypot',
// 'AntiFlood',
// 'Shogun',
// 'DosDetection',
// 'SenseLog',
// 'SenseWebHoneypot',
// 'WAF'

You must restart BitNinja with service bitninja restart in order for the changes to take effect.