hi,
sobald ich aber das Kommentarzeichen for der Zeile "LoadModule ssl_module modules/mod_ssl.so" entferne und Apache neu Starten will erhalt ich die Fehlermeldung, das Modul werde nicht gefunden
Bei einem Apache 1.3.x muß auch die Zeile "AddModule mod_ssl.so" wenig darunter aktiviert sein, unter Umständen hast du auch mit
<IfModule mod_ssl.c>
Include conf/ssl.conf
</IfModule>
noch eine Konfigurationsdatei angesprochen, und schließlich gibts noch allerhand weitere Einträge für die httpd.conf. Das steht aber auch (in englischer Sprache) in der mitgelieferten Dokumentation. Beherzigen sollte man: "One common use of SSL is to secure Web HTTP communication between a browser and a webserver. This case does not preclude the use of non-secured HTTP. The secure version is mainly plain HTTP over SSL (named HTTPS), but with one major difference: it uses the URL scheme https rather than http and a different server port (by default 443). This mainly is what mod_ssl provides to you for the Apache webserver... "
Grüße aus Berlin
Christoph S.