signal handler questions

2009-12-07 Thread Tianwei
Hi, all, I am doing a PMU(performance monitor unit) profiling work on apache now. As the first step, I need to find a way to enable and disable the profiling. I configure the apache as --with-mpm=worker, by my default configuration, it will start 3 child processes(27threads for each process, 25

Re: [RESULTS] [VOTE] Release httpd 2.3.4-alpha

2009-12-07 Thread William A. Rowe Jr.
Niklas Edmundsson wrote: > On Thu, 3 Dec 2009, Paul Querna wrote: > >> Vote Results: >> +1 (binding): Sander Temme, Paul Querna, Joe Orton, Niklas Edmundsson, >> +1: Gregg Smith >> +/-0: Rainer Jung >>-1: William A. Rowe, Jr. >> >> Vote passes. > > Ehrm. I obviously should have changed t

Re: httpd meetup/hackathon, January?

2009-12-07 Thread Sander Temme
On Dec 7, 2009, at 11:50 AM, Paul Querna wrote: > I was thinking it might also be a good time to get some httpd'ers > together and spend a day finishing 2.4, and cross-pollinate ideas with > the TS developers. +1 Count me in. S. -- Sander Temme scte...@apache.org PGP FP: 51B4 8727 466A 0BC3

Re: httpd meetup/hackathon, January?

2009-12-07 Thread Jeff Trawick
On Mon, Dec 7, 2009 at 2:50 PM, Paul Querna wrote: > Hi Everyone, > > Over on TraffiicServer, there is rough talk of doing some kind of > meetup/hackathon the week of January 27th 2010, in Silicon Valley. > > I was thinking it might also be a good time to get some httpd'ers > together and spend a

httpd meetup/hackathon, January?

2009-12-07 Thread Paul Querna
Hi Everyone, Over on TraffiicServer, there is rough talk of doing some kind of meetup/hackathon the week of January 27th 2010, in Silicon Valley. I was thinking it might also be a good time to get some httpd'ers together and spend a day finishing 2.4, and cross-pollinate ideas with the TS develop

Re: /usr/lib/hpux64/dld.so: Unsatisfied code symbol '__divsf3' in load module

2009-12-07 Thread Jeff Trawick
On Mon, Dec 7, 2009 at 12:53 PM, William A. Rowe Jr. wrote: > Pete RT wrote: >> I am receiving the following error when I try to run Apache HTTP server >> v1.3.41 on HP-Unix 11: >> >> /usr/lib/hpux64/dld.so: Unsatisfied code symbol '__divsf3' in load module >> 'APACHE_DST/libexec/mod_status.so'. >

Re: /usr/lib/hpux64/dld.so: Unsatisfied code symbol '__divsf3' in load module

2009-12-07 Thread William A. Rowe Jr.
Pete RT wrote: > I am receiving the following error when I try to run Apache HTTP server > v1.3.41 on HP-Unix 11: > > /usr/lib/hpux64/dld.so: Unsatisfied code symbol '__divsf3' in load module > 'APACHE_DST/libexec/mod_status.so'. > Syntax error on line 211 of APACHE_DST/conf/httpd.conf: > Cannot l

/usr/lib/hpux64/dld.so: Unsatisfied code symbol '__divsf3' in load module

2009-12-07 Thread Pete RT
I am receiving the following error when I try to run Apache HTTP server v1.3.41 on HP-Unix 11: /usr/lib/hpux64/dld.so: Unsatisfied code symbol '__divsf3' in load module 'APACHE_DST/libexec/mod_status.so'. Syntax error on line 211 of APACHE_DST/conf/httpd.conf: Cannot load APACHE_DST/libexec/mod_s

Re: [PATCH 48340] Binding as user in mod_authnz_ldap

2009-12-07 Thread drot...@tiscali.it
> > This makes sense to me, because this time we are performing a > > 'search' operation and later a 'compare', and the server can be > > stricter with permissions on compare (and that's my case) > > > that explains it, I had not heard of a server that had a difference in > that respect. In my c

Re: [RESULTS] [VOTE] Release httpd 2.3.4-alpha

2009-12-07 Thread William A. Rowe Jr.
Joe Orton wrote: > > This is all fine and good but I don't see any implication above that the > APR project must enforce its versioning rules on anything other than > releases *it voted on* - i.e. releases of APR, rather than releases of > httpd. I'm more than a bit confused. Does it matter i

Re: SSL unexpected renegotiation for CGI with PATH_INFO

2009-12-07 Thread Torsten Foertsch
On Mon 07 Dec 2009, Masaoki Kobayashi wrote: > I found suspicious behavior with CGI using PATH_INFO when > it is on the client authenticated SSL. > > My situation is as follows. > > /foo >   SSLVerifyClient none > /bar >   SSLVerifyClient require > > Assume here're some files under /foo. > >   a.ht

Re: [PATCH 48340] Binding as user in mod_authnz_ldap

2009-12-07 Thread drot...@tiscali.it
> What userid/password is used to retrieve the DN from the uid/cn? Retrieving DN is done in the first phase, called 'search/bind' in mod_authnz_ldap's documentation. If AuthLDAPBindDN is not configured, then an anonymous bind is used this time. This makes sense to me, because this time we are p

Re: [PATCH 48340] Binding as user in mod_authnz_ldap

2009-12-07 Thread drot...@tiscali.it
> Hope commit over the next couple of days, just dispelled the two bogus > concerns I had. Can you suggest some doc on how your basic auth > usernames have to relate to what is able to bind directly to the LDAP > server? I think the arrangement on your server w/ the UID being able > to bind as-

Re: [RESULTS] [VOTE] Release httpd 2.3.4-alpha

2009-12-07 Thread Niklas Edmundsson
On Thu, 3 Dec 2009, Paul Querna wrote: Vote Results: +1 (binding): Sander Temme, Paul Querna, Joe Orton, Niklas Edmundsson, +1: Gregg Smith +/-0: Rainer Jung -1: William A. Rowe, Jr. Vote passes. Ehrm. I obviously should have changed the subject when I agreed to wrowe's statement abo

Re: [PATCH 48340] Binding as user in mod_authnz_ldap

2009-12-07 Thread Eric Covener
On Mon, Dec 7, 2009 at 6:34 AM, drot...@tiscali.it wrote: > I would like your opinion for the patch I submitted in bug #48340. > Several people asked in time for a similar feature, to avoid exposing > password with AuthLDAPBindDN/Password when anonymous search is not > feasible. Hope commit over

[PATCH 48340] Binding as user in mod_authnz_ldap

2009-12-07 Thread drot...@tiscali.it
I would like your opinion for the patch I submitted in bug #48340. Several people asked in time for a similar feature, to avoid exposing password with AuthLDAPBindDN/Password when anonymous search is not feasible. Regards, Domenico We Love Megapixel ! Fino al 40% di sconto per le stampe format

Re: [RESULTS] [VOTE] Release httpd 2.3.4-alpha

2009-12-07 Thread Joe Orton
On Fri, Dec 04, 2009 at 07:48:02PM -0600, William Rowe wrote: > Joe Orton wrote: > > 1) the httpd project cannot force the APR project to commit to API > > stability by distributing a snapshot of the APR 1.4 branch. Why on > > earth would that be the case? The only time the APR project commits