Introduction
Sometimes when troubleshooting issues with WHM's cPHulk Brute Force Protection module it can be helpful to enable the debug mode to provide more verbose logging.
Procedure
To enable debug mode, perform the following steps:
-
Create the
debugtouch file in the/var/cpanel/hulkddirectory:echo 3 > touch /var/cpanel/hulkd/debug -
Restart cPHulk:
/usr/local/cpanel/scripts/restartsrv_cphulkd
To disable debug mode, perform the following steps:
-
Remove the
debugtouch file:rm /var/cpanel/hulkd/debug -
Restart cPHulk:
/usr/local/cpanel/scripts/restartsrv_cphulkd
Comments
0 comments
Article is closed for comments.