Recently I had problem with apache after upgrade, and after checking log files, I found that error was
PHP Fatal error: [ionCube Loader] The Loader must appear as the first entry in the php.ini file in Unknown on line 0
This is because ionCube must be loaded before any of the Zend...
Installing and enabling Xcache is very easy in kloxo, you need to run following command to install
sh /script/xcache-install
[root@ ~]# sh /script/xcache-install
Loaded plugins: fastestmirror, protectbase
Loading mirror speeds from cached hostfile
* base: ftp.osuosl.org
* extras:...
There are 2 important scripts to optimize apache,php and mysql very easily. They are
MySQLTuner (Perl) and MySQL Performance Tuning Primer (shell)
They can help diagnose MySQL database performance issues, and provide recommendations on how to solve them.
# Download MySQLTuner and MySQL...
Here is php script to test database Connection, it will need little edition as per your database name and password
Here you go
Just copy and paste below code :-
< ?php
###################################### C O P Y R I G H T S ############################################
# THIS SIMPLE...