Daniel Schulz <[EMAIL PROTECTED]> schrieb:
> Aber wie bekomme ich den Apache jetzt dazu, zB. im Unterordner webmail
> ssl zu benutzen? 

So, das klappt jetzt. Habe es wie folgt gelöst:

<VirtualHost xxx.xxx.xxx.6:80>
        ServerName dl.domain.de
        ServerAlias www.dl.domain.de
        ServerAdmin [EMAIL PROTECTED]
        Redirect / https://ssl.domain.de/dl
</VirtualHost>

<VirtualHost xxx.xxx.xxx.6:443>
        ServerName ssl.domain.de
        ServerAdmin [EMAIL PROTECTED]
        DocumentRoot /var/www/ssl.domain.de/
        SSLEngine On
        SSLCertificateFile /etc/ssl/private/domain.de/ssl.domain.de.crt
        SSLCertificateKeyFile /etc/ssl/private/domain.de/ssl.domain.de.key
</VirtualHost>

Wenn man also auf dl.domain.de geht wird man automatisch auf 

https://ssl.domain.de/dl/

weitergeleitet. Jetzt kommt noch webmail dran.

Herzlichen Dank für Euren Beistand und Hilfe :)

Daniel

--------------------------------------------------------------------------
                Apache HTTP Server Mailing List "users-de"
      unsubscribe-Anfragen an [EMAIL PROTECTED]
           sonstige Anfragen an [EMAIL PROTECTED]
--------------------------------------------------------------------------

Antwort per Email an