Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: two apache for off #399

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

alexgarel
Copy link
Member

@alexgarel alexgarel commented Sep 3, 2024

1. unlink the /etc/systemd/system/apache2.service
1. unlink /srv/$SERVER_NAME/log.conf

Celebrate !
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm a bit worried about memory usage if we get a lot of traffic and we go to the limits set in mods-enabled/mpm_prefork.conf:

<IfModule mpm_prefork_module>
        StartServers                     5
        MinSpareServers           5
        MaxSpareServers          10
        MaxRequestWorkers         50
        ServerLimit             55
        MaxConnectionsPerChild   100
</IfModule>

If we have 2 Apache servers, then maybe we should halve the max processes they can have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

3 participants