Debian Apache package segfaults (1.3.24-3 PHP SSL)

2002-05-20 Thread Guille -bisho-
Hello! The debian distributed Apache package, when SSL is activated segfaults randomly. This has been only noticed when using Explorer, that shows a Connection closed error. A simple reload shows the page properly. I know this is very generic. There is any posibility to force apache to drop

Benchmarks for Apache 1.3.24 versus Apache 2.0.35

2002-04-15 Thread Andrew Ho
Hello, I ran some benchmarks on Apache 1.3.24 versus Apache 2.0.35 that you may find interesting. Particularly, I found the worker MPM suffers performance issues on our dual-processor Solaris x86 systems. pbinding Apache to a single processor improves performance at higher concurrency levels

Re: Benchmarks for Apache 1.3.24 versus Apache 2.0.35

2002-04-15 Thread Brian Pane
Andrew Ho wrote: Hello, I ran some benchmarks on Apache 1.3.24 versus Apache 2.0.35 that you may find interesting. Particularly, I found the worker MPM suffers performance issues on our dual-processor Solaris x86 systems. pbinding Apache to a single processor improves performance at higher

Re: 1.3.24 mod_proxy patch: multiple set-cookies fix

2002-03-28 Thread Graham Leggett
Michael Best wrote: I'm pretty sure it's not the syntax and it's somehow related to this multiple cookie issue, as when testing I get one cookie but not the other. I have tested 1.3.23 and 1.3.24. I am going to go test 1.3 CVS now. The original fix was based on the idea that all

Re: proxy doesn't dechunk in 1.3.24

2002-03-27 Thread Jim Jagielski
: There appears to be a major problem in the 1.3.24 proxy. See: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7513 -- === Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.com/ A society

Re: proxy doesn't dechunk in 1.3.24

2002-03-27 Thread Graham Leggett
Joshua Slive wrote: There appears to be a major problem in the 1.3.24 proxy. See: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7513 It was noted that this bug has appeared since 1.3.23 - will get a diff between then and now to see if something along the way broke it. When I looked

Re: proxy doesn't dechunk in 1.3.24

2002-03-27 Thread Joshua Slive
On Wed, 27 Mar 2002, Graham Leggett wrote: When I looked at the proxy code I could see nothing obvious that had changed - proxy uses the core methods for sending headers and data to the frontend, not sure what changed. If I had to guess, I would say that this change:

Re: proxy doesn't dechunk in 1.3.24

2002-03-27 Thread Graham Leggett
Joshua Slive wrote: On Wed, 27 Mar 2002, Graham Leggett wrote: When I looked at the proxy code I could see nothing obvious that had changed - proxy uses the core methods for sending headers and data to the frontend, not sure what changed. If I had to guess, I would say that this

Re: 1.3.24 mod_proxy patch: multiple set-cookies fix

2002-03-27 Thread Michael Best
Well that patch is against 1.3.24, so I'm not sure how it is fixed in 1.3.24. I'm currently experiencing something similar with Zope 2.4.3 and ProxyPass. Our user authentication (in Zope) is setting two cookies and under our old apache version 1.3.6 (Stronghold 2.4.2), or using the internal

Re: 1.3.24 mod_proxy patch: multiple set-cookies fix

2002-03-25 Thread Graham Leggett
Stas Bekman wrote: Pedro Melo Cunha sent this patch to the modperl list, it probably belongs here. The bug he is referring to is fixed in v1.3.24 - or at least works in my version. Will check again to see if it is actually fixed. Regards, Graham -- -

Re: 1.3.24 mod_proxy patch: multiple set-cookies fix

2002-03-25 Thread Jim Jagielski
IIRC, this is fixed in 1.3.24. Looking at the change log, they mention a bug that multiple set-cookie's will fail (only the last one will be sent to the client, the proxy will eat the others). And it was true... The problem is that 1.3.24 final also has that bug: only the last set-cookie

Re: Proxy Problems (was: Re: 1.3.24 +1)

2002-03-24 Thread Graham Leggett
Martin Kraemer wrote: Still, we get chunked encoding where the client never expressed the wish (or capability) to handle it. As far as I understand, the decision to chunk (or not) is handled within buff.c - seems proxy is not signalling buff.c correctly on what the protocol level is on the

Re: Proxy Problems (was: Re: 1.3.24 +1)

2002-03-24 Thread Graham Leggett
Martin Kraemer wrote: (192.168.69.1) (pgtm0035) client -- Apache-1.3.13 -- Apache-1.3.24 Proxy Proxy *and* Origin Server One question: in the above senario, where is the data coming from? Is there another HTTP/1.1

1.3.24 mod_proxy patch: multiple set-cookies fix

2002-03-24 Thread Stas Bekman
Pedro Melo Cunha sent this patch to the modperl list, it probably belongs here. He also mentions that gnats won't accept his report. Here is the original post: Original Message Subject: Be carefull with apache 1.3.24 Date: Sun, 24 Mar 2002 01:01:24 + From: Pedro Melo

Re: 1.3.24 --enable-shared=foo

2002-03-22 Thread Pier Fumagalli
Cliff Woolley [EMAIL PROTECTED] wrote: Does the ./configure --enable-shared=foo syntax actually work, or am I just being a retard? Don't you have to do something like: # ./configure --enable-module=foo --enable-shared=foo Yeah... That works :) Pier

Re: 1.3.24 +1

2002-03-22 Thread Pier Fumagalli
Tarball tested on Apple MacOS/X 10.1.3 (Darwin/PPC 5.3) with no problems. +1 Pier

Proxy Problems (was: Re: 1.3.24 +1)

2002-03-22 Thread Martin Kraemer
On Thu, Mar 21, 2002 at 04:04:53PM -0800, Roy T. Fielding wrote: Tarball tested on RH Linux 2.2.16-22 with no problems. +1 Roy I just notice that there are problems with the proxy. They manifest in a combination of an old proxy (Apache/1.3.13-dev) and the new proxy (Apache/1.3.24

Re: 1.3.24 +1

2002-03-22 Thread Martin Kraemer
On Fri, Mar 22, 2002 at 07:42:42AM -0500, Jim Jagielski wrote: Also +1 on MacOS X 10.1.3 (Darwin 5.2), Soalris 8 (sparc), RedHat 7.2 and A/UX 3.1.1 and +1 on FreeBSD-4.5 Martin -- [EMAIL PROTECTED] | Fujitsu Siemens Fon: +49-89-636-46021, FAX: +49-89-636-47655 | 81730

Re: Proxy Problems (was: Re: 1.3.24 +1)

2002-03-22 Thread Martin Kraemer
On Fri, Mar 22, 2002 at 09:40:44PM +0100, Kraemer, Martin wrote: (192.168.69.1) (pgtm0035) client -- Apache-1.3.13 -- Apache-1.3.24 Proxy Proxy *and* Origin Server No, even worse: I now have two Apache-1.3.24 copies

1.3.24...

2002-03-21 Thread Jim Jagielski
I'm looking to tag-and-roll 1.3.24 within the hour (11am Eastern)... -- === Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.com/ A society that will trade a little liberty for a little order

Re: 1.3.24...

2002-03-21 Thread Austin Gonyou
Just FMI, If I'm on 1.3.23 now, would it behove me to go to this release for any major reasons? On Thu, 2002-03-21 at 08:52, Jim Jagielski wrote: I'm looking to tag-and-roll 1.3.24 within the hour (11am Eastern

Re: 1.3.24...

2002-03-21 Thread Jim Jagielski
CHANGES is your friend :) Austin Gonyou wrote: Just FMI, If I'm on 1.3.23 now, would it behove me to go to this release for any major reasons? On Thu, 2002-03-21 at 08:52, Jim Jagielski wrote: I'm looking to tag-and-roll 1.3.24 within the hour (11am Eastern

Re: 1.3.24...

2002-03-21 Thread Cliff Woolley
On Fri, 22 Mar 2002, Stas Bekman wrote: Before releasing 1.3.24, can we please resolve the issue with -D_GNU_SOURCE, Sorry, too late... Jim tagged it about an hour ago. --Cliff -- Cliff Woolley [EMAIL PROTECTED

Re: 1.3.24...

2002-03-21 Thread Austin Gonyou
: I'm looking to tag-and-roll 1.3.24 within the hour (11am Eastern)... -- === Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.com/ A society that will trade a little liberty

Re: 1.3.24...

2002-03-21 Thread Stas Bekman
Cliff Woolley wrote: On Fri, 22 Mar 2002, Stas Bekman wrote: Before releasing 1.3.24, can we please resolve the issue with -D_GNU_SOURCE, Sorry, too late... Jim tagged it about an hour ago. what about moving the tag? in any case how hard is to solve the problem I've posted

Re: 1.3.24...

2002-03-21 Thread Cliff Woolley
On Fri, 22 Mar 2002, Stas Bekman wrote: what about moving the tag? AIUI that's verboten under 1.3's release model. --Cliff -- Cliff Woolley [EMAIL PROTECTED] Charlottesville, VA

Re: 1.3.24...

2002-03-21 Thread Stas Bekman
Cliff Woolley wrote: On Fri, 22 Mar 2002, Stas Bekman wrote: what about moving the tag? AIUI that's verboten under 1.3's release model. ah, ok, just saw the vulnerability report. no questions than. :) _ Stas Bekman

1.3.24 tarballs...

2002-03-21 Thread Jim Jagielski
... are available on http://httpd.apache.org/dev/dist/ -- === Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.com/ A society that will trade a little liberty for a little order will

Plan for 1.3.24...

2002-03-21 Thread Jim Jagielski
I'd like to release this Saturday... This implies moving the tarballs tomorrow. The quickened schedule is for obvious reasons :) -- === Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.com/ A

1.3.24 --enable-shared=foo

2002-03-21 Thread Cliff Woolley
Does the ./configure --enable-shared=foo syntax actually work, or am I just being a retard? Thanks, Cliff

Re: 1.3.24 --enable-shared=foo

2002-03-21 Thread Jim Jagielski
It *should* Cliff Woolley wrote: Does the ./configure --enable-shared=foo syntax actually work, or am I just being a retard? Thanks, Cliff -- === Jim Jagielski [|] [EMAIL PROTECTED] [|]

Re: 1.3.24 tarballs...

2002-03-21 Thread David McCreedy
Apache 1.3.24 checks out OK on TPF. David McCreedy Jim Jagielski

1.3.24 +1

2002-03-21 Thread Roy T. Fielding
Tarball tested on RH Linux 2.2.16-22 with no problems. +1 Roy

Re: 1.3.24 +1

2002-03-21 Thread Rich Bowen
On Thu, 21 Mar 2002, Roy T. Fielding wrote: Tarball tested on RH Linux 2.2.16-22 with no problems. +1 Tested on Slackware Linuc 2.4.4 with no problems also. -- Pilgrim, how you journey on the road you chose To find out where the winds die and where the stories go --Pilgrim (Enya - A Day

Re: 1.3.24 +1

2002-03-21 Thread Jeff Trawick
Roy T. Fielding [EMAIL PROTECTED] writes: Tarball tested on RH Linux 2.2.16-22 with no problems. +1 Tarball tested on AIX 4.3.3 and Solaris 8 (x86) with no problems. +1 -- Jeff Trawick | [EMAIL PROTECTED] Born in Roswell... married an alien...

Re: 1.3.24-dev new warning...

2002-03-20 Thread Chuck Murcko
OK, I'll fix and commit this tonight. Chuck On Friday, April 19, 2002, at 02:07 PM, William A. Rowe, Jr. wrote: At 10:03 AM 3/19/2002, you wrote: At 10:42 PM -0600 3/7/02, William A. Rowe, Jr. wrote: C:\clean\apache-1.3\src\modules\proxy\proxy_util.c(565) : warning C4018: '' :

Re: 1.3.24-dev new warning...

2002-03-20 Thread Chuck Murcko
There are two other places in mod_proxy the MIN macro gets used. Shouldn't those get cast to the desired return type as well? This one's a time_t: proxy_cache.c line 1175 maxage = MIN(maxage_req, maxage_cresp); and this one's a size_t: proxy_util.c line 734 strncpy(valbuf, list, MIN(p-list,

Re: 1.3.24-dev new warning...

2002-03-19 Thread Jim Jagielski
At 10:42 PM -0600 3/7/02, William A. Rowe, Jr. wrote: C:\clean\apache-1.3\src\modules\proxy\proxy_util.c(565) : warning C4018: '' : signed/unsigned mismatch n = ap_bread(f, buf, MIN(buf_size, len - total_bytes_rcvd)); Whoever is hacking in proxy, feel free to correct. [The only

Re: 1.3.24-dev new warning...

2002-03-19 Thread William A. Rowe, Jr.
At 10:03 AM 3/19/2002, you wrote: At 10:42 PM -0600 3/7/02, William A. Rowe, Jr. wrote: C:\clean\apache-1.3\src\modules\proxy\proxy_util.c(565) : warning C4018: '' : signed/unsigned mismatch n = ap_bread(f, buf, MIN(buf_size, len - total_bytes_rcvd)); I had posted a patch

Re: 1.3.24-dev new warning...

2002-03-19 Thread Jim Jagielski
I thought the problem was the type mismatch between the args of the MIN (one unsigned, the other not). William A. Rowe, Jr. wrote: At 10:03 AM 3/19/2002, you wrote: At 10:42 PM -0600 3/7/02, William A. Rowe, Jr. wrote: C:\clean\apache-1.3\src\modules\proxy\proxy_util.c(565) : warning

Re: 1.3.24-dev new warning...

2002-03-08 Thread Jim Jagielski
At 10:42 PM -0600 3/7/02, William A. Rowe, Jr. wrote: C:\clean\apache-1.3\src\modules\proxy\proxy_util.c(565) : warning C4018: '' : signed/unsigned mismatch n = ap_bread(f, buf, MIN(buf_size, len - total_bytes_rcvd)); Whoever is hacking in proxy, feel free to correct. [The only

Re: 1.3.24-dev new warning...

2002-03-08 Thread Jim Jagielski
At 10:42 PM -0600 3/7/02, William A. Rowe, Jr. wrote: C:\clean\apache-1.3\src\modules\proxy\proxy_util.c(565) : warning C4018: '' : signed/unsigned mismatch n = ap_bread(f, buf, MIN(buf_size, len - total_bytes_rcvd)); Whoever is hacking in proxy, feel free to correct. [The only

Fix in 1.3.24 for processes hanging in keepalive and read-state?

2002-03-01 Thread Tobias Lind
Hello! We have been looking forward to v1324 since we have huge problems with hanging threads with apache 1323 under heavy load and large POSTs from the clients Is this beeing fixed? I haven't seen anything about it! This bug has been reported by others also:

Re: 1.3.24??

2002-03-01 Thread Harrie Hazewinkel
Hi, I am not sure whether it is because Mac OS X has changed in later versions, but the attached patch turns of the use of hsregex. That will stop all the following warnins when Apache version 1.3.23 is used striaght from the box: ../include/hsregex.h:22: warning: redefinition of macro

1.3.24??

2002-02-28 Thread Jim Jagielski
There are some outstanding patches still for 1.3.24, no? -- === Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.com/ A society that will trade a little liberty for a little order

Re: 1.3.24??

2002-02-28 Thread Brad Nicholes
There are some outstanding patches still for 1.3.24, no? -- === Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.com/ A society that will trade a little liberty for a little order will lose both

Re: 1.3.24??

2002-02-28 Thread Michael Handler
Brad Nicholes [EMAIL PROTECTED] writes: I would like to get the NetWare log rotation module checked in. I should have it in fairly quickly. I thought no new features were going into the 1.3.* tree? -- [EMAIL PROTECTED] (michael handler) washington, dc

Any vetos on releasing 1.3.24...

2002-02-05 Thread Jim Jagielski
I'm still gunning to t/r and release 1.3.24 within the week. If this creates heartburn for anyone, speak up now. -- === Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.com/ A society

RE: Any vetos on releasing 1.3.24...

2002-02-05 Thread Ryan Bloom
-Original Message- From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 05, 2002 1:18 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Any vetos on releasing 1.3.24... From: Jim Jagielski [EMAIL PROTECTED] Sent: Tuesday, February 05, 2002 3:09 PM

Re: Any vetos on releasing 1.3.24...

2002-02-05 Thread Rodent of Unusual Size
* On 2002-02-05 at 16:42, Bill Stoddard [EMAIL PROTECTED] excited the electrons to say: I am really against letting this XP issue hold up the 1.3.24 release. What's the reason for *not* waiting? In what way did 1.3.23 regress? (I.e., what deadly bug is in 1.3.23 that wasn't in 1.3.22

Re: Any vetos on releasing 1.3.24...

2002-02-05 Thread Jim Jagielski
At 3:17 PM -0600 2/5/02, William A. Rowe, Jr. wrote: From: Jim Jagielski [EMAIL PROTECTED] Sent: Tuesday, February 05, 2002 3:09 PM I'm still gunning to t/r and release 1.3.24 within the week. If this creates heartburn for anyone, speak up now. Jim, I'm suspicious that whatever bug we hit

Re: Any vetos on releasing 1.3.24...

2002-02-05 Thread William A. Rowe, Jr.
From: Bill Stoddard [EMAIL PROTECTED] Sent: Tuesday, February 05, 2002 3:47 PM I am really against letting this XP issue hold up the 1.3.24 release. Allan Edwards has been able to reproduce the problem and it is looking more and more like an XP bug. We send a buffer full of A's

Re: I'd like to release 1.3.24...

2002-02-04 Thread Martin Kraemer
Here's a patch to bail out on ./Configure errors. Sorry about the 3 redirection, but without it, we would have to create an intermediate file (and need to prevent race conditions, need to clean up all that). Also, I added a 21 redirection to Configure's sanity check report (without it, the echo

[PATCH] Re: I'd like to release 1.3.24...

2002-02-04 Thread Martin Kraemer
On Mon, Feb 04, 2002 at 01:58:25PM +0100, Kraemer, Martin wrote: Here's a patch to bail out on ./Configure errors. Sorry about the 3 redirection, but without it, we would have to create an intermediate file (and need to prevent race conditions, need to clean up all that). Only I forgot to

Re: I'd like to release 1.3.24...

2002-02-04 Thread Jim Jagielski
Here's a patch to bail out on ./Configure errors. Sorry about the 3 redirection, but without it, we would have to create an intermediate file (and need to prevent race conditions, need to clean up all that). Let me see look into this... I think there's a clearer way... Also, I added a 21

I'd like to release 1.3.24...

2002-02-02 Thread Jim Jagielski
I'd like for us to consider releasing 1.3.24 specifically for the Solaris pthread fix. I offer to be RM. I'll update STATUS for voting and comments. -- === Jim Jagielski [|] [EMAIL PROTECTED] [|] http

Re: I'd like to release 1.3.24...

2002-02-02 Thread Jeff Trawick
Jim Jagielski [EMAIL PROTECTED] writes: I'd like for us to consider releasing 1.3.24 specifically for the Solaris pthread fix. I offer to be RM. I'll update STATUS for voting and comments. +1 from me :( By the way... would a shell expert such as yourself know how to catch a bad exit from

Re: I'd like to release 1.3.24...

2002-02-02 Thread Bill Stoddard
Jim Jagielski [EMAIL PROTECTED] writes: I'd like for us to consider releasing 1.3.24 specifically for the Solaris pthread fix. I offer to be RM. I'll update STATUS for voting and comments. +1 from me :( +1 Bill

Re: I'd like to release 1.3.24...

2002-02-02 Thread Dale Ghent
On Sat, 2 Feb 2002, Jim Jagielski wrote: | I'd like for us to consider releasing 1.3.24 specifically for the Solaris | pthread fix. I offer to be RM. I'll update STATUS for voting and comments. I don't know, I think it might be premature to do that. I still think that it's a bad idea

Re: I'd like to release 1.3.24...

2002-02-02 Thread Dale Ghent
On Sat, 2 Feb 2002, Dale Ghent wrote: | I still think that it's a bad idea to unconditionally include libpthread | on Solaris builds in cases where HPSA is not enabled, which would be | (relatively) rare situations because HPSA is not the default for Solaris. Replying to my own email here. I

Re: I'd like to release 1.3.24...

2002-02-02 Thread Jeff Trawick
Dale Ghent [EMAIL PROTECTED] writes: On Sat, 2 Feb 2002, Jim Jagielski wrote: | I'd like for us to consider releasing 1.3.24 specifically for the Solaris | pthread fix. I offer to be RM. I'll update STATUS for voting and comments. I don't know, I think it might be premature to do

Re: I'd like to release 1.3.24...

2002-02-02 Thread Jeff Trawick
Dale Ghent [EMAIL PROTECTED] writes: On Sat, 2 Feb 2002, Dale Ghent wrote: | I still think that it's a bad idea to unconditionally include libpthread | on Solaris builds in cases where HPSA is not enabled, which would be | (relatively) rare situations because HPSA is not the default for

Re: I'd like to release 1.3.24...

2002-02-02 Thread Dale Ghent
On 2 Feb 2002, Jeff Trawick wrote: | what the heck is HPSA? | | I thought you wanted pthread mutex to be the default on Solaris and | not just a choice (like it is now)? Was that somebody else? HPSA Is my way of saying HAVE_PTHREAD_SERIALIZED_ACCEPT without having to type out that long dang

Re: I'd like to release 1.3.24...

2002-02-02 Thread Jim Jagielski
Dale Ghent wrote: My issue with including libpthread on Solaris builds that do not use HAVE_PTHREAD_SERIALIZED_ACCEPT is that, as stated by the Sun docs at the URL I posted yesterday, that unnecessary overhead is introduced into the proces as thread-related structures and environment is

Re: I'd like to release 1.3.24...

2002-02-02 Thread Jim Jagielski
Dale Ghent wrote: Attached is a patch to add -DUSE_PTHREAD_SERIALIZED_ACCEPT to CFLAGS for Solaris. Not needed. The 1.3.23 code *as is* makes pthread the default for Solaris. -- === Jim Jagielski [|] [EMAIL

Re: I'd like to release 1.3.24...

2002-02-02 Thread Jeff Trawick
Dale Ghent [EMAIL PROTECTED] writes: My issue with including libpthread on Solaris builds that do not use HAVE_PTHREAD_SERIALIZED_ACCEPT is that, as stated by the Sun docs at the URL I posted yesterday, that unnecessary overhead is introduced into the proces as thread-related structures and

Re: I'd like to release 1.3.24...

2002-02-02 Thread Jim Jagielski
Dale Ghent wrote: On Sat, 2 Feb 2002, Jim Jagielski wrote: | I'd like for us to consider releasing 1.3.24 specifically for the Solaris | pthread fix. I offer to be RM. I'll update STATUS for voting and comments. I don't know, I think it might be premature to do that. I still think

Re: I'd like to release 1.3.24...

2002-02-02 Thread Jim Jagielski
Jeff Trawick wrote: By the way... would a shell expert such as yourself know how to catch a bad exit from apache-1.3/src/Configure in the apache-1.3/configure code below and make sure that configure exits with a bad status too? if [ x$quiet = xyes ]; then (cd $src; ./Configure

Re: I'd like to release 1.3.24...

2002-02-02 Thread Rodent of Unusual Size
Jeff Trawick wrote: By the way... would a shell expert such as yourself know how to catch a bad exit from apache-1.3/src/Configure in the apache-1.3/configure code below and make sure that configure exits with a bad status too? if [ x$quiet = xyes ]; then (cd $src; ./Configure