Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

IE problem with Reverse Proxy

 
   Web Hosting Problem Solving Community! (Home) -> Apache RSS
Next:  access log question  
Author Message
6mcorp

External


Since: May 05, 2004
Posts: 1



(Msg. 1) Posted: Wed May 05, 2004 7:49 pm
Post subject: IE problem with Reverse Proxy
Archived from groups: alt>apache>configuration (more info?)

I can access my production server through my reverse proxy with
Netscape, Mozilla, or Safari, but IE 5 -6 just gives me a blank page.
IE is fine if I connect to the production server directly. My reverse
proxy setup is apache 2.0.47 running on fedora. linux. The mod_proxy
config is as simple as it gets:

<IfModule mod_proxy.c>
ProxyRequests Off
ProxyPass / http://xxx.xxx.xxx.xxx:80/
ProxyPassReverse / http://xxx.xxx.xxx.xxx:80/
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyVia Off
</IfModule>

Any ideas what rp config issues might be offending IE?

 >> Stay informed about: IE problem with Reverse Proxy 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Newbie's Reverse Proxy problem - Hi folks, I am new to Apache and to Linux. I need to set up a reverse proxy with Apache2 and Linux (Suse 8.2). After reading manuals and documentation (e.g. http://httpd.apache.org/docs-2.0/mod/mod_proxy.html) I thought this would be a pretty easy..

ftp proxy reverse - Hello! Some one can help me about Ftp proxy reverse on Apache 2? Thank you

Reverse proxy help - I am trying to setup a reverse proxy using apache 2048. I have 1 server inside our network named "websvr" that is only connected to our internal lan. The reverse proxy is connected to the internet with a static IP number and also the internal...

Need Help with reverse Proxy - Hi, i have same troubles with my Reverse Proxy Configuration. I have two dns entrys (server1.mydomain.at,server2.mydomain.at) that points to the same IP Adress in the Internet. From this Server i want to redirect the Request to internal Web Server. ..

Reverse Proxy Performance - Hi all, I am experimenting with using Apache as a reverse proxy server. The performance seems very slow. I have added the following into the config as my ProxyPass Listen 10.0.0.60:81 <VirtualHost 10.0.0.60:81> ServerAdmin..
   Web Hosting Problem Solving Community! (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]