On Tuesday March 07 2006 11:54 am, Joshua Slive wrote: > On 3/7/06, Dimitri Yioulos <dyioulos@xxxxxxxxxxxxx> 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. > <CLIP> Joshua, I did just that, and got an internal server error message. error_log shows the following: [Tue Mar 07 13:26:24 2006] [error] SSL Proxy requested for www.mywebserver.com:443 but not enabled [Hint: SSLProxyEngine] [Tue Mar 07 13:26:24 2006] [error] proxy: failed to enable ssl support for 192.168.1.2:443 (mail.mydomain.com) I don't know what I'm supposed to do to fix the first error. Regarding the second, as I stated earlier, redirect works just fine for this scenario, serving up an SSL'd login to my webail program. Your continued assistance would really be appreciated. Dimitri -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx