Easy way to optimize apache,php & MySQL

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.
More »

Customize your default apache page in cpanel

August 11th, 2009 3 Comments   Posted in System Administration, Web hosting, cpanel

You just have to login to your server via ssh.
Navigate to /usr/local/apache/htdocs

# cd /usr/local/apache/htdocs

And finaly edit the file index.html
More »