CentOS - Apache and SSL?
Posted
by
NeoNmaN
on Server Fault
See other posts from Server Fault
or by NeoNmaN
Published on 2011-06-29T17:13:03Z
Indexed on
2011/06/30
0:23 UTC
Read the original article
Hit count: 260
Hei all
i have problem for my SSL setup, when i put SSL Engine to on my Apache will not start up, if i remove it, its work fine.
i can't finde the Apache log, so i can find out of whats happen here,
can sommen maby tell me the problem or link to the defualt log-path for Apache?
here is my vhost config file.
<VirtualHost *:443>
# SSLEngine On
SSLProtocol all
SSLCertificateFile "/etc/pki/tls/schemecloud.co.uk.csr"
SSLCertificateKeyFile "/etc/pki/tls/schemecloud.co.uk.key"
SSLCACertificateFile "/etc/pki/tls/rapidssl.crt"
ErrorLog "/var/www/error_ssl_log"
<Directory /var/www/html>
AllowOverride All
</Directory>
DocumentRoot /var/www/html/
ServerName schemecloud.co.uk
</VirtualHost>
© Server Fault or respective owner