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

Re: Problems with mod_perl 1.12 (?) and ActivePerl 5.8.1

2003-11-16 Thread Juanma Barranquero
On Sat, 15 Nov 2003 16:18:35 -0600 (CST), Randy Kobes <[EMAIL PROTECTED]> wrote: > At one point I tried keeping multiple versions. This becomes > a bit complicated administratively, but more importantly, > 99.9% of the time older versions have bugs that are fixed in > the current version. This is