i'm running mongrel behind lighttpd proxy server, i redirect /xyz URLs
to port 8081so i can get dynamic content. sometimes this content
redirects e.g lighttpd config.
Let me look at this. I believe the whole way the redirects are done via the
CGI library is not correct. It looks like WEBrick may be doing some form of
correction. For example, CGI apparently uses a header of "location:" on the
302 response, but WEBrick uses "Location:" and changes the response.
I've got a test case for this now so I'll sort it out. Thanks for the
specific details on your setup.
Zed A. Shaw
···
On 2/14/06 10:38 AM, "_blackdog" <rmt512@gmail.com> wrote:
hi,
i'm running mongrel behind lighttpd proxy server, i redirect /xyz URLs
to port 8081so i can get dynamic content. sometimes this content
redirects e.g lighttpd config.