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 co

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 impro

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: proxy doesn't dechunk in 1.3.24

2002-04-05 Thread Graham Leggett
Jim Jagielski wrote: > Yes, Martin noted this as well. because of this, and the > Server header fixes, I'd like to see 1.3.25 in relatively short > order once we find out why. From what I can see, we explicitely > *remove* Transfer-Encoding, so I've no idea how it's getting > back in there... yet

Re: 1.3.24 mod_proxy patch: multiple set-cookies fix

2002-03-28 Thread Jim Jagielski
There is actually one fix in 1.3.24 and another (better) fix in 1.3.25-dev. :) Michael Best wrote: > > 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. >

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 f

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 th

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 t

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: http://cvs.apache.org/

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 loo

Re: proxy doesn't dechunk in 1.3.24

2002-03-27 Thread Jim Jagielski
hua 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 > > -- === Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www

proxy doesn't dechunk in 1.3.24

2002-03-27 Thread Joshua Slive
There appears to be a major problem in the 1.3.24 proxy. See: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7513

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 h

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 -- -

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

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, whe

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 c

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

2002-03-22 Thread Jim Jagielski
Martin Kraemer wrote: > > Jim: Sorry I notice this so late :-( Only in this special combination does > the bug happen. > No problem. Let me look into it. Worse-comes-to-worse, we announce a patch-file (ala the pthread stuff with 1.3.23 and Solaris) and work towards a 1.3.25 in a few weeks. I m

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

2002-03-22 Thread Martin Kraemer
On Fri, Mar 22, 2002 at 10:38:05PM +0100, Kraemer, Martin wrote: > > No, even worse: I now have two Apache-1.3.24 copies in a proxy chain. What I tried: SetEnv force-response-1.0 1 SetEnv downgrade-1.0 1 but it didn't change anything... Even when set on both se

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

2002-03-22 Thread Jim Jagielski
Martin Kraemer wrote: > > No, even worse: I now have two Apache-1.3.24 copies in a proxy chain. > Same behavior: > > Still, we get chunked encoding where the client never expressed the wish > (or capability) to handle it. > Grrrr... and the 1.3.24 announ

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 w

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 Mun

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 p

Re: 1.3.24 --enable-shared=foo

2002-03-22 Thread Cliff Woolley
On Fri, 22 Mar 2002, Pier Fumagalli wrote: > Don't you have to do something like: > # ./configure --enable-module=foo --enable-shared=foo > Yeah... That works :) Ah. That would explain it. :) Thanks. --Cliff -- Cliff Woolle

Re: 1.3.24 +1

2002-03-22 Thread Jim Jagielski
Cliff Woolley wrote: > > > I already mentioned this on pmc@, but for the record, I've tested it with > Solaris 2.7 (sparc), and it's running smoothly. +1. > Also +1 on MacOS X 10.1.3 (Darwin 5.2), Soalris 8 (sparc), RedHat 7.2 and A/UX 3.1.1 -- ===

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

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-21 Thread Cliff Woolley
I already mentioned this on pmc@, but for the record, I've tested it with Solaris 2.7 (sparc), and it's running smoothly. +1. --Cliff -- Cliff Woolley [EMAIL PROTECTED] Charlottesville, VA

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 +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 Wi

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 tarballs...

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

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] [|] http:

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

Fwd: Win32 Apache 1.3.24 httpd binaries available for testing

2002-03-21 Thread William A. Rowe, Jr.
>From: "William A. Rowe, Jr." <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> >Subject: Win32 Apache 1.3.24 httpd binaries available for testing >Date: Thu, 21 Mar 2002 14:18:31 -0600 > >The Win32 installers with signatures are avai

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 socie

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 l

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 Be

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: > > >>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

Re: 1.3.24...

2002-03-21 Thread Austin Gonyou
> > > > 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 PRO

Re: 1.3.24...

2002-03-21 Thread Stas Bekman
Before releasing 1.3.24, can we please resolve the issue with -D_GNU_SOURCE, before people start complaining that they cannot build mod_perl-1.x with apache-1.3 and perl 5.8.0? The earlier this thing gets fixed the less bug reports we will get. Thanks! >>I'm looking to tag-and-

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.

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

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 li

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, s

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: '<' : s

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) > > > :

Re: 1.3.24-dev new warning...

2002-03-19 Thread Greg Marr
At 01:07 PM 04/19/2002, 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: '<' : signed/unsigned mismatch >> > >> >n = ap_bread(f, buf,

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

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. > >[Th

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. > >[Th

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. > >[Th

1.3.24-dev new warning...

2002-03-07 Thread William A. Rowe, Jr.
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 other emits according to win32 are FD_SET obscurity.]

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 ap_privat

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 v1.3.24 since we have huge problems with hanging threads with apache 1.3.23 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: http://bugs.apache.org/index.c

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

Re: 1.3.24??

2002-02-28 Thread Brad Nicholes
:52:20 AM >>> 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

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

Re: Any vetos on releasing 1.3.24...

2002-02-05 Thread Jim Jagielski
Rodent of Unusual Size wrote: > > * 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

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. >W

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, s

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

Re: Any vetos on releasing 1.3.24...

2002-02-05 Thread Bill Stoddard
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 on the send and the network gets an equal number of trashed bytes. In the u

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 PROTEC

Re: Any vetos on releasing 1.3.24...

2002-02-05 Thread William A. Rowe, Jr.
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 on 2.0 with

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: 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 2>

[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

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 2>&1 redirection to Configure's sanity check report (without it, the

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

2002-02-04 Thread Martin Kraemer
On Sat, Feb 02, 2002 at 04:34:14PM -0500, Rodent of Unusual Size wrote: > > if [ "x$quiet" = "xyes" ]; then > (cd $src; \ > ./Configure ${vflag} -file Configuration.apaci >/dev/null || \ > exit $?); > else Nope -- this will do the same as it did: terminate the subshell with an erro

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

2002-02-02 Thread Jim Jagielski
Rodent of Unusual Size wrote: > > > if [ "x$quiet" = "xyes" ]; then > (cd $src; \ > ./Configure ${vflag} -file Configuration.apaci >/dev/null || \ > exit $?); The exit $? *inside* the subshell is redundant. As mentioned in my previous email (you may not have seen it yet) the error

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; ./Con

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; ./Co

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 b

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

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 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

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 str

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

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 kn

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 fi

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&

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 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 h

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]