version 1.2, 2017/12/01 19:06:31
|
version 1.3, 2019/02/09 17:00:55
|
Line 139 APACHE_HTTPD_CONF=""
|
Line 139 APACHE_HTTPD_CONF=""
|
# The implementation of the logic is in /usr/share/apache2/find_mpm, |
# The implementation of the logic is in /usr/share/apache2/find_mpm, |
# a script which can be used standalone as well if needed. |
# a script which can be used standalone as well if needed. |
# |
# |
APACHE_MPM="" |
APACHE_MPM="prefork" |
|
|
## Type: string |
## Type: string |
## Default: "" |
## Default: "" |
Line 172 APACHE_SERVERADMIN=""
|
Line 172 APACHE_SERVERADMIN=""
|
# You will have to access it by its address anyway, and this will make |
# You will have to access it by its address anyway, and this will make |
# redirections work in a sensible way. |
# redirections work in a sensible way. |
# |
# |
APACHE_SERVERNAME="35.8.63.94" |
APACHE_SERVERNAME="" |
|
|
## Type: integer |
## Type: integer |
## Default: 2 |
## Default: 2 |
Line 253 APACHE_USE_CANONICAL_NAME="off"
|
Line 253 APACHE_USE_CANONICAL_NAME="off"
|
# (installed modules, versions, etc.) |
# (installed modules, versions, etc.) |
# see http://httpd.apache.org/docs-2.2/mod/core.html#servertokens |
# see http://httpd.apache.org/docs-2.2/mod/core.html#servertokens |
# |
# |
APACHE_SERVERTOKENS="OS" |
APACHE_SERVERTOKENS="Minimal" |
|
|
## Type: list(on,off) |
## Type: list(on,off) |
## Default: "off" |
## Default: "off" |