[us...@httpd] beginner's mod_rewrite recursion problem

2009-05-05 Thread Kynn Jones
e limit of 10 internal redirects...". Any advice would be greatly appreciated! In particular, what's the best way to inspect the values of the various variables that are available for the TestString in RewriteCond, including the special ones like THE_REQUEST and IS_SUBREQ? TIA! Kynn

Re: [EMAIL PROTECTED] http-equiv="refresh" ignored?

2008-10-07 Thread Kynn Jones
the browser depending on exactly which output streams are closed by the child process. That's the only way to explain the fact that Firefox behaves differently depending on whether the child closes STDERR or not. Where can I learn more about Apache's handling of child processes and their

[EMAIL PROTECTED] http-equiv="refresh" ignored?

2008-10-01 Thread Kynn Jones
I am trying to debug a large Perl/CGI-based legacy system that is not working right on some browsers, like Firefox 3. It runs on an Ubuntu host with Apache 2.2.3. I reduced the problem to a very simple case, in the form of a short Perl CGI script. This script has the following logical structure

[EMAIL PROTECTED] Unexpected headers; strange responses from browsers

2006-06-05 Thread kynn
As the following questions will make plain, I am very much the noob when it comes to Apache. One of my Perl CGI scripts, for some reason, causes Apache to emit "application/x-perl" for the Content-type header, even though the code clearly prints "Content-type: text/html". A possibly related p