My guess is that you've been hit by this Apache problem:
http://httpd.apache.org/docs-2.0/faq/error.html#error.sendfile

As the URL above suggests, try to add 'EnableSendfile On' somewhere in t/conf/httpd.conf and rerun:

t/TEST -v filter/in_bbs_msg.t hooks/trans.t

don't run 'make test' as it'll rewrite t/conf/httpd.conf, use t/TEST instead.

I wonder why http://httpd.apache.org/docs-2.0/mod/core.html#enablesendfile
says that it's on by default.

Argh, I confused "simply use the EnableSendfile directive" as to be turned on. It should be:


EnableSendfile Off

of course.



__________________________________________________________________
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