components/apache2/patches/ssl.conf.patch
author Tomas Dzik <Tomas.Dzik@oracle.com>
Tue, 27 Mar 2012 06:39:39 -0700
branchs11-sru
changeset 2259 fb408bde6228
parent 2249 9c4f7d7572dd
child 2223 2bbd29293854
permissions -rw-r--r--
7143740 svc:/system/install/server:default can conflict with svc:/network/http:apache22

--- 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"