On Wed, Jan 15, 2003 at 09:09:37AM +1100, Stas Bekman wrote:
> 
> I've applied a fix that hopefully cures this thing in cvs. Please try 
> again with the latest cvs version.
> http://perl.apache.org/download/source.html#2_0_Development_Source_Distribution
> 

I installed the CVS version (1.9909) and I still get a SEGFAULT when
using $r->send_http_header() or $r->print() ...

- I fetched the mod_perl CVS sources then launched :
    $ perl Makefile.PL MP_APXS=/usr/sbin/apxs
    $ make
    $ make install
- modified the "/etc/httpd/conf.d/perl.conf" file
- restarted httpd

I also tested with the Apache::ProxyPassThru module (from
http://perl.apache.org/dist/contrib/ProxyPassThru.pm)
I added a "use Apache::compat" statement, removed the
$r->handler()/$r->push_handlers() part and I also get a SEGFAULT when it
reach the http_send_header() statement ...

-- 

Reply via email to