RE: Mod_Perl 2.0 Header question

2005-08-16 Thread Justin Luster
's Friend" but I'm still a nice guy :) I remember your winning photo from last year. This year's was not as good. - Perrin -----Original Message- From: Philip M. Gollucci [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 16, 2005 10:36 AM To: Justin Luster Cc: modperl@per

Re: Mod_Perl 2.0 Header question

2005-08-16 Thread Philip M. Gollucci
>I find that this breaks under some versions of Mod_Perl 2.0. I’m >working with two older versions: 1.99_07-dev and 1.99_12 both on Linux >machines. You should really try to use at least RC 5+ My confusion is how to send the proper 2.0 header. In my in-house version Apache->request; does not

Mod_Perl 2.0 Header question

2005-08-16 Thread Justin Luster
Hi, I was hoping to get a bit of help on how to send the proper HTTP headers using Mod_Perl.  We create Perl scripts and then ship them out to our clients for them to run on their servers.  The script should work on regular CGI and Mod_Perl if they have it.  Things have worked fine so far.