EOS bucket in RESOURCE filters

2003-01-09 Thread Stas Bekman
Is it possible that the RESOURCE filters don't get the EOS bucket? I'm working on filter examples which use context to maintain status/keep remainder data between filter invocations for the same request. For some reason I don't get the EOS bucket, so I don't know how to flush the data stored in

[patch] Makefile.in

2003-01-09 Thread David Shane Holden
Is there any reason why mod_auth.h shouldn't be copied over during a 'make install' for 3rd party auth modules to use? Shane Index: Makefile.in === RCS file: /home/cvspublic/httpd-2.0/Makefile.in,v retrieving revision 1.127 diff -u

Re: [patch] include/util_filter.h

2003-01-09 Thread Stas Bekman
Jeff Trawick wrote: Stas Bekman <[EMAIL PROTECTED]> writes: I don't know how hard it is to decide to commit an obvious API doc patch. Why does it always have to be reposted several times before it gets committed? As has been mentioned many times before on this list, if a patch isn't committe

RE: [PATCH] Avoid busy wait in winnt MPM when all workers are busy

2003-01-09 Thread Bill Stoddard
Thanks, I'll review the patch but it will probably be sometime next week. Bill > -Original Message- > From: Igor Nazarenko [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 08, 2003 4:05 PM > To: [EMAIL PROTECTED] > Subject: [PATCH] Avoid busy wait in winnt MPM when all workers are bus

Re: cvs commit: httpd-2.0 CHANGES configure.in

2003-01-09 Thread Justin Erenkrantz
--On Thursday, January 09, 2003 16:51:54 -0500 Greg Ames <[EMAIL PROTECTED]> wrote: more weirdness. I'm trying to verify that there is some way to get Apache to build with apr & apr-util preinstalled outside of httpd. So far I've seen: * apr-util's configure dies with configure: error: cannot

Re: cvs commit: httpd-2.0/server/mpm/worker fdqueue.c

2003-01-09 Thread Greg Ames
Brian Pane wrote: Greg Ames wrote: apr_atomic_dec? That does return something. The problem is that, since we have to use apr_atomic_cas for the increment (due to the lack of a return value on apr_atomic_inc), we can't use apr_atomic_dec on the same variable. apr_atomic_cas works on apr_ui

Re: cvs commit: httpd-2.0 CHANGES configure.in

2003-01-09 Thread Greg Ames
Justin Erenkrantz wrote: --On Wednesday, January 8, 2003 7:54 AM -0500 Jeff Trawick <[EMAIL PROTECTED]> wrote: As I posted yesterday, generation of exports.c is busted without srclib/apr and srclib/apr-util. If you can get it to work with just the buildconf change, I'd love to see it. Well,

Re: cvs commit: httpd-2.0 CHANGES configure.in

2003-01-09 Thread Justin Erenkrantz
--On Thursday, January 9, 2003 11:07 AM -0500 Greg Ames <[EMAIL PROTECTED]> wrote: just to be sure everybody is on the same page, is there a srclib/apr[-util]/ under httpd in the test above at any point? Only when buildconf is run. The resulting tarball should not require srclib/apr[-util].

[PATCH] Columnar character test table output.

2003-01-09 Thread cmpilato
This is a really minor thing, but this patch has been helpful to me while debugging some stuff today. Negligible cost, profitable gain, yes? -- * httpd-2.0/server/gen_test_char.c (main): Ensure columnar output of character test table data, and wrap lines at every 16 items instead of 20

Re: Showstopper ... was: Tagged the tree

2003-01-09 Thread Branko Čibej
William A. Rowe, Jr. wrote: >For something completely different, once this is released, we are stuck >with the api... > >#define APR_FILEPATH_ENCODING_UNKNOWN 0 >#define APR_FILEPATH_ENCODING_LOCALE 1 >#define APR_FILEPATH_ENCODING_UTF8 2 >APR_DECLARE(apr_status_t) apr_filepath_encoding(int

[PATCH] A bug in table adjust function that causes a core dump (fwd)

2003-01-09 Thread Cliff Woolley
Can anyone comment on this? --Cliff -- Forwarded message -- Date: Thu, 09 Jan 2003 13:48:59 +0100 From: Bernd Steinert <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: [PATCH] A bug in table adjust function that causes a core dump On Th

Re: cvs commit: httpd-2.0 CHANGES configure.in

2003-01-09 Thread Greg Ames
Justin Erenkrantz wrote: --On Wednesday, January 8, 2003 9:43 AM -0500 Jeff Trawick <[EMAIL PROTECTED]> wrote: I'm sorry for being dense, but please clarify: What patch do you suggest to apply to STRIKER_2_0_44_PRE2, and will the following then work? httpd-2.0/buildconf r1.29. Then, the con

Re: Showstopper ... was: Tagged the tree

2003-01-09 Thread Jeff Trawick
"William A. Rowe, Jr." <[EMAIL PROTECTED]> writes: > At 07:00 PM 1/7/2003, you wrote: > >Sander Striker wrote: > > > >>Hi, > >> > >>I tagged the tree with STRIKER_2_0_44_PRE2. The tag consists > >>of APACHE_2_0_BRANCH and apr/apr-util HEAD. If you feel that > >>something should not be in here, p

Re: [patch] include/util_filter.h

2003-01-09 Thread Jeff Trawick
Stas Bekman <[EMAIL PROTECTED]> writes: > I don't know how hard it is to decide to commit an obvious API doc > patch. Why does it always have to be reposted several times before it > gets committed? As has been mentioned many times before on this list, if a patch isn't committed or commented on,

[patch] src/support/suexec.c (php as cgi)

2003-01-09 Thread Andreas S. Kerber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You might want to commit this little patch to suexec.c. When using PHP as CGI in a mass hosting environment, it is very useful to specify different php.ini configuration files per virtual host (SetEnv PHPRC /path/to/customer) This patch allows suexec

Re: [dwmalone@maths.tcd.ie: Quick apapche patch.]

2003-01-09 Thread Justin Erenkrantz
--On Thursday, January 9, 2003 5:05 AM + Colm MacCarthaigh <[EMAIL PROTECTED]> wrote: --- /src/info-systems/httpd-2.0.43/server/listen.c.orig Tue Jan 7 16:13:53 2003 +++ /src/info-systems/httpd-2.0.43/server/listen.c Tue Jan 7 16:16:09 2003 @@ -184,7 +184,13 @@ #if APR_HAS_SO_ACCEPTFILTE

[dwmalone@maths.tcd.ie: Quick apapche patch.]

2003-01-09 Thread Colm MacCarthaigh
heads up on the inconsistency :) - Forwarded message from David Malone <[EMAIL PROTECTED]> - Delivery-date: Tue, 07 Jan 2003 16:47:43 + To: [EMAIL PROTECTED] Subject: Quick apache patch. From: David Malone <[EMAIL PROTECTED]> In Apache 1.3 the accept filter name for recent versions