Dear Karvon
Thank for your post. I tried what you suggested, but no luck it
redirect to me to
https://mail.exchange.com/exchange & prompt me the
Authentication box from Exchange server-mail.exchange.com. And there
are some error messages as follows in error_log file
[Wed Jun 30 16:44:15 2004] [warn] child process 14644 still did not
exit, sending a SIGTERM
[Wed Jun 30 16:44:15 2004] [warn] child process 14645 still did not
exit, sending a SIGTERM
[Wed Jun 30 16:44:15 2004] [warn] child process 14646 still did not
exit, sending a SIGTERM
[Wed Jun 30 16:44:15 2004] [warn] child process 14647 still did not
exit, sending a SIGTERM
[Wed Jun 30 16:44:16 2004] [notice] caught SIGTERM, shutting down
[Wed Jun 30 16:44:18 2004] [notice] Digest: generating secret for
digest authentication ...
[Wed Jun 30 16:44:18 2004] [notice] Digest: done
[Wed Jun 30 16:44:19 2004] [notice] Apache/2.0.40 (Red Hat Linux)
configured -- resuming normal operations
I place ProxyPreserveHost On & SSLProxyEngine On in httpd.conf.
I moved my second virtual host-<VirtualHost 192.168.100.2:443> to
ssl.conf hut no luck.
please help with some suggestions to resolve this ..
Thanks in advance
- Hirantha
dylan912@yahoo.com
Karnov <karnov@newsguy.com> wrote in message news:<98511576.0000e0dc.030@drn.newsguy.com>...
> Hirantha,
>
> You're 90% there. Remove your /etc/hosts entry:
>
> 192.168.100.1 webmail.exchange.com webmail
>
> And add this to your httpd.conf:
>
> ProxyPreserveHost On
>
> This works with Exchange 2003; I'm not sure if it will work with Exchange 2000.
>
> Karnov
>
> ps - you might need to move the :443 Virtual host to ssl.conf
>
> In article <e78bb4db.0406290221.4bbabac3@posting.google.com >, Hirantha says...
> >
> >Dear karnov,
> >
> >I'm struggling to setup to publish my Exchange 2000 OWA in Apache2
> >with Reveres Proxy. Unfortunately still I couldn’t achieve it.
> >If don't you mind would you like to help with your configurations, how
> >to configure Apache server & relevant objects. The following is my
> >current setup
> >I have Apache-2.0.40-21
> > Openssl-0.9.7a-2
> > Mod_ssl-2.0.40-21 rpm installed.
> >Exchange server on 192.168.100.1 mail.exchange.com ;; exchange 2000
> >sever
> >Apache2 server on 192.168.100.2 apache2.exchange.com ;; RedHat Linux
> >v9
> >
> >In Apache2
> >/etc/hosts file
> >192.168.100.2 apache2.exchange.com
> >192.168.100.1 webmail.exchange.com webmail
> >
> >My httpd.conf is.
> >
> ><VirtualHost 192.168.100.2:80>
> >ServerName webmail.exchange.com
> >DocumentRoot /var/www/html/html.webmail
> >RedirectMatch ^/(index.html?)$ https://mail.exchange.com/exchange/
> >RedirectMatch ^/exchange$ https://mail.exchange.com/exchange/
> ></VirtualHost>
> >
> ><VirtualHost 192.168.100.2:443>
> >ServerName webmail.exchange.com
> >DocumentRoot /var/www/html/html.webmail
> >RedirectMatch ^/(index.html?)$ https://mail.exchange.com/exchange/
> >RedirectMatch ^/exchange$ https://mail.exchange.com/exchange/
> >ProxyPass /public/ https://mail.exchange.com/public/
> >ProxyPassReverse /public/ https://mail.exchange.com/public/
> >ProxyPass /exchweb/ https://mail.exchange.com/exchweb/
> >ProxyPassReverse /exchweb/ https://mail.exchange.com/exchweb/
> >ProxyPass /exchange/ https://mail.exchange.com/exchange/
> >ProxyPassReverse /exchange/ https://mail.exchange.com/exchange/
> ></VirtualHost>
> >
> >Your support is much appreciated
> >
> >thanks in advance
> >- Hirantha
> > dylan912@yahoo.com