Page 1 of 1

Uninstall?

Posted: 16 Aug 2013, 02:58
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)?

Re: Uninstall?

Posted: 19 Aug 2013, 21:59
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?

Re: Uninstall?

Posted: 19 Aug 2013, 22:10
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*