RE: Apache installation not accepting perl-script Handler

2003-08-21 Thread Gareth Kirwan
d_perl. I normally use mod_perl through Mason... which does the funky magic all on it's own. Cheers G > -Original Message- > From: Stas Bekman [mailto:[EMAIL PROTECTED] > Sent: 21 August 2003 21:39 > To: [EMAIL PROTECTED]; mod_perl Mailing List > Subject: Re: Apache i

Re: Apache installation not accepting perl-script Handler

2003-08-21 Thread Stas Bekman
[all modperl threads must be kept on the list unless requested otherwise] Gareth Kirwan wrote: My original e-mail had the error as it appeared in the error log. Can't locate object method "request" via package "Apache" at /u/virtual/devel.*.com/perl- bin/Inslink.pl line 8. [Thu Aug 21 10:31:0

Re: Apache installation not accepting perl-script Handler

2003-08-21 Thread Stas Bekman
Gareth Kirwan wrote: I'm not using Apache 2.0 I'm using Apache 1.3. It seems that the url you posted: http://perl.apache.org/docs/2.0/user/porting/porting.html#Using_C_ModPerl__M ethodLookup__to_Discover_Which_mod_perl_2_0_Modules_Need_to_Be_Loaded Relates specifically to Apache 2.0 and mod_perl

Re: Apache installation not accepting perl-script Handler

2003-08-21 Thread Stas Bekman
When reporting problems, please *always* follow the guidelines: http://use.perl.org/bugs/ BTW - The script looks like this: #!/usr/local/bin/perl -w use strict; use Apache; print "Content-Type: text/html"; that has to be: print "Content-Type: text/html\n\n"; my $r = Apache->request; 1;

RE: Apache installation not accepting perl-script Handler

2003-08-21 Thread Gareth Kirwan
Thanks G > -Original Message- > From: Stas Bekman [mailto:[EMAIL PROTECTED] > Sent: 21 August 2003 18:19 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: Apache installation not accepting perl-script Handler > > > When reporting problems, please *

RE: Apache installation not accepting perl-script Handler

2003-08-21 Thread Gareth Kirwan
BTW - The script looks like this:   #!/usr/local/bin/perl -w   use strict;use Apache;   print "Content-Type: text/html";   my $r = Apache->request;   1;   and the error looks like this:   Can't locate object method "request" via package "Apache" at /u/virtual/devel.*.com/perl-bin/Insli