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 all. Many things 
are missing and I'm when I click - for example - the calendar, nothing will 
happened on the screen.

Anyone who can help me? I have loaded for a virtual host the following modules: 
proxy
proxy_connect
proxy_ftp
proxy_http

Here is my configuration for this virtual host:

<VirtualHost 51.52.53.54:443>
Servername "webmail.blahblah.com"
DocumentRoot /srv/www/htdocs/exchange

ProxyRequest Off
SSLProxyEnginge On
ProxyVia On
SSLEngine On
SSLCertificateFile /etc/apache2/ssl.crt/webmail.crt
CCLCertificatKeyFile /etc/apache2/ssl.key/webmail.key

ProxyPass /exchange https://exchange/exchange
ProxyPassReverse /exchange https://exchange/exchange
ProxyPreserveHost On
</VirtualHost>

Thanks for any reply - Markus




        

        
                
___________________________________________________________ 
Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: 
http://mail.yahoo.de

---------------------------------------------------------------------
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