481 # Secure (SSL/TLS) connections 482 #Include etc//extra/httpd-ssl.conf 483 # 484 # Note: The following must must be present to support 485 # starting without SSL on platforms with no /dev/random equivalent 486 # but a statically compiled-in mod_ssl. 487 # 488 <IfModule ssl_module> 489 SSLRandomSeed startup builtin 490 SSLRandomSeed connect builtin 491 </IfModule>
时间: 2024-12-28 23:31:21