Re: mod_perl2 and document_root

2004-08-18 Thread Dave Della Costa
Wow, I just got back in the office and I see I sparked quite a discussion! I had suspected that this feature was specific to the first version of mod_perl, alas... A little background: what I have been trying to do is essentially reset document_root for a set of rewrite rules that I want to drop

mod_perl2 and document_root

2004-08-17 Thread Dave Della Costa
Hey folks, I'm trying to learn how to use mod_perl to change document_root on the fly, but I'm having a lot of difficulty with it. Here's the setup: Apache/2.0.50, mod_perl/1.99_11 Perl/v5.8.4 PHP/4.3.8 Server I'm calling the code this way: PerlTransHandler MyApache::RewriteURI ...and this is