-
Apache SSL ConfigApache 2018. 7. 6. 16:55
Listen 443
SSLSessionCacheTimeout 300
<VirtualHost *:443>
DocumentRoot /apps/smartsuite/ROOT
ServerName choigaram.com:443
ServerAdmin emro@choigaram.com
ErrorLog "/apps/apache/logs/error_log"
TransferLog "/apps/apache/logs/access_log"
SSLCipherSuite HIGH:MEDIUM:!SSLv2:!PSK:!SRP:!ADH:!AECDH:!DH:!IDEA:!RC4
DirectoryIndex index.jsp
JkMount /*.do loadbalancer
JkMount /*.jsp loadbalancer
JkMount /*.html loadbalancer
JkMount /* loadbalancer
SSLEngine on
SSLCertificateFile /apps/apache/conf/extra/ssl/cert.pem
SSLCertificateKeyFile /apps/apache/conf/extra/ssl/key.pem
SSLCertificateChainFile /apps/apache/conf/extra/ssl/ThawteDigiCert-Newchain.pem
<FilesMatch "\.(cgi|shtml|phtml|php)$">
SSLOptions +StdEnvVars
</FilesMatch>
<Directory "/apps/apache/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
BrowserMatch "MSIE [2-5]" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
CustomLog "/apps/apache/logs/ssl_request_log" \
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
</VirtualHost>
'Apache' 카테고리의 다른 글
apache couldn't perform authentication. AuthType not set (0) 2017.06.12 Keep Alive Option 처리 (0) 2017.06.02 Apache couldn't perform authentication. AuthType not set (0) 2017.05.28