Akita wrote:
Hallo,
ich versuche einen virtuellen ssl-Host in Betrieb zu nehmen. Wenn ich aber mit ihm verbinden m�chte (Mozilla 1.3), bekomme ich nur die folgende Fehlermeldung:
"The connection to buchhaltung.thiam.ch has terminated unexpectedly. Some data may have been transferred."
Ich weiss nicht, was ich falsch konfiguriert habe (Gentoo Linux).
Hast Du im error_log nachgesehen, ob Apache-Prozesse an einem SegFault verstorben sind? Gibt es weitere Hinweise im ssl_engine.log?
aus apache.conf --------------- Include conf/commonapache.conf ServerName www.thiam.ch LockFile /etc/apache/httpd.lock # Thiemo Kellner, [EMAIL PROTECTED], 2003-04-25 #Include conf/addon-modules/mailman.conf Include conf/addon-modules/mod_ssl.conf Include conf/addon-modules/mod_dav.conf Include conf/addon-modules/mod_gzip.conf #Include conf/addon-modules/mod_mp3.conf Include conf/addon-modules/mod_php.conf
aus conf/commonapache.conf -------------------------- NameVirtualHost *
Hier m�chtest Du vielleicht lieber
NameVirtualHost *:80
probieren, damit nicht auch "*:443" zum namensbasierten VirtualHost aufsteigt.
Include /etc/apache/conf/buchhaltung.conf
[...]
gruss, .max
--------------------------------------------------------------------------
Apache HTTP Server Mailing List "users-de" unsubscribe-Anfragen an [EMAIL PROTECTED]
sonstige Anfragen an [EMAIL PROTECTED]
--------------------------------------------------------------------------
