[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:07 2003] [error] [client 192.168.234.85] Premature end of
script headers: /u/virtu
al/devel.*****.com/perl-bin/Inslink.pl

That's an error from mod_cgi, not mod_perl.


A perl-status on the server using Apache:Status returns to prove that
mod_perl is working, as I also posted in my first email.

The relevant config looks like:

<VirtualHost ... >

 <Location /perl-bin/>
   SetHandler perl-script
   Options +ExecCGI
 </Location>

</VirtualHost>

Sure, you have a broken config. Have you read the documentation? You miss the PerlHandler and PerlSendHeader directives

http://perl.apache.org/docs/1.0/guide/getwet.html#Configuring_and_Starting_the_mod_perl_Server


__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com



--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to