--- doc/install/linux/sles-suse/sysconfig_apache2 2011/04/24 02:11:36 1.1 +++ doc/install/linux/sles-suse/sysconfig_apache2 2019/02/09 17:00:55 1.3 @@ -83,7 +83,7 @@ APACHE_CONF_INCLUDE_DIRS="" # your settings -APACHE_MODULES="actions alias auth_basic authn_file authz_host authz_groupfile authz_default authz_user authn_dbm autoindex cgi dir env expires headers include ldap log_config mime negotiation perl rewrite setenvif ssl status userdir" +APACHE_MODULES="actions alias auth_basic authn_file authz_host authz_groupfile authz_default authz_user authn_dbm autoindex cgi dav dav_fs dav_lock dir env expires headers include ldap log_config mime negotiation perl rewrite setenvif ssl status userdir" ## Type: string @@ -139,7 +139,7 @@ APACHE_HTTPD_CONF="" # The implementation of the logic is in /usr/share/apache2/find_mpm, # a script which can be used standalone as well if needed. # -APACHE_MPM="" +APACHE_MPM="prefork" ## Type: string ## Default: "" @@ -172,7 +172,7 @@ APACHE_SERVERADMIN="" # You will have to access it by its address anyway, and this will make # redirections work in a sensible way. # -APACHE_SERVERNAME="35.8.63.94" +APACHE_SERVERNAME="" ## Type: integer ## Default: 2 @@ -253,7 +253,7 @@ APACHE_USE_CANONICAL_NAME="off" # (installed modules, versions, etc.) # see http://httpd.apache.org/docs-2.2/mod/core.html#servertokens # -APACHE_SERVERTOKENS="OS" +APACHE_SERVERTOKENS="Minimal" ## Type: list(on,off) ## Default: "off"