Re: Solaris 8 + gcc 3.2.1 + libtool = fuckup...

2003-01-07 Thread jean-frederic clere
Pier Fumagalli wrote: Again, here goes my little problem :-( I'm trying to compile 2.0.43 on a Solaris 8.0 (latest patches) machine, using gcc-3.2.1 (which I compiled) and the libtool coming in the dist (no, I didn't re-run buildconf), and I have one problem. Let's start by saying that my gcc is

mod_ssl(httpd-2.0.43) always skips a leading certificate ofSSLCertificateChainFile

2003-01-07 Thread Tadasuke SUDO
Hello, I encountered a problem that mod_ssl(httpd-2.0.43) always skips a leading certficate of SSLCertificateChainFile. So, I checked the source code of httpd-2.0.43, and I found the related codes in ssl_engine_init.c. In a function ssl_init_ctx_cert_chain(), a function

Re: setting of AC_AUX_DIR in configure.in

2003-01-07 Thread Greg Ames
Justin Erenkrantz wrote: --On Monday, January 06, 2003 16:58:24 -0500 Greg Ames [EMAIL PROTECTED] wrote: But what's the advantage of copying all these files rather than just leaving AC_CONFIG_AUX_DIR pointing to APR's build dir? You don't need srclib/{apr,apr-util} present to build httpd.

Re: What is the source of this 'Thundering herd' redux?

2003-01-07 Thread Ian Holsman
On Mon, 06 Jan 2003 15:46:56 -0800, Brian Pane wrote: Steven Roussey wrote: pstack should be able to find the symbols if you compile and link with -g Yes, and ./configure with --without-execstrip helps quite a bit too... :) Now, pstack simply segfaults. [root@morpheus root]#

Re: setting of AC_AUX_DIR in configure.in

2003-01-07 Thread Jeff Trawick
Greg Ames [EMAIL PROTECTED] writes: Justin Erenkrantz wrote: --On Monday, January 06, 2003 16:58:24 -0500 Greg Ames [EMAIL PROTECTED] wrote: But what's the advantage of copying all these files rather than just leaving AC_CONFIG_AUX_DIR pointing to APR's build dir? You don't need

Re: Tagged the tree

2003-01-07 Thread Brad Nicholes
I just committed apr-util/include/apu.hnw that changes the #define to show that APU for NetWare has iconv support. Can this be added to the tag? Brad Nicholes Senior Software Engineer Novell, Inc., the leading provider of Net business solutions http://www.novell.com [EMAIL PROTECTED] Monday,

Busy wait loop in listener thread (NT/2000)

2003-01-07 Thread Igor Nazarenko
In winnt MPM, the listener thread enters a busy wait loop when all workers are busy (either handling requests or blocking on keep-alive connections). Both 2.0 and 2.1 versions behave the same. Relevant code is in mpm/winnt/child.c, functions winnt_accept() and mpm_get_completion_context(). Is

Re: [httpd2] compile error : CVS HEAD httpd-2.1-dev

2003-01-07 Thread Jeff Trawick
Philip M. Gollucci [EMAIL PROTECTED] writes: Freebsd 5.0-CURRENT ./buildconf ./configure --prefix=$DIR_INSTALL/apache2-prefork --with-perl=$PERL \ --with-mpm=prefork --enable-mods-shared=all \ --enable-maintainer-mode --enable-debug \

RE: Busy wait loop in listener thread (NT/2000)

2003-01-07 Thread Bill Stoddard
Yea, this is a problem in the Windows MPM that we've have know about for a while. Take a shot at fixing it. Bill In winnt MPM, the listener thread enters a busy wait loop when all workers are busy (either handling requests or blocking on keep-alive connections). Both 2.0 and 2.1 versions

RE: mod_ssl(httpd-2.0.43) always skips a leading certificate of SSLCertificateChainFile

2003-01-07 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
Yep.. The older logic was initializing the bSkipFirst = FALSE. Although I haven't tested the fix, the logic seems to be broken b/w r1.69 and r1.70 (unless it was done deliberately) $ cvs log ssl_engine_init.c ... revision 1.70 date: 2002/03/28 01:07:20; author: dougm; state: Exp; lines: +52

httpd updated on daedalus

2003-01-07 Thread Greg Ames
...to STRIKER_2_0_44_PRE2 as of Tuesday, 07-Jan-2003 11:39:18 PST. So far, so good. This is the first httpd update since October, so extra eyeballs looking for oddities would be appreciated. Thanks, Greg

Re: setting of AC_AUX_DIR in configure.in

2003-01-07 Thread Greg Ames
Jeff Trawick wrote: Greg Ames [EMAIL PROTECTED] writes: Justin Erenkrantz wrote: --On Monday, January 06, 2003 16:58:24 -0500 Greg Ames [EMAIL PROTECTED] wrote: But what's the advantage of copying all these files rather than just leaving AC_CONFIG_AUX_DIR pointing to APR's build dir?

Re: HTTP Input header filter

2003-01-07 Thread Joe Schaefer
Bill Stoddard [EMAIL PROTECTED] writes: I am rewriting much of the code called by ap_read_request to handle HTTP headers. Much of the function in rgetline_core, read_request_headers and get_mime_headers_core is being reimplemented in ap_http_headers_input_filter. Can r-headers_in ever

Re: setting of AC_AUX_DIR in configure.in

2003-01-07 Thread Jeff Trawick
Greg Ames [EMAIL PROTECTED] writes: Jeff Trawick wrote: Has anybody verified that it actually works to not have srclib/apr? It doesn't work for me. Since buildconf is broken without srclib/apr, I first did buildconf then renamed srclib/apr and srclib/apr-util. Configure completed, but

RE: setting of AC_AUX_DIR in configure.in

2003-01-07 Thread Sander Striker
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jeff Trawick Sent: Tuesday, January 07, 2003 9:51 PM Greg Ames [EMAIL PROTECTED] writes: Jeff Trawick wrote: Has anybody verified that it actually works to not have srclib/apr? It doesn't work for me. Since buildconf is

Re: HTTP Input header filter

2003-01-07 Thread Joe Schaefer
Greg Ames [EMAIL PROTECTED] writes: Joe Schaefer wrote: [...] Just looking over the 2.0 source, it looks to me like r-headers_in is an empty apr_table prior to the apr_table_overlap() call at the end of get_mime_headers_core(). I'll take your word for it. Please treat the

Re: setting of AC_AUX_DIR in configure.in

2003-01-07 Thread Greg Ames
Jeff Trawick wrote: I'll be happy to change configure.in back put it in stable if somebody else gives it +1 (I assume that you and I are +1 for it :) )... Done. Greg

Re: cvs commit: httpd-2.0 CHANGES configure.in

2003-01-07 Thread Justin Erenkrantz
--On Tuesday, January 07, 2003 22:02:19 + [EMAIL PROTECTED] wrote: gregames2003/01/07 14:02:19 Modified:.Tag: APACHE_2_0_BRANCH CHANGES configure.in Log: switch back to using srclib/apr/build for AC_CONFIG_AUX_DIR so DSOs can be built with libtool 1.4. This is

Forward port Require file-owner/file-group; need review and help ;-)

2003-01-07 Thread André Malo
that functionality was not ported into 2.x yet. For summary look at the attachment, please ;-) I've created a module mod_authz_owner, which basically ports the functionality, but with some enhancements. Both requirements should work on every system where APR_HAS_USER. (or at least throw an

Re: HTTP Input header filter

2003-01-07 Thread Brian Pane
Joe Schaefer wrote: Greg Ames [EMAIL PROTECTED] writes: Joe Schaefer wrote: [...] Just looking over the 2.0 source, it looks to me like r-headers_in is an empty apr_table prior to the apr_table_overlap() call at the end of get_mime_headers_core(). I'll take your word for

Re: Tagged the tree

2003-01-07 Thread Brian Pane
Sander Striker wrote: Hi, I tagged the tree with STRIKER_2_0_44_PRE2. The tag consists of APACHE_2_0_BRANCH and apr/apr-util HEAD. If you feel that something should not be in here, please let me know ASAP. What about the change in argument types for the APR queue and hash API? That's the

Re: Tagged the tree

2003-01-07 Thread Philip M. Gollucci
cvs co -R -rSTRIKER_2_0_44_PRE2 httpd-2.0 cd httpd-2.0/srclib cvs co -R -rSTRIKER_2_0_44_PRE2 apr apr-util cd .. ./buildconf ./configure --prefix=$DIR_INSTALL/apache2-prefork --with-perl=$PERL --with-mpm=prefork --enable-mods-shared=all --enable-maintainer-mode --enable-debug

Re: Tagged the tree

2003-01-07 Thread Philip M. Gollucci
Addition: from config.log hostname = p6m7g8.hyatsv01.md.comcast.net uname -m = i386 uname -r = 5.0-CURRENT uname -s = FreeBSD uname -v = FreeBSD 5.0-CURRENT #4: Fri Dec 27 03:36:47 GMT 2002 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/PHILIP Configured with: FreeBSD/i386 system compiler Thread

Re: Tagged the tree

2003-01-07 Thread Sergey
Have it running now on Source Mage GNU/Linux (source-based) using Berkeley DB 4.1.25, with this: Apache/2.0.44-dev (Unix) mod_ssl/2.0.44-dev OpenSSL/0.9.6h PHP/4.3.0RC4 mod_python/3.0.1 Python/2.2.2 DAV/2 mod_fastcgi/mod_fastcgi-SNAP-0210222112 All modules are compiled, but the most used standard