Re: problems compiling flood, REALLY Flood out of sync with APR, etc., ALSO apr_uri_default_port_for_scheme() name changed

2003-11-24 Thread Norman Tuttle
Note that flood_round_robin.c's apr_uri_default_port_for_scheme() now must also become apr_uri_port_of_scheme() to match the latest apr-util.lib. apr_poll has been put back. -Norman Tuttle [EMAIL PROTECTED] On Fri, 21 Nov 2003, Norman Tuttle wrote: Apparently, Flood development cannot keep up

Re: Regarding Apache 2.0.48 and specweb99

2003-11-24 Thread gregames
MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote: Hmmn. Interesting. 1. Did you include the cgid restart fix ? I don't think so. It's the httpd-2.0.48 tarball + mod_specweb99. 2. Are you driving the server with the SPECweb99 recommended CGI load ? DYNAMIC_CGI_GET=.005 I believe that's the

Unresolved symbols on Solaris

2003-11-24 Thread Lars Hecking
This appers to be too difficult for the users list ... can anyone here help? Solaris 9 8/03 SPARC gcc 2.95.3 Solaris /usr/ccs/bin compiler tools apache 1.3.29/mod_ssl-2.8.16-1.3.29/openssl-0.9.7c/mm-1.3.0 I am using the same build procedure and sources as on Solaris 8 machines. All works

Re: Unresolved symbols on Solaris

2003-11-24 Thread Jeff Trawick
Lars Hecking wrote: # ./apachectl configtest Syntax error on line 205 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/libexec/mod_mime_magic.so into server: ld.so.1: /usr/local/apache/bin/httpd: fatal: relocation error: file /usr/local/apache/libexec/mod_mime_magic.so:

Re: Unresolved symbols on Solaris

2003-11-24 Thread Lars Hecking
mm library is compiled statically only, and I have verified during make that the correct cpp/ld paths are used. Can you do a test build with pure, unpatched Apache 1.3.latest and see if you hit the same error? Plain, unpatched 1.3.29 without mod_ssl and mm gives the same error. #

2.0 atomics in worket mpm

2003-11-24 Thread Brian Akins
André Malo wrote: * Brian Akins [EMAIL PROTECTED] wrote: Rodent of Unusual Size wrote: * Replace some of the mutex locking in the worker MPM with atomic operations for higher concurrency. server/mpm/worker/fdqueue.c 1.24, 1.25 +1: brianp Is anyone working on this right now?

Re: Unresolved symbols on Solaris

2003-11-24 Thread Jeff Trawick
Lars Hecking wrote: Plain, unpatched 1.3.29 without mod_ssl and mm gives the same error. # ./apachectl configtest Syntax error on line 205 of /WWWserv/conf/httpd.conf: Cannot load /WWWserv/libexec/mod_mime_magic.so into server: ld.so.1: /WWWserv/bin/httpd: fatal: relocation error: file

Global keepalive count possible?

2003-11-24 Thread Brian Akins
I have been thinking about this and just wanted to see if it were possible. Say that MaxClients is 1024. Normally, with keepalives turned on, all 1024 of these threads (or proc's) can be busy doing keep alives which means that they could just be sitting around waiting for them to time out.

Re: Unresolved symbols on Solaris

2003-11-24 Thread Lars Hecking
latest == 29 is a sufficient approximation :) (I don't recall any build changes whatsoever recently) I can try it on a Solaris 9 box. What configure invocation are you using and which compiler? gcc 2.95.3, no GNU binutils. apache is configured with OPTIM=-O2 \ ./configure \

Re: Unresolved symbols on Solaris

2003-11-24 Thread Jeff Trawick
Lars Hecking wrote : gcc 2.95.3, no GNU binutils. apache is configured with OPTIM=-O2 \ ./configure \ I tweaked only the prefix option and it appears to work fine for me. I too have gcc 2.95.3 (from Sun freeware CD I'd guess) and AFAIK I'm not using GNU binutils either. What does this show

Re: Unresolved symbols on Solaris

2003-11-24 Thread Lars Hecking
I tweaked only the prefix option and it appears to work fine for me. I too have gcc 2.95.3 (from Sun freeware CD I'd guess) and AFAIK I'm not using GNU binutils either. What does this show for your build? $ nm /usr/local/apache/bin/httpd | grep alloc [403] | 0| 0|FILE

Re: Unresolved symbols on Solaris

2003-11-24 Thread Jeff Trawick
Lars Hecking wrote: $ nm /usr/local/apache/bin/httpd | grep alloc [403] | 0| 0|FILE |LOCL |0|ABS|alloc.c [406] |518516| 4|OBJT |LOCL |0|13 |alloc_mutex [1675] |156472| 8|FUNC |GLOB |0|10 |ap_cleanup_alloc [1332] |156420|

Re: Unresolved symbols on Solaris

2003-11-24 Thread Lars Hecking
Your libc references have that SYSVABI_1.3 tag, which mine done. My Solaris 9 is a bit older. I have no idea what the problem is. Hhm. I'll take this to the sunmanagers list then ... $ cat /etc/release Solaris 9 12/02 s9s_u2wos_10a SPARC Copyright

Re: Release Frequency and Testing

2003-11-24 Thread Robert La Ferla
Cliff Woolley wrote: On Mon, 24 Nov 2003, Robert La Ferla wrote: In the interim, it would be nice to see some mention of a workaround on the site for users. Done. Let me know if you think that there are more details I could add that would be helpful. --Cliff You guys are great!

Re: Global keepalive count possible?

2003-11-24 Thread Bill Stoddard
Brian Akins wrote: I have been thinking about this and just wanted to see if it were possible. Say that MaxClients is 1024. Normally, with keepalives turned on, all 1024 of these threads (or proc's) can be busy doing keep alives which means that they could just be sitting around waiting for

Re: Unresolved symbols on Solaris

2003-11-24 Thread Lars Hecking
Hhm. I'll take this to the sunmanagers list then ... Jeff, one more thing: Could you email me, off-list, the output of truss /usr/local/apache/bin/httpd -t? You can use -o to capture the output into a file.

Re: Unresolved symbols on Solaris

2003-11-24 Thread Jeff Trawick
Lars Hecking wrote: Jeff, one more thing: Could you email me, off-list, the output of truss /usr/local/apache/bin/httpd -t? You can use -o to capture the output into a file. done

[PATCH] doc fix for httpd.h

2003-11-24 Thread B. W. Fitzpatrick
Subject says it all. 8cut-here-8 Index: httpd.h === RCS file: /home/cvspublic/httpd-2.0/include/httpd.h,v retrieving revision 1.201 diff -u -r1.201 httpd.h --- httpd.h

Re: 2.0 atomics in worket mpm

2003-11-24 Thread Cliff Woolley
On Mon, 24 Nov 2003, Brian Akins wrote: I did a backport of the stuff in HEAD to 2.0.48. It is stable, though, I do not know how efficient it is. Anyone interested in seeing it? Sure, go ahead and post it. :) --Cliff

Re: [PATCH] doc fix for httpd.h

2003-11-24 Thread Cliff Woolley
On Mon, 24 Nov 2003, B. W. Fitzpatrick wrote: Subject says it all. Done.

Re: Unresolved symbols on Solaris

2003-11-24 Thread Dale Ghent
On Nov 24, 2003, at 9:04 AM, Jeff Trawick wrote: Your libc references have that SYSVABI_1.3 tag, which mine done. My Solaris 9 is a bit older. I have no idea what the problem is. I've run into this exact issue before, as well. Only, on Solaris 8 servers, and the offending modules being

Re: cvs commit: httpd-2.0 STATUS

2003-11-24 Thread Brad Nicholes
+ nd replies: But if it can't be 0 the alternatives thereafter make no + sense anymore, right? Good point, so if that is true then isn't the code in the else part of ap_get_server_port() also wrong. In other words, ap_default_port() would never be called if UseCanonicalName

Re: Release Frequency and Testing

2003-11-24 Thread Aaron Bannert
On Mon, Nov 24, 2003 at 12:54:05AM -0500, Robert La Ferla wrote: I have no problem with running release candidates and contributing. I have contributed in the past by the way... In fact, I wouldn't object to trying nightly or weekly builds. The problem is that I don't see those as easily

Re: Release Frequency and Testing

2003-11-24 Thread Aaron Bannert
On Sun, Nov 23, 2003 at 10:13:09PM -0500, Robert La Ferla wrote: What testing gets performed prior to an official httpd 2.x release? I think whatever test suite is used, needs some updating to include configurations that utilize more features like user tracking, caching and multi-views.

RE: Release Frequency and Testing

2003-11-24 Thread Manni Wood
Yeah, I have to take responsibility for this bug. Apologies to all. Fans of irony will appreciate that I unwittingly introduced this new bug while solving a long-standing cookie header parsing bug! Ouch... Thanks, Cliff, for posting the note on httpd.apache.org. -Manni -Original

Re: Release Frequency and Testing

2003-11-24 Thread Stas Bekman
Manni Wood wrote: Yeah, I have to take responsibility for this bug. Apologies to all. Fans of irony will appreciate that I unwittingly introduced this new bug while solving a long-standing cookie header parsing bug! Ouch... May be it's a good time to remove the cookie handling from the core and

assbackwards, nph-scripts and mod_cgi

2003-11-24 Thread Stas Bekman
in apache-1.3 it was possible to emulate nph (non-parsed headers) handlers by simply disabling the headers parsing in the sent response. It no longer works in httpd-2.0 that way. Looking at mod_cgi.c, it plays it dirty and shortcuts the filters chain to bypass any output filters that deal with