AW: [mp2] Content-Length: 0 / Location:

2004-08-05 Thread Denis Banovic
Hi! I have following config: Apache: PerlResponseHandler ModPerl::Registry AddHandler perl-script .pl Perl script: #!/usr/bin/perl print "Location: http://www.mydomain.at\n\n";; Output with headers: HTTP/1.1 200 OK Connection: close Date: Thu, 05 Aug 2004 08:59:59 GMT Server: Apache/2.0.

AW: AW: [mp2] Content-Length: 0 / Location:

2004-08-05 Thread Denis Banovic
endet: Donnerstag, 5. August 2004 14:42 An: Denis Banovic Cc: [EMAIL PROTECTED] Betreff: Re: AW: [mp2] Content-Length: 0 / Location: > What am I doing wrong? > > I just want him to make a Redirect when somebody calls my script. > > I've tried PerlSendHeader Off

Re: AW: AW: [mp2] Content-Length: 0 / Location:

2004-08-05 Thread Geoffrey Young
Denis Banovic wrote: > Hi Geoffrey! > > Thanks, that works fine. > > It would be interresting to know how to do this in mod_perl style! > > > I have a Output object which captures the whole output. sounds like you might want to consider writing a PerlOutputFilterHandler instead. > > On Des