Even when php is compiled with GD, the GD module is not shown up in phpinfo page.
/scripts/easyapache
The fix is to recompile PHP with GD and zlib.
This will fix the issue.
The problem happens when PHP is upgraded from version 4 to 5
:)
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...
Its that easy to add the php module pdo_pgsql in a Cpanel server.
Just use the command
===============
pecl install pdo_pgsql
===============
Then go for a Apache restart. It will be shown up in your phpinfo page........
:)
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...
Download the source
======================
wget http://www.zdziarski.com/projects/mod_evasive/mod_evasive_1.10.1.tar.gz
tar -xzvf mod_evasive_1.10.1.tar.gz
cd mod_evasive
======================
Compile in the mod_evasive apache module using...
When starting Apache the error is reported.
[~]/etc/init.d/httpd start
Starting httpd: httpd: could not open document config file /var/www/vhosts/domain.com/conf/httpd.include
[FAILED]
It is due to "httpd.include" file not found for the domain ...
April 19, 2008 | In: Plesk
Hello,
Most of the server owners are familier with Cpanel. However, they are stuck when they buy a new Plesk server.
In plesk you have no reseller rather you have clients.
You can create new clients and then allow each client to add more domains...
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...
Follow the steps below to sort out the problem.
Check whether mail server is able to send mail.
Next is to
Check in WHM tweak setting whether nobody is allowed to send mail.
================
WHM > Tweak settings > Mail > Prevent "nobody" from...