Apache2 Subordinate Charmers Apache2 Subordinate

  • By Apache2 Subordinate Charmers
Channel Revision Published Runs on
latest/stable 1 18 Mar 2021
Ubuntu 18.04 Ubuntu 16.04 Ubuntu 14.04
juju deploy apache2-subordinate-charmers-apache2-subordinate
Show information

Platform:

Ubuntu
18.04 16.04 14.04

Learn about configurations >

  • logrotate_dateext | boolean

    Default: True

    If set to True (default) logrotate will append date to each rotated file

  • logrotate_retention | int

    Default: 60

    Number of (daily rotated) logs to keep on disk

  • mpm_auto_tuning | boolean

    Default: True

    Automatically tune mpm per host CPU & RAM

  • mpm_max_clients | int

    Default: 2048

    Used by prefork and worker. Ignored if mpm_auto_tuning is True.

  • mpm_max_requests_per_child | int

    Used by prefork and worker. Ignored if mpm_auto_tuning is True.

  • mpm_max_spare_servers | int

    Default: 10

    Maximum number of server processes which are kept spare. Used by prefork only. Ignored if mpm_auto_tuning is True.

  • mpm_max_spare_threads | int

    Default: 75

    Maximum number of worker threads which are kept spare. Used by worker only. Ignored if mpm_auto_tuning is True.

  • mpm_min_spare_servers | int

    Default: 5

    Minimum number of server processes which are kept spare. Used by prefork only. Ignored if mpm_auto_tuning is True.

  • mpm_min_spare_threads | int

    Default: 25

    Minimum number of worker threads which are kept spare. Used by worker only. Ignored if mpm_auto_tuning is True.

  • mpm_server_limit | int

    Default: 128

    Upper limit on configurable number of processes. Used by prefork only. Ignored if mpm_auto_tuning is True.

  • mpm_start_servers | int

    Default: 5

    Number of server processes to start. Used by prefork and worker. Ignored if mpm_auto_tuning is True.

  • mpm_thread_limit | int

    Default: 64

    Sets the upper limit on the configurable number of threads per child process. Used by worker only. Ignored if mpm_auto_tuning is True.

  • mpm_threads_per_child | int

    Default: 64

    Constant number of worker threads in each server process. Used by worker only. Ignored if mpm_auto_tuning is True.

  • mpm_type | string

    Default: worker

    The name of the apache-mpm-* package to install. Note that if the relation type of the primary charm is PHP, prefork will be used no matter what this is set to.

  • server_signature | string

    Default: On

    Security setting. Set to one of On Off EMail

  • server_tokens | string

    Default: OS

    Controls how the server product name is announced. Set to one of - Full OS Minimal Minor Major ProductOnly

  • ssl_certificate | string

    SSL certificate in base64

  • ssl_chain | string

    SSL chain bundle in bas64

  • ssl_cipher_suite | string

    Default: EECDH+AESGCM+AES128:EDH+AESGCM+AES128:EECDH+AES128:EDH+AES128:ECDH+AESGCM+AES128:aRSA+AESGCM+AES128:ECDH+AES128:DH+AES128:aRSA+AES128:EECDH+AESGCM:EDH+AESGCM:EECDH:EDH:ECDH+AESGCM:aRSA+AESGCM:ECDH:DH:aRSA:HIGH:!MEDIUM:!aNULL:!NULL:!LOW:!3DES:!DSS:!EXP:!PSK:!SRP

    List of server cipher suites.

  • ssl_honor_cipher_order | boolean

    Default: True

    Enable server cipher suite preference.

  • ssl_key | string

    SSL key in base64

  • ssl_protocol | string

    Default: ALL -SSLv2 -SSLv3

    SSL Protocols to enable.

  • trace_enabled | string

    Default: Off

    Security setting. Set to one of On Off extended