Re: svn commit: r587673 - /httpd/httpd/trunk/server/mpm_common.c

2007-11-19 Thread Victor J. Orlikowski
On Mon, Nov 19, 2007 at 03:53:40PM -0600, William A. Rowe, Jr. wrote: > If you work from APR trunk of a month ago, you should already find that > symbol. > > It's pretty clear a number of nice changes to httpd 2.4 will require apr > 1.3.x. > In fact it would be nice if APR would start coming tog

Re: svn commit: r587673 - /httpd/httpd/trunk/server/mpm_common.c

2007-11-19 Thread William A. Rowe, Jr.
-rv = apr_file_pipe_create(&((*pod)->pod_in), &((*pod)->pod_out), p); +rv = apr_file_pipe_create_ex(&((*pod)->pod_in), &((*pod)->pod_out), + APR_WRITE_BLOCK, p); if (rv != APR_SUCCESS) { return rv; } Hrm. Reviewing this patch, we break p

Re: svn commit: r587673 - /httpd/httpd/trunk/server/mpm_common.c

2007-11-19 Thread Victor J. Orlikowski
On Tue, Oct 23, 2007 at 10:05:14PM -, [EMAIL PROTECTED] wrote: > Modified: httpd/httpd/trunk/server/mpm_common.c > URL: > http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm_common.c?rev=587673&r1=587672&r2=587673&view=diff >

Re: thoughts on ETags and mod_dav

2007-11-19 Thread Paritosh Shah
Another possible approach would be to create a new ap_meets_conditions_2() with resource_exists as an explicit argument ( instead of implicitly using r->notes ). Till the next major release we could just make the current ap_meets_conditions() call ap_meets_conditions_2() with resource_exists as 1.

Yuvraj fined for ICC code breach

2007-11-19 Thread Ashwani Kumar Sharma
Yuvraj fined for ICC code breach for yesterdays match. He was out on a wrong decision yesterday. Thanks and Regards, Ashwani Sharma Mob: +91+9916454843 Off: +91-80-26265053 DISCLAIMER: This message (including attachment if any) is confidential and may be privileged. If you have

Apache working for loop back adress not for global IPv6 address

2007-11-19 Thread Ashwani Kumar Sharma
Hi All, I have built the apache source code for IPv6 support. It started listening to the [::1] loop back address but not it is not listening to the global IPv6 address. Can somebody tell me what is the problem. Thanks and Regards, Ashwani Sharma Mob: +91+9916454843 Off: +91-80-2626