[EMAIL PROTECTED] wrote:
Bill Stoddard wrote:

WHat happens if the handler DECLINES the request


My guess is that the default handler will be called, try to open a non-existant file and send back a 404. I'll find out.

and do we care?


If it seg faults, violates protocol or something similar, I care. Other than that I don't think so.

mod_status and mod_info both are enabled via <Location > containers. mod_status never DECLINEs if it is the handler. mod_info DECLINEs if the method isn't GET. Let me see what happens if I send mod_info some other method.

I sent mod_info a POST and got back a 404 with a "File does not exist" in the error log, both with and without this patch.


Greg

Reply via email to