Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: few questions about ModPerl2

by themage (Friar)
on Nov 29, 2006 at 10:45 UTC ( [id://586654]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://586654]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (4)
As of 2024-04-24 19:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found