Archive for October, 2008

Cpanel issue. which will not let you create a mail list. Here is the fix. Open the file /usr/local/cpanel/3rdparty/mailman/Mailman/Defaults.py Check for the following directives. DEFAULT_EMAIL_HOST = 'mail.youdomain.com' DEFAULT_URL_HOST =...

In some cases, the 3rd parts scripts in server requires java to be installed. It may not work properly if the binary of java installed in the server. You need to install JavaSDK So we present here the installation of Java in Linux server. Its as...

Ioncube Installation

October 19, 2008 | In: Cpanel, Installation, PHP

Ioncube is easy to install without recompiling PHP. Specifically in cpanel servers you can install Ioncube without recompiling PHP. These steps can be used to install in any Linux servers.. Check the architecture. uname -i cat...

How to install BFD

October 11, 2008 | In: APF, Centos, Linux

What is BFD (Brute Force Detection)? BFD is a modular shell script for parsing applicable logs and checking for authentication failures. There is not much complexity or detail to BFD yet and likewise it is very straight-forward in its installation,...

The php.ini files in your home directory won't reflect the changes. Perform the following actions to get it resolved. 1. Moving php5 binary: mv /usr/local/cpanel/cgi-sys/php5 /usr/local/cpanel/cgi-sys/php5.bin 2. Then creating wrapper file in...