Crash on replacing APR_BRIGADE_FOREACH

2006-12-11 Thread MKhurana
hi I have recently upgraded from Apache 2.0.53 to 2.2.3 .During upgrade I came to know that macro APR_BRIGADE_FOREACH has been deprecated so i replaced APR_BRIGADE_FOREACH(e, bb) with for(e = APR_BRIGADE_FIRST(bb); e != APR_BRIGADE_SENTINEL(bb); e = APR_BUCKET_NEXT(e)) but now on I am

Re: mod_python 3.3.0 beta available for testing

2006-12-11 Thread Clodoaldo
+1 Fedora Core 6 i386, Apache 2.2.3 (mpm-prefork), Python 2.4.4 +1 Fedora Core 5 i386, Apache 2.2.2 (mpm-prefork), Python 2.4.3 +1 Fedora Core 6 x86_64, Apache 2.2.3 (mpm-prefork), Python 2.4.4 The correct md5 file path is:

httpd-proxy-scoreboard how to go on?

2006-12-11 Thread Jean-Frederic
Hi, I would like to return the httpd-proxy-scoreboard to its first goal: A replacement of the scoreboard by pieces normal shared memory. To reach this the experiments of health_checker should be removed or changed to a provider of bytraffic/byrequest for mod_proxy_balancer and seen as an example

[EMAIL PROTECTED]: New: #40759: Unable to compile libapreq2]

2006-12-11 Thread Joe Orton
Forwarded and closed since there is no apreq product in bugzilla, let infra know if you want one :) (this -lipv6api doesn't come from API so I presume it comes form apreq?) - Forwarded message from [EMAIL PROTECTED] - From: [EMAIL PROTECTED] Reply-To: Apache HTTPD Bugs Notification

Re: Creating a thread safe module and the problem of calling of 'CRYPTO_set_locking_callback' twice!

2006-12-11 Thread Klaus Wagner
On Thu, 2006-12-07 at 18:41 +, Darryl Miles wrote: Maybe there is some (small) re-design of the Apache code needed? Agreed, something needs to be added. I'm saying there is no need to make it specific to OpenSSL. Serializing the initialization can be made generic such that these

Re: [EMAIL PROTECTED]: New: #40759: Unable to compile libapreq2]

2006-12-11 Thread Philip M. Gollucci
Joe Orton wrote: Forwarded and closed since there is no apreq product in bugzilla, let infra know if you want one :) (this -lipv6api doesn't come from API so I presume it comes form apreq?) [8:32:02](ttypf)[EMAIL PROTECTED]: /home/pgollucci/dev/repos/asf/httpd/apreq/trunk 100 0

RE: IE7 wrecks language negotiation

2006-12-11 Thread Fenlason, Josh
Is there any way Apache could do the following? 1. Search for a match in the language and language-locale list the client provides 2. If no match was found above, strip off the locale and try again. 3. If there still isn't a match, use the server's default language. That

Re: [EMAIL PROTECTED]: New: #40759: Unable to compile libapreq2]

2006-12-11 Thread Jonathan Vanasco
On Dec 11, 2006, at 11:33 AM, Philip M. Gollucci wrote: Joe Orton wrote: Forwarded and closed since there is no apreq product in bugzilla, let infra know if you want one :) (this -lipv6api doesn't come from API so I presume it comes form apreq?) [8:32:02](ttypf)[EMAIL PROTECTED]:

Re: IE7 wrecks language negotiation

2006-12-11 Thread Joshua Slive
On 12/11/06, Fenlason, Josh [EMAIL PROTECTED] wrote: Is there any way Apache could do the following? 1. Search for a match in the language and language-locale list the client provides 2. If no match was found above, strip off the locale and try again. 3. If there still

RE: IE7 wrecks language negotiation

2006-12-11 Thread Fenlason, Josh
I swear that's the behavior I was seeing, but I must have had something messed up. I just tested to verify my complaint and it appears to be working the way I said I wanted it to. Not sure what I messed up, but I must have gotten confused when I was testing. Sorry for bringing up an issue that

Re: IE7 wrecks language negotiation

2006-12-11 Thread Joshua Slive
On 12/11/06, Fenlason, Josh [EMAIL PROTECTED] wrote: I swear that's the behavior I was seeing, but I must have had something messed up. I just tested to verify my complaint and it appears to be working the way I said I wanted it to. Not sure what I messed up, but I must have gotten confused

Re: Creating a thread safe module and the problem of calling of 'CRYPTO_set_locking_callback' twice!

2006-12-11 Thread Darryl Miles
William A. Rowe, Jr. wrote: Darryl Miles wrote: Your thinking is correct there is a problem. Those OpenSSL functions are not documented in my man page but exist in the library. Yes there is a read-test-write race window by using those APIs alone. Nope. This is set when the server process

Re: Wrong etag sent with mod_deflate

2006-12-11 Thread Brian Akins
This is not a response to any post on this subject, but more of a comment. Here is a real world example of how we use deflate and etags with our cache. (Note this is very similar to mod_cache, but I do not know the inner workings of it as well). 1. Generate key from URI and ap_get_servername

PATCH #40075 - using ldap groups that contain DNs and usernames for AuthZ

2006-12-11 Thread Johanna Bromberg Craig
Hey, I've addressed the last rounds of comments to my patch to mod_authnz_ldap. I haven't heard anything for a week, so I'm wondering, can someone please review these changes? Thanks, Johanna

Re: Creating a thread safe module and the problem of calling of 'CRYPTO_set_locking_callback' twice!

2006-12-11 Thread William A. Rowe, Jr.
Klaus Wagner wrote: On Thu, 2006-12-07 at 18:41 +, Darryl Miles wrote: Maybe there is some (small) re-design of the Apache code needed? Agreed, something needs to be added. I'm saying there is no need to make it specific to OpenSSL. Serializing the initialization can be made generic

Re: PATCH #40075 - using ldap groups that contain DNs and usernames for AuthZ

2006-12-11 Thread Brad Nicholes
On 12/11/2006 at 12:36 PM, in message [EMAIL PROTECTED], Johanna Bromberg Craig [EMAIL PROTECTED] wrote: Hey, I've addressed the last rounds of comments to my patch to mod_authnz_ldap. I haven't heard anything for a week, so I'm wondering, can someone please review these changes?