~hloeung/ubuntu-repository-cache/install-w3m-for-apache2ctl

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: mergebot at canonical
  • Author(s): "Haw Loeung"
  • Date: 2021-03-09 05:10:49 UTC
  • mfrom: (327.1.1 ubuntu-repository-cache)
  • Revision ID: mergebot@juju-139df4-prod-is-toolbox-0.canonical.com-20210309051049-hz8rjyrh03o91f0i
Don't cycle out apache2 processes by default - LP:1918211

This reduces the frequent and brief outages.

Reviewed-on: https://code.launchpad.net/~hloeung/ubuntu-repository-cache/no-apache2-mpm-MaxConnectionsPerChild/+merge/399336
Reviewed-by: Barry Price <barry.price@canonical.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
147
147
    description: Maximum number of simultaneous client connections (0 means autocalculate)
148
148
  apache2_mpm_maxconnectionsperchild:
149
149
    type: int
150
 
    default: 10000
 
150
    default: 0
151
151
    description: Maximum number of requests a server process serves
152
152
  logrotate_rotate:
153
153
    type: string