Hi,
I have recently installed Kent Williams' Apache::Filter Module, and
tested it with the supplied UC module and it worked with simple cgi scripts.
However I have experienced a problem though when my cgi calls CGI.pm's
redirect() and header().
Instead of getting the appropiate headers, eg. 302 Moved.
I get a standard Content-type: text/html without reference to any
location headers.
I was wondering if anyone else had experienced the same problem and/or
have a solution to this?
Here is what my cgi script looks like.
#!/usr/bin/perl -w
use CGI;
my $ob = new CGI;
print $ob->redirect('http://www.cnn.com');
My Apache PerlHandler is set to Apache::RegistryFilter Apache::UC
Thanks for your help in advance.
Manfred Hui