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)?
Uninstall?
Uninstall?
Last edited by ynorecex on 25 Jan 2018, 19:30, edited 1 time in total.
-
- Junior Member
- Posts: 1
- Joined: 19 Aug 2013, 21:16
Re: Uninstall?
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?
Will remove cmc from the server but doesn't remove the menu item in WHM. Anyone know how to do that?
-
- Moderator
- Posts: 1524
- Joined: 01 Oct 2008, 09:24
Re: Uninstall?
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*