Roundcube Community Forum

 

Reverse Proxy Configuration?

Started by weelkin, July 03, 2011, 06:31:33 PM

Previous topic - Next topic

weelkin

Hi there,

i want to have my roundcube installation behind a reverse proy. My proxy is configured like this:


    <Location /roundcube>
        ProxyPass http://192.168.1.1/
        ProxyPassReverse http://192.168.1.1/
        Order allow,deny
        Allow from all
    </Location>


I can successfully access roundcube directly via http://192.168.1.1, but when i try https://"proxyip"/roundcube i can see the login textfields but without any graphics.And I can login, but then i get redirected to https://"proxyip"/ . Is there anything i have to configure in roundcube to make this work? I can access several other sites via this proxy with a similiar configuration.

Thanks in advance,

weelkin