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

2012-12-16 Thread Rainer Jung
On 16.12.2012 15:42, minf...@apache.org wrote: Author: minfrin Date: Sun Dec 16 14:42:17 2012 New Revision: 1422584 URL: http://svn.apache.org/viewvc?rev=1422584view=rev Log: Add a comment. Modified: httpd/httpd/branches/2.4.x/STATUS Modified: httpd/httpd/branches/2.4.x/STATUS

event mpm and mod_status

2012-12-16 Thread Niklas Edmundsson
Hi all. 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... My test case is just a simple file transfer of a DVD image, no mod_cache etc.

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

2012-12-16 Thread Christophe JAILLET
Le 16/12/2012 12:49, s...@apache.org 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: [users@httpd] Apache HTTP Server 2.4.x for Windows?

2012-12-16 Thread Yehuda Katz
This arguement has been going on the HTTPD-dev list recently too. Defining some terms should answer your question. Binaries are provided by volunteers who have commit access to the HTTPD project. They are not formally provided by the Apache Software Foundation. There is ongoing discussion on the

Re: event mpm and mod_status

2012-12-16 Thread Stefan Fritsch
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... My test case is just a simple file