Current time: 05-17-2024, 12:39 PM Hello There, Guest! (LoginRegister)


Post Reply 
SSL für Kundendomain: ->Internal Server Error
Author Message
ofox Offline
Junior Member
*

Posts: 29
Joined: Oct 2009
Reputation: 0
Post: #1
SSL für Kundendomain: ->Internal Server Error
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
(This post was last modified: 11-07-2009 09:47 PM by ofox.)
11-07-2009 09:35 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)