Hello!

> Néztem a rewrite-ot, szépen át is írja, hogy 10.0.0.254/webmail, csak
> ugye az nekem az internet felől nem fog bejönni ;-))
>
> Mi a megoldás? Üdv:

Proxy kell.
Valami ilyesmi kell:

<VirtualHost *:443>
    SSLEngine On
    SSLCertificateFile /etc/ssl/private/example.com.pem
    ServerAdmin [EMAIL PROTECTED]
    ServerName webmail.example.com

    SSLProxyEngine On
    ProxyPreserveHost On
    ProxyPass / https://192.168.100.250/
    ProxyPassReverse / https://192.168.100.250/
    <Proxy *>
        Order deny,allow
        Allow from all
    </Proxy>

    ErrorLog logs/error-example.com-ssl.log
    CustomLog logs/access-example.com-ssl.log combined
</VirtualHost>

üdv.
SA.
_________________________________________________
linux lista      -      [email protected]
http://mlf2.linux.rulez.org/mailman/listinfo/linux

válasz