Re: [AOLSERVER] Custom server error page crash

2008-07-12 Thread William Scott Jordan
Hi Tom, Yup, that seemed to do the trick. Thanks! -Scott Tom Jackson wrote: Basically this is a bug, but you can work around it for the PROPFIND method. I would use a filter, since it can fire very early in the request cycle. proc ::reject_propfind { what why } { return filter_$what }

Re: [AOLSERVER] Custom server error page crash

2008-07-10 Thread Tom Jackson
Basically this is a bug, but you can work around it for the PROPFIND method. I would use a filter, since it can fire very early in the request cycle. proc ::reject_propfind { what why } { return filter_$what } ns_register_filter preauth PROPFIND /* ::reject_propfind return ns_register_filte

Re: [AOLSERVER] Custom server error page crash

2008-07-10 Thread William Scott Jordan
To answer Tom's questions, nope we don't have anything specifically registered to handle the PROPFIND method. And yes, 500.html exists as a plain HTML file. So how would we register something for the PROPFIND method? Would it be something like: ns_register_proc PROPFIND /500.html something

Re: [AOLSERVER] Custom server error page crash

2008-07-10 Thread Don Baccus
On Jul 10, 2008, at 6:25 PM, Tom Jackson wrote: Is anything registered to handle the PROPFIND method? I'm just guessing that could be part of the problem. Also, does /500.html exist? The problem comes about when *nothing* is registered for these methods. I've known this for quite a long t

Re: [AOLSERVER] Custom server error page crash

2008-07-10 Thread Tom Jackson
Is anything registered to handle the PROPFIND method? I'm just guessing that could be part of the problem. Also, does /500.html exist? Do you have any other debugging turned on? What other handlers do you have setup? tom jackson On Wed, 2008-07-09 at 19:15 -0700, William Scott Jordan wrote: > H

Re: [AOLSERVER] Custom server error page crash

2008-07-10 Thread Don Baccus
On Jul 10, 2008, at 11:44 AM, Fenton, Brian wrote: Hi Scott, Exactly how did you add the custom error page? And do you know what PROPFIND refers to? As I said earlier, probing by WebDAV ops causes this error ... and googling PROPFIND yields, unsurprisingly: The WebDAVPROPFIND Method re

Re: [AOLSERVER] Custom server error page crash

2008-07-10 Thread Fenton, Brian
] Custom server error page crash Hey all! I've recently added a custom server error message using a redirect in AOLserver's config file. Since then, I've been occasionally seeing the following error in the logs: [09/Jul/2008:18:04:08][30505.1690512][-conn:1-] Error: return: fai

Re: [AOLSERVER] Custom server error page crash

2008-07-10 Thread Juan José del Río
Hello Scott, In the configuration file, you must give the ABSOLUTE path to the error page. After changing that, restart the server and test it out. Regards, Juan José - Juan José del Río| (+34) 616 512 340| [EMAIL PROTECTED] Simple Option S.L. Tel: (+34) 951 930 122 Fax: (

Re: [AOLSERVER] Custom server error page crash

2008-07-10 Thread Don Baccus
On Jul 10, 2008, at 4:15 AM, William Scott Jordan wrote: Hey all! I've recently added a custom server error message using a redirect in AOLserver's config file. Since then, I've been occasionally seeing the following error in the logs: [09/Jul/2008:18:04:08][30505.1690512][-conn:1-] Erro

[AOLSERVER] Custom server error page crash

2008-07-09 Thread William Scott Jordan
Hey all! I've recently added a custom server error message using a redirect in AOLserver's config file. Since then, I've been occasionally seeing the following error in the logs: [09/Jul/2008:18:04:08][30505.1690512][-conn:1-] Error: return: failed to redirect 'PROPFIND /500.html': exceeded