Re: svn commit: r1422549 - in /httpd/httpd/trunk: include/ap_mmn.h include/httpd.h server/util.c server/util_md5.c

2012-12-17 Thread Marion Christophe JAILLET
Le 17/12/2012 00:20, Stefan Fritsch a écrit : +AP_DECLARE(void) ap_bin2hex(const void *src, apr_size_t srclen, char *dest) +{ +const unsigned char *in = src; +unsigned char *out = (unsigned char *)dest; +apr_size_t i; + +for (i = 0; i srclen; i++) { +*out++ =

Re: svn commit: r1422584 - /httpd/httpd/branches/2.4.x/STATUS

2012-12-17 Thread Graham Leggett
On 16 Dec 2012, at 4:51 PM, Rainer Jung rainer.j...@kippdata.de wrote: Graham, can you give an example? I don't get the any attempt at setting any directive silently unsets an arbitrary selection of other proxy directives at the same time. Take a look at this code specifically: +else { +

Re: svn commit: r1422584 - /httpd/httpd/branches/2.4.x/STATUS

2012-12-17 Thread Rainer Jung
On 17.12.2012 09:53, Graham Leggett wrote: On 16 Dec 2012, at 4:51 PM, Rainer Jung rainer.j...@kippdata.de wrote: Graham, can you give an example? I don't get the any attempt at setting any directive silently unsets an arbitrary selection of other proxy directives at the same time. Take a

Re: svn commit: r1422584 - /httpd/httpd/branches/2.4.x/STATUS

2012-12-17 Thread Graham Leggett
On 17 Dec 2012, at 11:23 AM, Rainer Jung rainer.j...@kippdata.de wrote: That's the whole purpose of the ProxyPassInherit Off setting. If you switch the global setting from On to Off, then global proxy targets and workers are not merged to any vhost. If you switch to Off only in a VHost, then

Re: [PATCH] Install cache_common.h as needed by mod_cache.h

2012-12-17 Thread Graham Leggett
On 14 Dec 2012, at 2:52 PM, Niklas Edmundsson ni...@acc.umu.se wrote: I'm trying to get back in the httpd saddle and currently fiddling with building an out-of-tree cache provider (ie. our hacked disk cache module). However, compilation bombs because mod_cache.h wants to include

Re: ab: socket_timeout parameter -s (default: 30sec)

2012-12-17 Thread Christophe JAILLET
Le 16/12/2012 03:28, Guido Serra a écrit : Hi, I added a parameter to the utility Apache Benchmark (ab) to allow setting the socket timeout ...it is currently a hardcoded value at 30 seconds, and this is problematic on bad applications that have a slight percentage of requests going above that

Fwd: svn commit: r1422881 - /httpd/httpd/branches/2.4.x/STATUS

2012-12-17 Thread Jim Jagielski
Just making sure people see this... I've decided to remove both backport proposals. Let's work in trunk to get these exactly right... Begin forwarded message: URL: http://svn.apache.org/viewvc?rev=1422881view=rev Log: remove these, and let's work on them on trunk to ensure everyone is OK with

Re: [PATCH] Install cache_common.h as needed by mod_cache.h

2012-12-17 Thread Guenter Knauf
Am 17.12.2012 12:36, schrieb Graham Leggett: I've applied it to trunk, and proposed it for backport for v2.4. Hopefully this should be quick to evaluate. it did too quick so I couldnt add follow-up r1422879 to the proposal ... so now I did just commit r1422880 which fixes same for NetWare and

Re: [PATCH] Install cache_common.h as needed by mod_cache.h

2012-12-17 Thread Niklas Edmundsson
On Mon, 17 Dec 2012, Guenter Knauf wrote: Am 17.12.2012 12:36, schrieb Graham Leggett: I've applied it to trunk, and proposed it for backport for v2.4. Hopefully this should be quick to evaluate. it did too quick so I couldnt add follow-up r1422879 to the proposal ... so now I did just commit

Re: svn commit: r1421184 - in /httpd/httpd/branches/2.4.x/docs/cgi-examples: printenv.vbs printenv.wsf

2012-12-17 Thread Guenter Knauf
Hi Jeff, Am 15.12.2012 15:00, schrieb Jeff Trawick: On Thu, Dec 13, 2012 at 5:04 AM, fua...@apache.org mailto:fua...@apache.org wrote: Author: fuankg Date: Thu Dec 13 10:04:51 2012 New Revision: 1421184 URL: http://svn.apache.org/viewvc?rev=1421184view=rev

Re: event mpm and mod_status

2012-12-17 Thread Niklas Edmundsson
On Mon, 17 Dec 2012, Stefan Fritsch wrote: On Sunday 16 December 2012, Niklas Edmundsson wrote: I'm playing around with the event mpm in httpd 2.4.3, and I've come to the conclusion that the stats reported by mod_status is rather strange. I'm not sure if it's a bug or simply not implemented...

Re: svn commit: r1422584 - /httpd/httpd/branches/2.4.x/STATUS

2012-12-17 Thread Jim Jagielski
The only time this needs to be off is when using the Balancer Manager to adjust Balancers and Workers... As such, I think I was a bit over-eager in what conf- fields needed to be worried about. Here's the problem: If a balancer is defined in the top-level server, then it is inherited by all

Re: ab: socket_timeout parameter -s (default: 30sec)

2012-12-17 Thread Christophe JAILLET
Le 17/12/2012 12:45, Christophe JAILLET a écrit : Le 16/12/2012 03:28, Guido Serra a écrit : Hi, I added a parameter to the utility Apache Benchmark (ab) to allow setting the socket timeout ...it is currently a hardcoded value at 30 seconds, and this is problematic on bad applications that

Re: svn commit: r1421184 - in /httpd/httpd/branches/2.4.x/docs/cgi-examples: printenv.vbs printenv.wsf

2012-12-17 Thread Jeff Trawick
On Mon, Dec 17, 2012 at 7:27 AM, Guenter Knauf fua...@apache.org wrote: Hi Jeff, Am 15.12.2012 15:00, schrieb Jeff Trawick: On Thu, Dec 13, 2012 at 5:04 AM, fua...@apache.org mailto:fua...@apache.org wrote: Author: fuankg Date: Thu Dec 13 10:04:51 2012 New Revision: 1421184

Re: svn commit: r1421184 - in /httpd/httpd/branches/2.4.x/docs/cgi-examples: printenv.vbs printenv.wsf

2012-12-17 Thread Guenter Knauf
Hi Jeff, Am 17.12.2012 16:00, schrieb Jeff Trawick: Here's a compromise. Use 2.4.x/STATUS to see if you get two more votes to add the two new CGIs to the 2.4.x install. If two other people agree, I'll be quiet. I know these files are under docs, but changing code that gets installed should be