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]