On Mon, 2004-07-19 at 15:27, Jeremy Portzer wrote: > I'm still curious as to why the original configuration doesn't work, > though. My guess is that somehow the use of the Perl script is > disabling the effect of the DirectoryIndex directive, but it certainly > doesn't do this in Apache 1.3.
Ah, right. We had similar issues getting mod_rewrite and mod_jk2 to play nicely together: none of our rewrite rules were being matched because mod_jk2 "took over" too early in the request processing cycle, if I remember correctly. So I bet you're right about mod_perl doing the same thing. Take care, -- Matthew -- TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug TriLUG Organizational FAQ : http://trilug.org/faq/ TriLUG Member Services FAQ : http://members.trilug.org/services_faq/ TriLUG PGP Keyring : http://trilug.org/~chrish/trilug.asc
