User Tools

Site Tools


apache_configuration_centos

This is an old revision of the document!


Configuration File:

Apache 2.4 Pre-fork configuration



The default location for the settings in apache 2.4 are: /etc/httpd/conf.modules.d/00-mpm.conf

<IfModule mpm_prefork_module>
    StartServers             5
    MinSpareServers          5
    MaxSpareServers         10
    ServerLimit             25
    MaxRequestWorkers       25
    MaxConnectionsPerChild   0
</IfModule>

apache_configuration_centos.1524741393.txt.gz · Last modified: 2024/05/23 07:26 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki