components/apache24/patches/ssl.conf.patch
changeset 2079 46ce7840065c
parent 714 b205ca9f0d84
child 3648 29c40c98aad3
equal deleted inserted replaced
2078:86a0793d713a 2079:46ce7840065c
       
     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 @@ -81,7 +81,7 @@
       
    19  
       
    20  #   General setup for the virtual host
       
    21  DocumentRoot "@exp_htdocsdir@"
       
    22 -ServerName www.example.com:@@SSLPort@@
       
    23 +ServerName 127.0.0.1:@@SSLPort@@
       
    24  ServerAdmin [email protected]
       
    25  ErrorLog "@exp_logfiledir@/error_log"
       
    26  TransferLog "@exp_logfiledir@/access_log"