Reverse Proxy Rewrite Issue

Hope someone can suggest something…

I’m trying to get Reverse Proxy running on Apache, working with DWA in a VMWare environment.

It works great when accessing the email using windows and IE, but when trying to access it using an iPhone\Safari, I get a “Redirecting” and then the dialog “Cannot Open Page, because the server cannot be found.”

Below is an excerpt from the virtual hosts.conf

VirtualHost *:443>

ServerName my.server.com:443

ServerAdmin joe.doe@myserver.com

	

SSLEngine on

SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL

SSLCertificateFile conf/ssl.crt/domino.mycompany.cert

SSLCertificateKeyFile conf/ssl.key/domino.mycompany.key



SetEnvIf User-Agent ".*MSIE.*" \

         nokeepalive ssl-unclean-shutdown \

         downgrade-1.0 force-response-1.0



RewriteEngine On

#RewriteRule ^/(.*) \http://domino.mycompany.com:81/$1 [P]

RewriteRule ^/(.*) \http://domino.mycompany.com:81/$1 [P]