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 reporting? If Apache didn't like them, it would refuse to start

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 - Location generally refers to a uri path component (/foo/bar/) while Files refers to a filename (/foo/bar/baz.pl). so, I'd rather see

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 get CGI-perl? I've tried

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/ Location /cgi-perl Should that be: Alias /cgi-perl /usr/local/apache/cgi-perl/ rather than Alias /cgi-perl /usr/local/apache/chi-perl

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