mirror of
https://git.lolcat.ca/lolcat/4get.git
synced 2024-11-14 03:49:48 +01:00
20 lines
490 B
Plaintext
20 lines
490 B
Plaintext
LoadModule ssl_module modules/mod_ssl.so
|
|
LoadModule socache_shmcb_module modules/mod_socache_shmcb.so
|
|
|
|
SSLRandomSeed startup file:/dev/urandom 512
|
|
SSLRandomSeed connect builtin
|
|
|
|
Listen 443
|
|
|
|
SSLCipherSuite HIGH:MEDIUM:!MD5:!RC4:!3DES:!ADH
|
|
SSLProxyCipherSuite HIGH:MEDIUM:!MD5:!RC4:!3DES:!ADH
|
|
SSLHonorCipherOrder on
|
|
|
|
SSLProtocol all -SSLv3
|
|
SSLProxyProtocol all -SSLv3
|
|
|
|
SSLPassPhraseDialog builtin
|
|
|
|
SSLSessionCache "shmcb:/var/cache/mod_ssl/scache(512000)"
|
|
SSLSessionCacheTimeout 300
|