[PATCH] ap_discard_request_body() can't be called more than once

2002-06-02 Thread Justin Erenkrantz
This patch combined with the last few patches I've posted today allow chunked trailer support again and now passes all httpd-test cases. What we try to do is to ensure that ap_discard_request_body() is not called before the handler "accepts" the request and begins generating the output. It is sti

[PATCH] Switch DAV logic for MKCOL body

2002-06-02 Thread Justin Erenkrantz
Based on my interpretation of the RFC, I think this might be a better way to handle the body case for MKCOL. I sort of think this is what they were thinking rather than relying on the request entity headers. Thoughts? -- justin Index: modules/dav/main/mod_dav.c

[PATCH] Switch DAV PUT to use brigades

2002-06-02 Thread Justin Erenkrantz
This patch switches mod_dav to use brigades for input when handling PUT. My one caveat with this is what to do when the filters return an error (spec. AP_FILTER_ERROR which means that they already took care of it). In this case, the handler should NOT generate an error of its own and just return

Re: Reverse proxy dead in current HEAD

2002-06-02 Thread Justin Erenkrantz
On Sun, Jun 02, 2002 at 02:50:13PM -0700, Ian Holsman wrote: > it looks like something broke recently.. > the proxy appears to be waiting for the timeout to occur before > delivering the final bucket. > this is most noticable when you have a page including multiple > subrequests, all of which ar

Re: apache under linux -- restarting problems

2002-06-02 Thread Aaron Bannert
On Sun, Jun 02, 2002 at 02:52:32PM -0700, Ian Holsman wrote: > I've just run into this, and it is present in 2.0.36.. > the name-based sysvmem isn't appropiate as it will cause apache to > refuse to start when you upgrade a module (forcing a reboot) > > a simple way to 'fix' is this it for the

apache under linux -- restarting problems

2002-06-02 Thread Ian Holsman
I've just run into this, and it is present in 2.0.36.. the name-based sysvmem isn't appropiate as it will cause apache to refuse to start when you upgrade a module (forcing a reboot) a simple way to 'fix' is this it for the server to write out in the error message what sharedmem segment it is

Reverse proxy dead in current HEAD

2002-06-02 Thread Ian Holsman
it looks like something broke recently.. the proxy appears to be waiting for the timeout to occur before delivering the final bucket. this is most noticable when you have a page including multiple subrequests, all of which are reverse proxied to recreate Proxypass http://yourhost an

Subrequests reading bodies?

2002-06-02 Thread Justin Erenkrantz
Is it permissible for a subrequest (r->main != NULL) to read input data from the client? My current thought is only the original request can do that. Am I right or am I wrong? -- justin

Bug report for Apache httpd-2.0 [2002/06/02]

2002-06-02 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-1.3 [2002/06/02]

2002-06-02 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: cvs commit: httpd-2.0/modules/generators mod_autoindex.c

2002-06-02 Thread Jeff Trawick
Greg Stein <[EMAIL PROTECTED]> writes: > On Fri, May 31, 2002 at 08:50:14PM -, [EMAIL PROTECTED] wrote: > > trawick 2002/05/31 13:50:14 > > > > Modified:modules/generators mod_autoindex.c > > Log: > > if we autoindex, discard the request body and check for any > > errors doin

Re: [PATCH] 1.3: Cygwin specifics in http_main.c

2002-06-02 Thread Stipe Tolj
Jim Jagielski wr0te: > > This looks safe to me... I'll give it a day or so for any vetos > to pop up, but if they don't I'll committ thanks Jim. Stipe -- Hope to see you at my presentations: "Virtual Server solution for Linux using FreeVSD" at O'Reilly Open Source Convention 2002, S

Re: [PATCH] 1.3: Cygwin specific changes to the build process

2002-06-02 Thread Stipe Tolj
Jim Jagielski wrote: > > At 11:12 AM +0200 5/31/02, Stipe Tolj wrote: > >diff -ur apache-1.3/src/helpers/install.sh apache-1.3-cygwin/src/helpers/install.sh > >--- apache-1.3/src/helpers/install.sh Tue Jun 12 10:24:53 2001 > >+++ apache-1.3-cygwin/src/helpers/install.sh Tue May 28 11:15:10 200