Rico: Apache-SSL

Hallo,

ich bzw meine Apache (Linux 2.2.5) hat folgendes Problem:
In einem Frameset werden ein CGI und eine Html-Seite geladen. Das CGI steuert die Seite. Alles Fkt normal, solange ich nicht dieses Frameset per SSL anzeigen lasse, sprich diese Seite im sicheren Modus aufrufe. (Zertifikat etc alles erstellt, keine Probleme mit HTML-Seiten). Im SSL-Modus fkt auch alles normal, bis man Reload im Browser drückt. Dann entsteht sofort ein Zombie auf dem Apache-Server mit 100% Rechnerauslastung. Der Nutzer der Seiten bekommt keinen Fehler. Alles scheint normal zu funktionieren.
Die Konfigdateien des Apache (SSL-Bereich) sind im wesentlichen noch orginal SuSE61.(Bis auf einige Pfadanpassungen etc). Kennt jemand eine Erklärung dafür? Kann man CGIs (PERL) eventuell gar nicht so ohne weiteres per SSL aufrufen?

Ich wäre für jeden Hinweis dankbar

Rico

  1. Die Konfigdateien des Apache (SSL-Bereich) sind im wesentlichen noch orginal SuSE61.(Bis auf einige Pfadanpassungen etc). Kennt jemand eine Erklärung dafür? Kann man CGIs (PERL) eventuell gar nicht so ohne weiteres per SSL aufrufen?

    Was genau hast Du da für eine Apache-Installation? Der normale Apache unterstützt SSL gar nicht:

    (Aus der Apache-FAQ)
    Why doesn't Apache include SSL?
        SSL (Secure Socket Layer) data transport requires encryption, and many governments have
    restrictions upon the import, export, and use of encryption technology. If Apache included SSL in the base package, its distribution would involve all sorts of legal and bureaucratic issues, and it would no longer be freely available. Also, some of the technology required to talk to current clients using SSL is patented by RSA Data Security, who restricts its use without a license.
        Some SSL implementations of Apache are available, however; see the "related projects" page at the main Apache web site.
        You can find out more about this topic in the Apache Week article about Apache and Secure Transactions.

    1. Was genau hast Du da für eine Apache-Installation? Der normale Apache unterstützt SSL gar nicht:

      Auf der SuSE6.1 ist eine gepatchte Version drauf. Die unterstützt SSL.

      Rico