Re: [patch] mod-include fix

2002-02-20 Thread Brian Pane
Cliff Woolley wrote: >On Wed, 20 Feb 2002, Brian Pane wrote: > >>Do we need to reset ctx->parse_pos here? >> > >It's done explicitly a few lines later (line 456). > Never mind. :-) +1 on the patch --Brian

Re: [patch] mod-include fix

2002-02-20 Thread Cliff Woolley
On Wed, 20 Feb 2002, Brian Pane wrote: > Do we need to reset ctx->parse_pos here? It's done explicitly a few lines later (line 456). --Cliff -- Cliff Woolley [EMAIL PROTECTED] Charlottesville, VA

[Patch] 2.0 proxy fix for lost duplicate headers

2002-02-20 Thread Graham Leggett
Hi all, This patch is the v2.0 port of the fix applied to v1.3 to stop duplicated headers in a response from going missing. Regards, Graham -- - [EMAIL PROTECTED]"There's a moon over Bourbon Street

[Patch] 1.3 proxy fix for lingering backend

2002-02-20 Thread Graham Leggett
Hi all, The attached patch addresses a problem with proxy v1.3, and its handling of slow frontends accessing expensive backends. Currently proxy waits until the frontend client has "eaten up" all the bytes before closing the backend connection. This causes an unnecessary delay and chewing of res

Re: mod_proxy Cache-Control: no-cache= support Apache1.3

2002-02-20 Thread Graham Leggett
Igor Sysoev wrote: > 1.3.23 mod_proxy calls ap_proxy_send_fb() and than closes backend. > But ap_proxy_send_fb() flushes output to client so it can hang > for a long time. I have come up with a patch to solve this problem - in theory anyway. Can you test it and get back to me with whether it ma

Re: [patch] mod-include fix

2002-02-20 Thread Brian Pane
Ian Holsman wrote: > can other people please sanity check this patch > the case it is trying to fix is the case where the end of a bucket has > the start of a SSI tag .. 'ie a <' and the next bucket is found not to > match the SSI tag.. '/table>' for example. > this sends the '<' out. > > Index:

[STATUS] (httpd-2.0) Wed Feb 20 23:45:11 EST 2002

2002-02-20 Thread Rodent of Unusual Size
APACHE 2.0 STATUS: -*-text-*- Last modified at [$Date: 2002/02/20 17:41:18 $] Release: 2.0.33 : in development 2.0.32 : released Feburary 16, 2002. 2.0.31 : rolled Feburary 1, 2002. not released. 2.0.30 : tagged January 8, 2002.

[STATUS] (apache-1.3) Wed Feb 20 23:45:07 EST 2002

2002-02-20 Thread Rodent of Unusual Size
APACHE 1.3 STATUS: -*-text-*- Last modified at [$Date: 2002/02/06 14:54:52 $] Release: 1.3.24-dev: In development. Jim proposes to T&R around Feb 15 because of the Solaris pthread mutex fix. 1.3.23: Tagged Jan 21,

Re: [patch] mod-include fix

2002-02-20 Thread Cliff Woolley
On Wed, 20 Feb 2002, Ian Holsman wrote: > can other people please sanity check this patch > the case it is trying to fix is the case where the end of a bucket has > the start of a SSI tag .. 'ie a <' and the next bucket is found not to > match the SSI tag.. '/table>' for example. > this sends the

[patch] mod-include fix

2002-02-20 Thread Ian Holsman
can other people please sanity check this patch the case it is trying to fix is the case where the end of a bucket has the start of a SSI tag .. 'ie a <' and the next bucket is found not to match the SSI tag.. '/table>' for example. this sends the '<' out. Index: mod_include.c ==

Re: [PATCH] core.c

2002-02-20 Thread William A. Rowe, Jr.
Committed, thanks! - Original Message - From: "Ryan Morgan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 20, 2002 7:12 PM Subject: [PATCH] core.c > > Hey everyone, > > There is a problem on systems with largefile support (such as windows 2000) > when downloa

Re: Optimize mod_mime was Re: [PATCH] Add content-type specific filters

2002-02-20 Thread Brian Pane
Justin Erenkrantz wrote: >On Mon, Feb 18, 2002 at 12:16:39AM -0800, Brian Pane wrote: > >>This reminds me: mod_mime needs some performance work. >> >>I probably won't have time to address this between now >>and 2.0 GA, and the performance problem isn't big >>enough to be a GA showstopper, but I'l

Re: [PATCH/PROPOSAL] add server_limit and thread_limit to scoreboard

2002-02-20 Thread Aaron Bannert
On Wed, Feb 20, 2002 at 02:47:30PM -0800, Adam Sussman wrote: > This patch adds the configured server_limit and thread_limit elements to the > global score and sets them at the time the scoreboard is intialized. Committed, thanks! -aaron

[PATCH] core.c

2002-02-20 Thread Ryan Morgan
Hey everyone, There is a problem on systems with largefile support (such as windows 2000) when downloading a file that is larger than AP_MAX_SENDFILE (16777216) with keepalives turned off. When largefile support is enabled, we split up files larger AP_MAX_SENDFILE into several file buckets. Ju

Re: LibTool not working on OS/X?

2002-02-20 Thread Pier Fumagalli
Pier Fumagalli <[EMAIL PROTECTED]> wrote: > Anyone seen this before? Libtool 1.4.2 doesn't work on OS/X and the modules > produced with Apache 2.0 are actually DYLIB(s) and not MH_BUNDLE(s), thus > preventing the APR routines to read them... > > There seems to be a screwup with glibtool's -modul

Fw: [BEOS} Apache 2.0.32 CGI problem

2002-02-20 Thread David Reid
This from a binary of apache 2.0.32 I made and a couple of folks have now reported a problem. This is the best report... - Original Message - From: "Nate LaCourse" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 20, 2002 10:37 PM Subject: Re: Quick question about bu

RE: PHP4 was Re: has anybody seen worker segfaults?

2002-02-20 Thread Austin Gonyou
NP. I'll move it over to that list then. I just wanted to bring it up here first since I've no output from apache at all. Strace didn't help much either(no this time). Thanks for the info Madhu. If I get an actual fix/resolution for this, I'll be sure to let everyone know, so we've closure. O

Re: [PATCH/PROPOSAL] add server_limit and thread_limit to scoreboard

2002-02-20 Thread Aaron Bannert
On Wed, Feb 20, 2002 at 02:47:30PM -0800, Adam Sussman wrote: > I know this idea isn't totaly popular, but I thought I would throw this > out and see what people think. Aaron's most recent patch to the scoreboard > creation logic allows you to make the apache scoreboard shared memory image > acce

RE: PHP4 was Re: has anybody seen worker segfaults?

2002-02-20 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
Austin, I was working on this some time back, and I don't believe it's a Apache problem (it might be a better idea to move it to the PHP mailing list) The problem occurs because of the way the PHP context is handled in php_output_filter (sapi_apache2.c).. Here's something that I observed

[PATCH/PROPOSAL] add server_limit and thread_limit to scoreboard

2002-02-20 Thread Adam Sussman
I know this idea isn't totaly popular, but I thought I would throw this out and see what people think. Aaron's most recent patch to the scoreboard creation logic allows you to make the apache scoreboard shared memory image accessible to external programs. This is very usefull and we have employ

UNSUSCRIBE, PLEASE.

2002-02-20 Thread pruste.teleline.es
- Original Message - From: "Justin Erenkrantz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 20, 2002 7:19 PM Subject: Re: PHP4 was Re: has anybody seen worker segfaults? > On Wed, Feb 20, 2002 at 10:16:03AM -0800, Justin Erenkrantz wrote: > > On Wed, Feb 20, 20

Re: PHP4 was Re: has anybody seen worker segfaults?

2002-02-20 Thread Austin Gonyou
FYI. Not an compilation problem, HTTPD just doesn't do anything, but doesn't write a log either, and only 1 process is started. On Wed, 2002-02-20 at 12:19, Justin Erenkrantz wrote: > On Wed, Feb 20, 2002 at 10:16:03AM -0800, Justin Erenkrantz wrote: > > On Wed, Feb 20, 2002 at 12:03:00PM -0600,

Re: PHP4 was Re: has anybody seen worker segfaults?

2002-02-20 Thread Austin Gonyou
NP. I am using the CVS as of last night. That's why I'm writing, and that's why I said 4.1.1>, I guess it should've been >4.1.1 :) On Wed, 2002-02-20 at 12:19, Justin Erenkrantz wrote: > On Wed, Feb 20, 2002 at 10:16:03AM -0800, Justin Erenkrantz wrote: > > On Wed, Feb 20, 2002 at 12:03:00PM -06

Re: PHP4 was Re: has anybody seen worker segfaults?

2002-02-20 Thread Justin Erenkrantz
On Wed, Feb 20, 2002 at 10:16:03AM -0800, Justin Erenkrantz wrote: > On Wed, Feb 20, 2002 at 12:03:00PM -0600, Austin Gonyou wrote: > > PHP4.1.1 or > not working? > > You have to have the version from CVS in order to get it to > compile. -- justin Err, just to make it clear, you need the latest

PHP4 was Re: has anybody seen worker segfaults?

2002-02-20 Thread Justin Erenkrantz
On Wed, Feb 20, 2002 at 12:03:00PM -0600, Austin Gonyou wrote: > PHP4.1.1 or > not working? You have to have the version from CVS in order to get it to compile. -- justin

Re: has anybody seen worker segfaults?

2002-02-20 Thread Austin Gonyou
PHP4.1.1 or > not working? Did the FilesMatch line change again? HTTPD *won't* write out it's logs if the php4 module is enabled. Any thoughts on this are welcome. On Wed, 2002-02-20 at 10:58, Ian Holsman wrote: > Dale Ghent wrote: > > FWIW, I compiled up the latest CVS HEAD as of last night

Re: has anybody seen worker segfaults?

2002-02-20 Thread Aaron Bannert
On Wed, Feb 20, 2002 at 11:59:15AM -0500, Dale Ghent wrote: > On Wed, 20 Feb 2002, Aaron Bannert wrote: > > | Now try it again and hit bin/apachectl graceful in the middle of your > | test [a few times]. :) > > Got a core with this. ab reported 159 (out of 2000) requests failed (in > the Length:

Re: has anybody seen worker segfaults?

2002-02-20 Thread Dale Ghent
On Wed, 20 Feb 2002, Aaron Bannert wrote: | Now try it again and hit bin/apachectl graceful in the middle of your | test [a few times]. :) Got a core with this. ab reported 159 (out of 2000) requests failed (in the Length: category). Here's a bt: #0 ap_queue_interrupt_all (queue=0x0) at fdqueu

Re: has anybody seen worker segfaults?

2002-02-20 Thread Ian Holsman
Dale Ghent wrote: > FWIW, I compiled up the latest CVS HEAD as of last night (just after the > CAS stuff was re-added back into APR) on Solaris 8+sendfile, hit the > server up pretty hard with ab, fetching 9.5k and 608k jpeg files thousands > of times with 50 concurrent non-keepalive connections,

Re: has anybody seen worker segfaults?

2002-02-20 Thread Aaron Bannert
On Wed, Feb 20, 2002 at 11:44:14AM -0500, Dale Ghent wrote: > > FWIW, I compiled up the latest CVS HEAD as of last night (just after the > CAS stuff was re-added back into APR) on Solaris 8+sendfile, hit the > server up pretty hard with ab, fetching 9.5k and 608k jpeg files thousands > of times w

Re: has anybody seen worker segfaults?

2002-02-20 Thread Dale Ghent
FWIW, I compiled up the latest CVS HEAD as of last night (just after the CAS stuff was re-added back into APR) on Solaris 8+sendfile, hit the server up pretty hard with ab, fetching 9.5k and 608k jpeg files thousands of times with 50 concurrent non-keepalive connections, and there was no core fil

Re: FW: problem with AddOutputFilterByType directive

2002-02-20 Thread Ian Holsman
Justin Erenkrantz wrote: > On Tue, Feb 19, 2002 at 03:27:04PM -0800, Ryan Bloom wrote: > >>We have a function, ap_pass_brigade(), which is called by every content >>generator, by definition. Just put a hook into that function. >> > > And have that hook called every time data is sent through a >

Re: has anybody seen worker segfaults?

2002-02-20 Thread Jeff Trawick
Brian Pane <[EMAIL PROTECTED]> writes: > Jeff Trawick wrote: > > >Maybe this is a hint... For a couple of the restart iterations, > >worker on AIX logs this: > > > >[crit] ap_queue_push failed with error code -1 > > > > In your AIX test environment, can you catch this error > case in action by

Optimize mod_mime was Re: [PATCH] Add content-type specific filters

2002-02-20 Thread Justin Erenkrantz
On Mon, Feb 18, 2002 at 12:16:39AM -0800, Brian Pane wrote: > This reminds me: mod_mime needs some performance work. > > I probably won't have time to address this between now > and 2.0 GA, and the performance problem isn't big > enough to be a GA showstopper, but I'll summarize the > issues here