AW: [EMAIL PROTECTED] problem with apache2 as a reverse proxy and OWA

2006-10-20 Thread Markus Herbert
Hi, I removed proxy_connect and proxy_ftp from my config file. Also I delete ProxyVia from my virtual host definition file. The switch ProxyPreserveHost was set to on. I reload apache2 but again I have the same problem, that I can see only a part from the OWA client. Maybe it has something to

Re: [EMAIL PROTECTED] problem with apache2 as a reverse proxy and OWA

2006-10-20 Thread Christian Gottschalch
Hi, i dont know OWA but it looks like, OWE is working with absolut links, like https://exchange/exchange/foo.asp you have to configure OWA so, that OWA creates links like https://webmail.blahblah.com/exchange, try to sniff the traffic between your client and apache reverse proxy (ssldump,

AW: [EMAIL PROTECTED] problem with apache2 as a reverse proxy and OWA

2006-10-20 Thread Markus Herbert
Hi, I add RequestHeader set Front-End-Https On to my configuration file for the virtual host definition file and reload apache2 - but again the same problem Markus - Ursprüngliche Mail Von: fRANz [EMAIL PROTECTED] An: users@httpd.apache.org Gesendet: Freitag, den 20. Oktober 2006,

AW: [EMAIL PROTECTED] problem with apache2 as a reverse proxy and OWA

2006-10-20 Thread Markus Herbert
Hi, I found out my problem. I forget /exchweb to reverse proxy in my configuration file. Thanks again for any request - Markus - Ursprüngliche Mail Von: Christian Gottschalch [EMAIL PROTECTED] An: users@httpd.apache.org Gesendet: Freitag, den 20. Oktober 2006, 10:46:43 Uhr Betreff: Re:

[EMAIL PROTECTED] problem with apache2 as a reverse proxy and OWA

2006-10-19 Thread Markus Herbert
Hi, I am using a apache2 server (version 2.0.54-10) under SuSE linux 10.0 as a reverse proxy for an Outlook Web Access (OWA) under Exchange 2003 SP2. I want to use only port 443 (SSL) to get into OWA. Login is ok and under a IE6 or Firewfox browser I can see something of the OWA site - but not

Re: [EMAIL PROTECTED] problem with apache2 as a reverse proxy and OWA

2006-10-19 Thread masro
Hi, i think you like to have an ReverseProxy not an ForwardProxy http://httpd.apache.org/docs/2.0/mod/mod_proxy.html#forwardreverse therefore you normally only need mod_proxy and mod_proxy_http. Switch ProxyVia to off it's the default Value so you also can delete that line from your