by Joel | Dec 29, 2014 | cPanel/WHM
Is WHM showing wrong disk usage for any accounts or the corresponding packages ? Usually when this issue pops up, we run the following command via back-end : # /scripts/fixquotas Did this give rise to another error ? Something like, Reading package package_name...
by Joel | Dec 14, 2014 | cPanel/WHM
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...
by Joel | Nov 27, 2014 | cPanel/WHM
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: ***...
by Joel | Nov 24, 2014 | cPanel/WHM
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...
by Joel | Nov 21, 2014 | cPanel/WHM
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...
by Joel | Nov 8, 2014 | cPanel/WHM, Servers
Are you seeing weird kthread processes being executed from user’s home directory ? For example, if you are on cPanel, are you seeing something like the file /home/user/.lesshts/kthread running and consuming the server resources ? This looks suspicious as a...