diff options
| author | Kevin Fenzi <kevin@scrye.com> | 2015-10-09 15:34:17 +0000 |
|---|---|---|
| committer | Kevin Fenzi <kevin@scrye.com> | 2015-10-09 15:34:17 +0000 |
| commit | 17b4748e4e3f75420dd802fc26217892074381b3 (patch) | |
| tree | 64b4f2b26de27bf463cb3bda27a368693a4ead5c /roles/httpd/proxy/templates | |
| parent | 2be1e05107b64b798651971c7a64a0300ee0f51f (diff) | |
| download | ansible-17b4748e4e3f75420dd802fc26217892074381b3.tar.gz ansible-17b4748e4e3f75420dd802fc26217892074381b3.tar.xz ansible-17b4748e4e3f75420dd802fc26217892074381b3.zip | |
Switch proxies to use the mpm event module instead of prefork.
Diffstat (limited to 'roles/httpd/proxy/templates')
| -rw-r--r-- | roles/httpd/proxy/templates/httpd.conf.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/httpd/proxy/templates/httpd.conf.j2 b/roles/httpd/proxy/templates/httpd.conf.j2 index 2d6900403..77fb1987a 100644 --- a/roles/httpd/proxy/templates/httpd.conf.j2 +++ b/roles/httpd/proxy/templates/httpd.conf.j2 @@ -106,8 +106,8 @@ KeepAliveTimeout 15 # MaxClients: maximum number of server processes allowed to start # MaxRequestsPerChild: maximum number of requests a server process serves StartServers 150 -MinSpareServers 50 -MaxSpareServers 100 +#MinSpareServers 50 +#MaxSpareServers 100 ServerLimit {{ maxrequestworkers }} MaxRequestWorkers {{ maxrequestworkers }} MaxRequestsPerChild 10000 |
