Blank PHP Pages You go to a .php page, but it’s blank. The scope of what can cause blank pages is very broad, but there are a few things to look at: -Is error reporting turned off anywhere in the script or in the .htaccess? If so, turn it on to see what is happening […]
See MoreTag: web hosting
Auditd crashing
Auditd crashing recent problem with RHEL and cPanel causes some servers to crash on a daily or every couple of days basis. The normal symptoms of this sort of crashing are having the server crashing at the same time every time that it crashes. If you are having these problems I would suggest that you […]
See MorePHP-APC Installation
The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. Its goal is to provide a free, open, and robust framework for caching and optimizing PHP intermediate code. wget http://pecl.php.net/get/APC-3.0.19.tgz ./cofigure make make install Add extension in php.ini Thats all.
See More