[LON-CAPA-cvs] cvs: doc /install/linux/sles-suse sysconfig_apache2

raeburn raeburn at source.lon-capa.org
Sat Feb 9 12:00:55 EST 2019


raeburn		Sat Feb  9 17:00:55 2019 EDT

  Modified files:              
    /doc/install/linux/sles-suse	sysconfig_apache2 
  Log:
  - Explicitly set MPM to prefork for SuSE/SLES
  
  
Index: doc/install/linux/sles-suse/sysconfig_apache2
diff -u doc/install/linux/sles-suse/sysconfig_apache2:1.2 doc/install/linux/sles-suse/sysconfig_apache2:1.3
--- doc/install/linux/sles-suse/sysconfig_apache2:1.2	Fri Dec  1 19:06:31 2017
+++ doc/install/linux/sles-suse/sysconfig_apache2	Sat Feb  9 17:00:55 2019
@@ -139,7 +139,7 @@
 # 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 @@
 # 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 @@
 # (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"




More information about the LON-CAPA-cvs mailing list