On 3/7/06, Dimitri Yioulos <[EMAIL PROTECTED]> wrote:
> Hello to all.
>
> I must be the lamest person in the world - can't seem to get reverse proxy
> right.
>
> Some info.:  apache 2.0.16 running on CentOS 3.6.
>
> I have added a redirect directive to httpd.conf so that when a user goes to
> http://www.mywebsite.com/webmail, he/she ends up at
> https://mailserver.mydomain.com/webmail.pl.  I think I want to do a reverse
> proxy so that the webmail interface looks like it's coming from
> http://www.mywebserver.com.  Is this a valid use of reverse proxy?  If so,
> how do I set it up?  I've tried:
>
> ProxyPassReverse /webmail https://mailserver.mydomain.com/webmail.pl

You also need
ProxyPass /webmail https://mailserver.mydomain.com/webmail.pl

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to