502 Error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux