Re: GATEWAY_INTERFACE CGI-Perl

2007-11-28 Thread Neil Shephard
On Nov 28, 2007 3:56 PM, Geoffrey Young <[EMAIL PROTECTED]> wrote: > > I don't see the problem at first glance, but what you're asking apache > to do is odd here - generally refers to a uri path component > (/foo/bar/) while refers to a filename (/foo/bar/baz.pl). so, > I'd rather see something

Re: GATEWAY_INTERFACE CGI-Perl

2007-11-28 Thread Neil Shephard
Perrin Harkins wrote: > > On Nov 26, 2007 4:14 PM, Neil Shephard <[EMAIL PROTECTED]> wrote: >> So it appears to me that apache "doesn't like" the regular expression. >> Has >> anyone else experienced this problem? Is it a bug that needs reporti

Re: GATEWAY_INTERFACE CGI-Perl

2007-11-26 Thread Neil Shephard
Neil Shephard wrote: > > 2. Should I be worried about the GATEWAY_INTERFACE = CGI/1.1 ? What is > the specific implication of having it as this, compared to > CGI-perl/1.1 ? What module should I be setting > (PerlResponseHandler???) to get this variable to in order to

Re: GATEWAY_INTERFACE CGI-Perl

2007-11-22 Thread Neil Shephard
Malcolm J Harwood-3 wrote: > > On Wednesday 21 November 2007 6:21:57 am Neil Shephard wrote: > >> Alias /cgi-perl /usr/local/apache/chi-perl/ >> > > Should that be: > Alias /cgi-perl /usr/local/apache/cgi-perl/ > rather than > Alias

Re: GATEWAY_INTERFACE CGI-Perl

2007-11-21 Thread Neil Shephard
On Nov 21, 2007 11:21 AM, Neil Shephard <[EMAIL PROTECTED]> wrote: > So, finally on to my questions. > > 1. Is PerlResponseHandler under mod_perl 2.0 the equivalent of > PerlHandler under mod_perl 1.1? > > I found details of renames from v1.1 to 2.0 at > http://perl.apac

GATEWAY_INTERFACE CGI-Perl

2007-11-21 Thread Neil Shephard
Hi, I'm just starting out with mod_perl and am using the book "MySQL and Perl for the Web" by Paul DuBois for guiding me through some of the intricacies. The book is a bit old (2002) and was written for mod_perl v1 and I've a few questions about the differences between that and the current versio