Re: HTTP headers

2005-03-20 Thread David Dick
Octavian Rasnita wrote: Hi, I have tried the following script under Windows 2000, mod_perl 2, Perl 5.8.4: use strict; use CGI; my $q = new CGI; print "Content-type: text/html\n\nTestare\n"; $q->redirect("http://localhost/";); try use CGI(); use strict; use warnings; my $q = new CGI; print $q->redir

Re: mod_perl server doesn't reply

2005-03-20 Thread Anders Nielsen
On Fri, 2005-03-18 at 17:37 -0500, Stas Bekman wrote: > Anders, the first priority is to figure out how to reproduce the problem > at will. If you don't manage that, you most likely are going to waste > hours staring at the screen. I'd concentrate on that task first. > > Try using ab (apachebenc