Re: [EMAIL PROTECTED] rejecting non GET/POST methods

2008-04-28 Thread Robert Montgomery
a separate log file, that would be a good compromise. Thanks for the tips, I'll check out the conditional logging. Best Regards, Rob --- Joshua Slive <[EMAIL PROTECTED]> wrote: > On Sun, Apr 27, 2008 at 7:43 AM, Robert Montgomery > <[EMAIL PROTECTED]> wrote: > > Is

[EMAIL PROTECTED] rejecting non GET/POST methods

2008-04-27 Thread Robert Montgomery
Is there a way to tell apache to completely ignore certain methods, ie, PROPFIND, CCM_POST, CONNECT, OPTIONS, etc.. (and NOT write those requests to the log files either!) I've tried LIMIT & LIMIT EXCEPT directives, but I'm not sure if they are working (I still see those requests being logged). A