Hallo,
ich habe versucht für einen Kunden einen SSL Zertifikat einzurichten. Es kommt jedoch immer ein Internal Server Error wenn ich auf die Seite
https://domain.de gehe. Ach ja, der Kunde hat einen Gambio Shop zu laufen.
Evtl. kann mir einer sagen was "mir fehlt".
Folgendes steht in der 01_ssl_master.conf:
Code:
<VirtualHost x.x.x.x:443>
ServerName domain.de
ServerAlias www.domain.de
ServerAdmin info@hosterdomain.de
SSLEngine on
SSLProtocol all -SSLv2
SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM
SSLCertificateFile /etc/apache2/ssl/domain.de/domain_de.crt
SSLCertificateKeyFile /etc/apache2/ssl/domain/domain_de.key
ErrorLog /var/log/apache2/error_log
TransferLog /var/log/apache2/access_log
CustomLog /var/log/apache2/ssl.domain.de-traf.log traff
CustomLog /var/log/apache2/ssl.domain.de-combined.log combined
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
CustomLog /var/log/apache2/ssl_request_log \
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
DocumentRoot /var/www/virtual/domain.de/htdocs
Alias /errors /var/www/virtual/domain.de/errors/
</VirtualHost>
Danke!
error_log hat folgendes mtzuteilen:
Code:
[Fri Nov 06 19:29:59 2009] [warn] (104)Connection reset by peer: mod_fcgid: read data from fastcgi server error.
[Fri Nov 06 19:29:59 2009] [error] [client x.x.x.x] Premature end of script headers: index.php