HTTP 502 means that your proxy cannot connect to the backend. Off hand I cannot 
see any reason why it should treat requests from IE6 differently than those 
from FF/Safari.

1. Try to access the backend directly and see how it behaves

2. Check your rewrite log


-ascs
 
-----Message d'origine-----
De : Norman Khine [mailto:[EMAIL PROTECTED] 
Envoyé : mardi 9 octobre 2007 11:02
À : users@httpd.apache.org
Objet : [EMAIL PROTECTED] 502 Error

Hello,
I have an application on an Apache web server that I can see from both my FF 
and Safari on Mac, but I get a 502 Proxy Error every time I open it from an IE6 
on a PC.
Is there a problem with my rewrite rule, or am I missing something?

<VirtualHost *:80>
    ServerName host.travel
    RewriteEngine On
    RewriteRule ^/(.*) http://xxx.xxx.xxx.xxx:8080/host/$1 [P]
    RequestHeader set X-Base-Path host/
    RewriteLogLevel 4
    RewriteLog /tmp/host_rewrite.log
    ErrorLog       /tmp/host_error.log
</VirtualHost>

The domain is a .travel

Thanks

--
Norman

%>>> "".join( [ {'*':'@','^':'.'}.get(c,None) or chr(97+(ord(c)-83)%26) for c 
in ",adym,*)&uzq^zqf" ] )


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


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