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
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