components/apache24/patches/ssl.conf.patch
author James Chang <james.c.chang@Oracle.COM>
Tue, 10 Feb 2015 16:46:21 -0800
changeset 3765 81c47bc80596
parent 3737 a71f444ba849
child 4697 2be298b79293
permissions -rw-r--r--
20472000 slrn needs TPNO update for S12

Patch origin: in-house
Patch status: Solaris-specific; not suitable for upstream

--- docs/conf/extra/httpd-ssl.conf.in
+++ docs/conf/extra/httpd-ssl.conf.in
@@ -24,9 +24,9 @@
 # Manual for more details.
 #
 #SSLRandomSeed startup file:/dev/random  512
-#SSLRandomSeed startup file:/dev/urandom 512
+SSLRandomSeed startup file:/dev/urandom 512
 #SSLRandomSeed connect file:/dev/random  512
-#SSLRandomSeed connect file:/dev/urandom 512
+SSLRandomSeed connect file:/dev/urandom 512
 
 
 #
@@ -42,6 +42,10 @@
 ##  the main server and all SSL-enabled virtual hosts.
 ##
 
+#   Enable FIPS 140 mode, this requires the openssl pkg mediator
+#   be set to install the fips-140 version of OpenSSL and mod_ssl.
+#SSLFIPS on 
+
 #   SSL Cipher Suite:
 #   List the ciphers that the client is permitted to negotiate.
 #   See the mod_ssl documentation for a complete list.
@@ -103,7 +107,7 @@
 
 #   General setup for the virtual host
 DocumentRoot "@exp_htdocsdir@"
-ServerName www.example.com:@@SSLPort@@
+ServerName 127.0.0.1:@@SSLPort@@
 ServerAdmin [email protected]
 ErrorLog "@exp_logfiledir@/error_log"
 TransferLog "@exp_logfiledir@/access_log"