How can I tune my Apache Web settings?

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

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

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct