By default Apache loads lots of modules which probably you do not need. If you want to optimize Apache on […]
How to Install LAMP (Linux, Apache, MySQL, PHP) on CentOS RedHat 6 Server
In this tutorial I will explain how to install and setup LAMP on a RHEL/CentOS Linux 6.x server. Before I […]
How to Reduce High Memory Usage by Apache / HTTPD on a cPanel Server
If Apache / HTTPS is using lots of memory on your server, here is how you can optimize Apache on […]
How to disable Apache Directory Indexes / Listings on a cPanel Server
For security reason, it is recommended that you disable directory listings / indexing on your server. Apache default configuration comes […]
How to Start, Stop and Restart Apache via SSH
Login to your server as root via SSH and run below command: To start Apache service httpd start To stop […]
How to find Apache version installed on server
Login as root to your server via SSH and run following command: httpd -v This will show you the Apache […]
How to install Apache on a Linux Server
If you have just received a fresh dedicated server / vps with only operating system installed, Apache may not be […]