CentOS - Apache and SSL?
- by NeoNmaN
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>