X
X

Select Your Currency

Türk Lirası $ US Dollar
X
X

Select Your Currency

Türk Lirası $ US Dollar
Yıllık Satın Alımlarda %15 İndirim: Şimdi Tasarruf Edin! Detaylı Bilgi İçin Tıklayın!

Knowledge Base

HomepageKnowledge BaseControl PanelsHow to install and uninstall Cpanel...

How to install and uninstall Cpanel Server Config ModSecurity

Mod security software is a free protection software offered for WHM/Cpanel. With ServerConfig we can create an interface with the modsecurity application.

Requirements:

Apache v2+

mod_security v2.5+ installed via Easyapache

A set of mod_security rules, each using a unique ID

 

Follow the steps below for installation:

First, we access our server as root.

Then we download the latest version of CMC (ConfigServer Modsecurity Control) and use the commands below to extract the file.

cd /usr/src
rm -fv /usr/src/cmc.tgz
wget http://download.configserver.com/cmc.tgz
tar -xzf cmc.tgz
cd cmc
sh install.sh
rm -Rfv /usr/src/cmc*
After the installation is completed, you can see the ConfigServer ModSecurity Control management area under the "Plugins" section in the WHM panel.

If you want to uninstall the installation, you can use the commands below. Root permission is required again.

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

Can't find the information you're looking for?

You have examined the knowledge base in detail, but if you cannot find the information you need,

Create a Support Ticket
Did you find it useful?
(303 times viewed. / 3 people found helpful.)