Disable CGI scripting in your cPanel server !

We might decide to disable CGI on the server because of the consequences that weak CGI scripts can have on our server security. If any vulnerable holes are found and the hacker uploads and runs a CGI script, they can get even root access to the server. Well then, how...

EasyApache failing to rebuild ? -Part 1

Is EasyApache failing to rebuild Apache/PHP with the following error codes ? ext/pcre/php_pcre.o: In function `pcre_get_compiled_regex’: php_pcre.c:(.text+0x31b): undefined reference to `pcre_info’ collect2: ld returned 1 exit status make: ***...

Adding mod_proxy_fcgi module to httpd via EasyApache !

mod_proxy_fcgi is the FastCGI support module for mod_proxy. Using the module mod_proxy, Apache can be configured as both a forward and reverse proxy. mod_proxy_fcgi makes this possible via the protocol FastCGI. You can read more about mod_proxy from the official...

How do I train SpamAssassin in a cPanel VPS ?

Getting incoming spam mails to your server can be very annoying, especially if you have already configured many settings to stop the rate of spams. In this post, let us have a look through the SpamAssassin (SA) training which has been found very useful in cutting the...