1 --- docs/conf/extra/httpd-ssl.conf.in Wed Jan 4 12:10:40 2012
2 +++ docs/conf/extra/httpd-ssl.conf.in Mon Feb 27 07:09:48 2012
4 # Manual for more details.
6 #SSLRandomSeed startup file:/dev/random 512
7 -#SSLRandomSeed startup file:/dev/urandom 512
8 +SSLRandomSeed startup file:/dev/urandom 512
9 #SSLRandomSeed connect file:/dev/random 512
10 -#SSLRandomSeed connect file:/dev/urandom 512
11 +SSLRandomSeed connect file:/dev/urandom 512
14 +# Enable Solaris crypto framework
16 +SSLCryptoDevice pkcs11
20 # When we also provide SSL we have to listen to the
21 # standard HTTP port (see above) and to the HTTPS port
24 # General setup for the virtual host
25 DocumentRoot "@exp_htdocsdir@"
26 -ServerName www.example.com:@@SSLPort@@
27 +ServerName 127.0.0.1:@@SSLPort@@
28 ServerAdmin you@example.com
29 ErrorLog "@exp_logfiledir@/error_log"
30 TransferLog "@exp_logfiledir@/access_log"