in reply to few questions about ModPerl2

Hi,

I have still another question about ModPerl2.

Why don't modperl2 allow directory redirection to some indexfile, nor does it allow mod_dir to handle it by DirectoryIndex directive?

In my prespective/basic knowledge, if a module don't know how to handle a request it should return a message to apache that the request wasn't handled, and not a error status. Unless, obviously, that the module is the last module that can handle the request. ModPerl2 isn't doing this. It don't allow anyother module to handler anything after him.

Is there any way to correct this?

Replies are listed 'Best First'.
Re^2: few questions about ModPerl2
by perrin (Chancellor) on Nov 29, 2006 at 19:51 UTC
    Apache maps requests to specific handlers based on what's in your httpd.conf file. Usually you can configure it to not send directory requests to mod_perl. You may find this thread helpful.