Diff for /doc/install/linux/sles-suse/sysconfig_apache2 between versions 1.1 and 1.3

version 1.1, 2011/04/24 02:11:36 version 1.3, 2019/02/09 17:00:55
Line 83  APACHE_CONF_INCLUDE_DIRS="" Line 83  APACHE_CONF_INCLUDE_DIRS=""
 # your settings  # 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  ## Type: string
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"

Removed from v.1.1  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>