You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Duncan Brannen <db...@st-andrews.ac.uk> on 2003/02/17 18:06:45 UTC

[users@httpd] Strange ProxyPass / IE problem


Hi All,
	I've a strange issue with ProxyPass and Internet Exploder.

We've just moved some scripts onto a new server, and while we convert the
remainder, are using proxy pass to make it look like everything is still on
the same server.


ProxyPass               /directory/              https://oldserver/directory/
ProxyPassReverse        /directory/              https://oldserver/directory/

This works fine with Opera, but IE returns a blank page.  Any idea's?
Is there something extra I have to do or headers I have to include to
get this working with IE?

The pages are password protected..

Cheers,
	Duncan



---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Strange ProxyPass / IE problem

Posted by Duncan Brannen <db...@st-andrews.ac.uk>.
Sorry - bit of a lack of info there.

Running Apache 2.0.43 on the server doing the proxing

oldserver runs apache 1.3.26

oldserver is according to the logs, returning the page fine, with
a correct page size.

The new server, when talking to Opera, returns the correct sized document 
(according to logs)
but a 0 sized document when talking to IE...

         Duncan

At 17:06 17/02/2003 +0000, you wrote:


>Hi All,
>         I've a strange issue with ProxyPass and Internet Exploder.
>
>We've just moved some scripts onto a new server, and while we convert the
>remainder, are using proxy pass to make it look like everything is still on
>the same server.
>
>
>ProxyPass               /directory/              https://oldserver/directory/
>ProxyPassReverse        /directory/              https://oldserver/directory/
>
>This works fine with Opera, but IE returns a blank page.  Any idea's?
>Is there something extra I have to do or headers I have to include to
>get this working with IE?
>
>The pages are password protected..
>
>Cheers,
>         Duncan



---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org