ServerName secondhost.domain
    ServerAlias www.domain

    ServerName firsthost.domain
    ServerAlias mail.domain

What does your DNS zone file look like for these ?

    ProxyPass / http://192.168.15.27/
    ProxyPassReverse / http://192.168.15.27/

I assume roundcube is installed in a directory on the main host, I would use proxy directives specifically to that directory. If you are using virtual hosts, you'll want to use those domain names, not IP's here.

    ProxyPass /roundcube http://firsthost.domain/roundcube/
    ProxyPassReverse /roundcube http://firsthost.domain/roundcube/

Not sure why you are using ServerAlias.
If you are trying to use authentication on the "private" web server, I've had some issues with proxy directives and auth directives.

Why not just install RC on the second web server, and point the DB config on the second to the first web server ?


Charles Dostale
System Admin - Silver Oaks Communications
http://www.silveroaks.com/
824 17th Street, Moline  IL  61265



Reply via email to