I'm using 2.0.59 on Linux as a reverse-proxy to an IIS device.
ServerName site.domain.com
ProxyPreserveHost On
RewriteEngine On
RemoveType dll
RewriteRule ^/(.*) http://yyy.yyy.yyy.yyy:80/$1 [P]
The back-end device is sending responses with no Conten
2.0.55/Sol10
I have a web-based app on a mainframe that's having problems when the
request headers exceed a particular length. In this case, it's a giant
SiteMinder session cookie that's pushing everything over the edge. The
mainframe doesn't use SM, but it is in the same domain as some other
site