Bug report for Apache httpd-1.3 [2004/07/18]

2004-07-18 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2.0 [2004/07/18]

2004-07-18 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: ap_meets_conditions doc: bogus return value?

2004-07-18 Thread Stas Bekman
Jeff Trawick wrote: On Fri, 16 Jul 2004 21:48:23 -0700, Stas Bekman [EMAIL PROTECTED] wrote: AP_DECLARE(int) ap_meets_conditions(request_rec *r); The @return value seems to be totally bogus, the function returns OK (0) if the conditions were met (not 1), otherwise it returns either of these two:

question concerning with authentication process

2004-07-18 Thread Artem L
hello :) I want to have a way to perform authentication process for the certain recources in the directory, and process requests for the another resources in the same directory without any authentication. I'm working at implementing acl extension for webdav - and the authentiacation will based

[PATCH] pollset_poll() improvements

2004-07-18 Thread Paul Querna
The attached patch removes the double for() loops in both the KQueue and epoll _poll() implementations. Both epoll and kqueue have a method for associating arbitrary user data with the event. This patch uses these to store the key to an event's location in the query_set array. I

Re: [PATCH] pollset_poll() improvements

2004-07-18 Thread Paul Querna
Sorry, this was intended for apr-dev, I sent it here on accident :) On Sun, 2004-07-18 at 14:36 -0700, Paul Querna wrote: The attached patch removes the double for() loops in both the KQueue and epoll _poll() implementations. Both epoll and kqueue have a method for associating arbitrary