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

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.apache.org/docs/2.0/rename.html

Re: GATEWAY_INTERFACE CGI-Perl

2007-11-21 Thread Malcolm
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 /cgi-perl /usr/local/apache/chi-perl/ ? (typo in c[gh]i-perl?) > 3. The book indicates th

Re: GATEWAY_INTERFACE CGI-Perl

2007-11-22 Thread Neil Shephard
at I've already bought (i.e. differences between mod_perl1 and mod_perl2, but still a useful resource) Thanks for the reply, Neil -- View this message in context: http://www.nabble.com/GATEWAY_INTERFACE-CGI-Perl-tf4849533.html#a13893863 Sent from the mod_perl - General mailing list archive at Nabble.com.

Re: GATEWAY_INTERFACE CGI-Perl

2007-11-26 Thread Neil Shephard
t appears to me that apache "doesn't like" the regular expression. Has anyone else experienced this problem? Is it a bug that needs reporting? Neil -- View this message in context: http://www.nabble.com/GATEWAY_INTERFACE-CGI-Perl-tf4849533.html#a13958926 Sent from the mod_perl - General mailing list archive at Nabble.com.

Re: GATEWAY_INTERFACE CGI-Perl

2007-11-27 Thread Perrin Harkins
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 reporting? If Apache didn't like them, it would refuse to start. You probably just have e

Re: GATEWAY_INTERFACE CGI-Perl

2007-11-28 Thread Neil Shephard
r On # Load various modules automatically PerlModule CGI Apache::DBI DBI DBD::mysql If there is a syntax error with the then I'd appreciate it if someone could explain what it is and how to correct it (likewise with any conflicts). Cheers Neil -- View this message in context: ht

Re: GATEWAY_INTERFACE CGI-Perl

2007-11-28 Thread Geoffrey Young
> If there is a syntax error with the then I'd > appreciate it if someone could explain what it is and how to correct it > (likewise with any conflicts). 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

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