How can I tune my Apache Web settings?
Linode
Linode Staff
It appears that the Apache web service is consuming a lot of my server's RAM. How can I resolve this problem?
1 Reply
jchism
Linode Staff
The main configuration file that you'll want to check is the "/etc/apache2/apache.conf" file. I would start by running the 'apachebuddy' tool for suggestions in tuning your Apache's configuration settings. You can login to your server and run the following command on your server's console.
curl -sL https://raw.githubusercontent.com/richardforth/apache2buddy/master/apache2buddy.pl | perl
After making any suggested changes, you'll need to manually restart the Apache web service.
sudo systemctl restart apache2