Re: mod_perl segfaults when also using mod_rewrite

2003-11-18 Thread Stas Bekman
Stas Bekman wrote: gdb> run -DONE_PROCESS -DNO_DETATCH If a worker/winnt mpm, then: gdb> run -DONE_PROCESS -DNO_DETATCH -DPERL_USEITHREADS I need to learn to spell, please perl -pi -e 's|DETATCH|DETACH|g' << THIS_MESSAGE __ Stas B

Re: mod_perl segfaults when also using mod_rewrite

2003-11-18 Thread Stas Bekman
Aaron Paetznick wrote: When I do that, the port doesn't even seem to open. Here's what I do: [EMAIL PROTECTED] mod_perl-1.99_11]# gdb /usr/local/www/apache-2.0.48/bin/httpd GNU gdb Red Hat Linux (5.2.1-4) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU Gener

Re: mod_perl segfaults when also using mod_rewrite

2003-11-18 Thread Aaron Paetznick
When I do that, the port doesn't even seem to open. Here's what I do: [EMAIL PROTECTED] mod_perl-1.99_11]# gdb /usr/local/www/apache-2.0.48/bin/httpd GNU gdb Red Hat Linux (5.2.1-4) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and

Re: mod_perl segfaults when also using mod_rewrite

2003-11-17 Thread Bobber Cheng
1. compile with debug flag First make sure u install gdb, then compile httpd and modperl in debug mod, configure apache2 as: ./configure --enable-maintainer-mode and ur custom flages configure mod_perl ad: perl "Makefile.PL MP_DEBUG=1 and ur custom flages" compile and install them to the right pla

mod_perl segfaults when also using mod_rewrite

2003-11-16 Thread Aaron Paetznick
I'm using apache v2.0.48 and have confirmed that the problem exists with both mod_perl v1.99_11 and v1.99_12-dev in CVS. If I simply use "RewriteEngine On", mod_perl works fine. If I use "RewriteEngine OnRewriteRule ^/(.*) /index.pl/$1 [PT]" (or anything similar), the apache server immediatel