Re: Regarding Apache 2.0.48 and specweb99

2003-12-03 Thread gregames
MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote: I enabled the POST transactions, and all of a sudden, the apache process is now hung (this is first time I'm seeing this behaviour).. The stack is : (gdb) t 21 [Switching to thread 21 (system thread 29207)] #0 0xc0306850:0 in _semop_sys+0x30

Re: cvs commit: httpd-2.0/server/mpm/winnt child.c mpm.h

2003-12-03 Thread Bill Stoddard
Cliff Woolley wrote: On Thu, 20 Nov 2003 [EMAIL PROTECTED] wrote: stoddard2003/11/20 11:44:19 Modified:.CHANGES server/mpm/winnt child.c mpm.h Log: Win32: Make Win32 MPM transaction pools honor MaxMemFree /* Create the tranaction pool */ -

Stupid question about pools

2003-12-03 Thread Brian Akins
Does the request pool get cleaned up after every request? IE, If I register a cleanup on r-pool, will it get ran after every request? -- Brian Akins Senior Systems Engineer CNN Internet Technologies

Re: [patch] adding mpm info to httpd -V

2003-12-03 Thread Jeff Trawick
Geoffrey Young wrote: contrary to your advice, I took the initiative and coded IfThreaded against 2.1. basically, this would allow you to group threaded directives together. so, instead of this IfModule worker.c ThreadsPerChild 5 /IfModule and so on for every threaded mpm, we could

Re: cvs commit: httpd-2.0/server/mpm/winnt child.c mpm.h

2003-12-03 Thread Cliff Woolley
On Wed, 3 Dec 2003, Bill Stoddard wrote: Good intentions and all I was going to look into that. This was a straight port from worker. Really? Humph. Guess we should look into that, yeah. :-)

Re: Stupid question about pools

2003-12-03 Thread Cliff Woolley
On Wed, 3 Dec 2003, Brian Akins wrote: Does the request pool get cleaned up after every request? IE, If I register a cleanup on r-pool, will it get ran after every request? Yep, exactly right.

Re: Stupid question about pools

2003-12-03 Thread Cliff Woolley
On Wed, 3 Dec 2003, Cliff Woolley wrote: On Wed, 3 Dec 2003, Brian Akins wrote: Does the request pool get cleaned up after every request? IE, If I register a cleanup on r-pool, will it get ran after every request? Okay hang on, just to be clear... you have to register it on every request,

Re: Stupid question about pools

2003-12-03 Thread Brian Akins
Cliff Woolley wrote: On Wed, 3 Dec 2003, Cliff Woolley wrote: Okay hang on, just to be clear... you have to register it on every request, and THEN it will get run after every request. Right. Or more correctly, register it on every request on which I want to run the cleanup. Just wanted to

Re: Stupid question about pools

2003-12-03 Thread Cliff Woolley
On Wed, 3 Dec 2003, Brian Akins wrote: I assume the same is true for connections? Every time a connection is closed, the registered cleanups would get ran. Yep. c-pool. --Cliff

Mem Leak when reverse proxying HTTP post requests

2003-12-03 Thread Larry Toppi
Hi, I'm running the JMeter stress test tool to create HTTP POST requests through Apache (v.2.0.48) on the Windows 2000 platform. The request posts a small amount of data to a web page. Apache is configured to reverse proxy (ProxyPass) the request to the backend web server. In doing so,

[PATCH] Introduce suppress-error-charset to 2.1

2003-12-03 Thread Yoshiki Hayashi
This problem was brought up in Japanese user list some time ago. In spite of the document, httpd 2.0 and 2.1 do not have special meaning for suppress-error-charset environment variable. http://httpd.apache.org/docs-2.1/env.html#special This feature was introduced to httpd 1.3 in revision 1.326

new IfThreaded directive (was Re: [patch] adding mpm info to httpd -V)

2003-12-03 Thread Geoffrey Young
IfThreaded MaxThreadsPerChild 5 /IfThreaded This rubs me the wrong way FWIW. oops, sorry :) I think it is best to have all directives for a specific MPM together in one container, and have that container specific to the MPM. well, in some cases I'd certainly agree.

Make problem with 2.0.48

2003-12-03 Thread Mark Woon
Hi, I'm having problems compiling httpd-2.0.48 on a Sun, and I can't seem to find any solutions via google or the mail archives. I'm hoping someone here can point out what I'm doing wrong. I'm using the following configure parameters: ./configure --with-mpm=worker --enable-so

Re: Make problem with 2.0.48

2003-12-03 Thread Cliff Woolley
On Wed, 3 Dec 2003, Mark Woon wrote: I'm having problems compiling httpd-2.0.48 on a Sun, and I can't seem to find any solutions via google or the mail archives. I'm hoping someone here can point out what I'm doing wrong. I'm using the following configure parameters: ./configure

Re: Make problem with 2.0.48

2003-12-03 Thread Mark Woon
Thanks Cliff. For future archive searchers: The usual cause for this is the use of symlinks for the directory tree where Apache is unpacked and built. Common example on Solaris: /usr/src-/usr/share/src unpacking under /usr/src and building from there will result in duplicate definitions

Re: new IfThreaded directive (was Re: [patch] adding mpm info to httpd -V)

2003-12-03 Thread William A. Rowe, Jr.
At 02:10 PM 12/3/2003, Geoffrey Young wrote: IfThreaded MaxThreadsPerChild 5 /IfThreaded This rubs me the wrong way FWIW. oops, sorry :) I don't care for that container either... but even horrible new ideas are always good when then generate more ideas :) If somebody really

Re: new IfThreaded directive (was Re: [patch] adding mpm info to httpd -V)

2003-12-03 Thread Geoffrey Young
William A. Rowe, Jr. wrote: At 02:10 PM 12/3/2003, Geoffrey Young wrote: IfThreaded MaxThreadsPerChild 5 /IfThreaded This rubs me the wrong way FWIW. oops, sorry :) I don't care for that container either... but even horrible new ideas are always good when then generate

Re: [patch] adding mpm info to httpd -V

2003-12-03 Thread Jeff Trawick
Geoffrey Young wrote: here is the latest patch. basically, it's the same as what I submitted before. the differences are those suggested by stas and jeff - make the AP_MPMQ_STATIC/DYNAMIC wording a bit better and axe the -D APACHE_MPM_DIR= stuff. commited to 2.1-dev... thanks!

[STATUS] (apache-1.3) Wed Dec 3 23:46:09 EST 2003

2003-12-03 Thread Rodent of Unusual Size
APACHE 1.3 STATUS: -*-text-*- Last modified at [$Date: 2003/11/27 17:03:36 $] Release: 1.3.30-dev: In development 1.3.29: Tagged October 24, 2003. Announced Oct 29, 2003. 1.3.28: Tagged July 16, 2003. Announced ?? 1.3.27: Tagged

[STATUS] (httpd-2.0) Wed Dec 3 23:46:14 EST 2003

2003-12-03 Thread Rodent of Unusual Size
APACHE 2.0 STATUS: -*-text-*- Last modified at [$Date: 2003/12/03 21:38:55 $] Release: 2.0.49 : in development 2.0.48 : released October 29, 2003 as GA. 2.0.47 : released July 09, 2003 as GA. 2.0.46 : released May 28, 2003 as GA.

[STATUS] (httpd-2.1) Wed Dec 3 23:46:17 EST 2003

2003-12-03 Thread Rodent of Unusual Size
APACHE 2.1 STATUS: -*-text-*- Last modified at [$Date: 2003/11/20 16:12:28 $] Release [NOTE that only Alpha/Beta releases occur in 2.1 development]: 2.1.0 : in development Please consult the following STATUS files for information on related