September 25, 2008 | In: Cpanel
The link "ConfigServer Security &firewall" in WHM shows blank page.
To fix this issue. Do the following.
In WHM, right-clicked the link for "Configserver Security&Firewall" and open it in a new window.
On the new window where only the...
RVsitebuilder requires the license to be purchased from www.rvsitebuilder.com
Then you can go for installation steps.
cd /usr/local/cpanel/whostmgr/docroot/cgi/
rm -rf rvsitebuilderinstaller.tar
wget...
If you get such an issue, you need to install the stable version of wget.
If it is wget-1.10.2-3.3.fc5 or wget-1.10.2-7.el5 or wget-1.10.2-8.fc6.1, you need to replace it with an older and/or stabler version.
This is easy,
A version we suggest...
Before going for an install check whether you meet the requirements
Create a subdirectory in which you need to install the CubeCart
example domain.com/business/
# Download the source code from their site at :...
The crons are not even listed with WHM or Cpanel.
The root user as well as the Cpanel users will not be able to access the cron.
This is mainly due to a permission issue of cron binary. Hence chmod it to 755.
======================
chmod 755...
1) Download
==============================
wget http://xcache.lighttpd.net/pub/Releases/1.2.1/xcache-1.2.1.tar.gz
phpize
./configure --enable-xcache
make
make install
==============================
Find the php.ini file.
php -i|...
What is SPF?
Sender Policy Framework (SPF) is an attempt to control forged e-mail. SPF is not directly about stopping spam – junk email. It is about giving domain owners a way to say which mail sources are legitimate for their domain and which ones...
Hello everyone...
Here I present some steps to prevent DDos attacks.
>>>>>>>>>Install/Configure APF firewall
>>>>>>>>>Install/Configure mod_evasive
>>>>>>>>>Install mod_security
>>>>>>>>>Blocking IPs maintaining more...
Edit Roundcube main config(/usr/local/cpanel/base/roundcube/config/main.inc.php)
To change language from English to Portuguese Brasil
Find
$rcmail_config['locale_string'] = 'en';
Replace it to
$rcmail_config['locale_string'] =...
The First step is to remove the previous traces of Roundcube in the server.
====================
cd /usr/local/cpanel/base
rm -rf roundcube*
mysql
mysql>drop database roundcube;
====================
Before starting the installation, you need to...