1: 2: 3: 4: 5: 6: 7: 8: 9: 10:
ssl.conf SSLEngine on SSLCertificateFile /usr/local/apache/conf.d/ssl.crt/server.crt SSLCertificateKeyFile /usr/local/apache/conf.d/ssl.key/server.key SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown CustomLog logs/ssl_request_log \ "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
1: 2: 3:
[root@fsze88-linux conf]# httpd -t Syntax error on line 108 of /etc/httpd/conf.d/ssl.conf: SSLCertificateFile: file '/usr/local/apache/conf.d/ssl.crt/server.crt' does not exist or is empty