components/apache2/patches/ssl.conf.patch
author Petr Sumbera <petr.sumbera@oracle.com>
Wed, 29 Feb 2012 12:08:58 -0800
changeset 714 b205ca9f0d84
parent 278 77b380ba9d84
child 2223 2bbd29293854
permissions -rw-r--r--
7149111 Upgrade Apache Web Server to version 2.2.22 7116031 Problem with utility/apache 7108129 Problem with utility/apache 7149106 Problem with utility/apache 7149109 Problem with utility/apache 7149110 Problem with utility/apache

--- docs/conf/extra/httpd-ssl.conf.in	Wed Jan  4 12:10:40 2012
+++ docs/conf/extra/httpd-ssl.conf.in	Mon Feb 27 07:09:48 2012
@@ -22,11 +22,16 @@
 # 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
 
+#
+# Enable Solaris crypto framework
+#
+SSLCryptoDevice pkcs11
 
+
 #
 # When we also provide SSL we have to listen to the 
 # standard HTTP port (see above) and to the HTTPS port
@@ -75,7 +80,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"