Solved how to completly remove and disable mod security installed with custombuild

roly

Verified User
Joined
Nov 9, 2006
Messages
188
Hi I installed mod security with custombuild and it blocked two of my important sites for some reason. i don't have time to mess with the websites for now, but i'm struggling to remove modsecurity.

what is the best way to completely remove mod security for the time being?

any advice really appreciated. thanks in advance
 
Last edited:
Probably you can do it via the Custombuild GUI, but I always work via SSH as root.

So as root you should be able to do it like this.
Code:
da build set modsecurity no
da build update
da build list_removals
da build remove_items

That should remove it properly.
 
Probably you can do it via the Custombuild GUI, but I always work via SSH as root.

So as root you should be able to do it like this.
Code:
da build set modsecurity no
da build update
da build list_removals
da build remove_items

That should remove it properly.
perfect, thank very much for your help
 
Back
Top