Uninstall?

These forums are not for questions about ModSecurity, just the cmc script itself
Post Reply
ynorecex
Junior Member
Posts: 8
Joined: 16 Aug 2013, 02:55

Uninstall?

Post by ynorecex »

I can not remove ConfigServer ModSecurity with the commands:

rm -fv /usr/local/cpanel/whostmgr/docroot/cgi/addon_cmc.cgi
rm -fv /usr/local/cpanel/whostmgr/docroot/cgi/cmcversion.txt
rm -Rfv /usr/local/cpanel/whostmgr/docroot/cgi/cmc/

How do I remove the ConfigServer ModSecurity cmc v1.05 of WHM 11.38.1 (build 15)?
Last edited by ynorecex on 25 Jan 2018, 19:30, edited 1 time in total.
ASUService
Junior Member
Posts: 1
Joined: 19 Aug 2013, 21:16

Re: Uninstall?

Post by ASUService »

rm -Rfv /usr/local/cpanel/whostmgr/docroot/cgi/configserver/cmc

Will remove cmc from the server but doesn't remove the menu item in WHM. Anyone know how to do that?
ForumAdmin
Moderator
Posts: 1523
Joined: 01 Oct 2008, 09:24

Re: Uninstall?

Post by ForumAdmin »

From the updated: http://configserver.com/free/cmc/INSTALL.txt

Code: Select all

cd /usr/src
rm -fv /usr/src/cmc.tgz
wget http://www.configserver.com/free/cmc.tgz
tar -xzf cmc.tgz
cd cmc
sh uninstall.sh
rm -Rfv /usr/src/cmc*
Post Reply