Kloxo (Lxadmin) is one of the free control panel which I love to use on low end boxes. But it use good amount of ram, however kloxo's support claims that kloxo use only 33MB of ram, but for me it is alway 240MB+ even in idle state. Therefore it is best practice to get rid of Apache and use...
Apache work on port 80 by default and https work on 443. If you are running some applications which are using these ports already, then apache will give error and will not start..
(OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted. : make_sock:...
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...
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
# nano index.html
If you list the content of /usr/local/apache/htdocs you will see that you can also modify the content of other error pages...