components/apache24/patches/ssl.conf.patch
branchs11-update
changeset 3877 d7cb5bc8ee50
child 4884 6ad716bfae77
equal deleted inserted replaced
3876:da37433d5103 3877:d7cb5bc8ee50
       
     1 Patch origin: in-house
       
     2 Patch status: Solaris-specific; not suitable for upstream
       
     3 
       
     4 --- docs/conf/extra/httpd-ssl.conf.in
       
     5 +++ docs/conf/extra/httpd-ssl.conf.in
       
     6 @@ -24,9 +24,9 @@
       
     7  # Manual for more details.
       
     8  #
       
     9  #SSLRandomSeed startup file:/dev/random  512
       
    10 -#SSLRandomSeed startup file:/dev/urandom 512
       
    11 +SSLRandomSeed startup file:/dev/urandom 512
       
    12  #SSLRandomSeed connect file:/dev/random  512
       
    13 -#SSLRandomSeed connect file:/dev/urandom 512
       
    14 +SSLRandomSeed connect file:/dev/urandom 512
       
    15  
       
    16  
       
    17  #
       
    18 @@ -42,6 +42,10 @@
       
    19  ##  the main server and all SSL-enabled virtual hosts.
       
    20  ##
       
    21  
       
    22 +#   Enable FIPS 140 mode, this requires the openssl pkg mediator
       
    23 +#   be set to install the fips-140 version of OpenSSL and mod_ssl.
       
    24 +#SSLFIPS on 
       
    25 +
       
    26  #   SSL Cipher Suite:
       
    27  #   List the ciphers that the client is permitted to negotiate.
       
    28  #   See the mod_ssl documentation for a complete list.
       
    29 @@ -103,7 +107,7 @@
       
    30  
       
    31  #   General setup for the virtual host
       
    32  DocumentRoot "@exp_htdocsdir@"
       
    33 -ServerName www.example.com:@@SSLPort@@
       
    34 +ServerName 127.0.0.1:@@SSLPort@@
       
    35  ServerAdmin [email protected]
       
    36  ErrorLog "@exp_logfiledir@/error_log"
       
    37  TransferLog "@exp_logfiledir@/access_log"