Re: svn commit: r190535 - /httpd/httpd/trunk/modules/cache/mod_cache.h /httpd/httpd/trunk/modules/cache/mod_disk_cache.c

2005-06-13 Thread Paul Querna
Garrett Rooney wrote: [EMAIL PROTECTED] wrote: @@ -813,7 +813,7 @@ iov[0].iov_base = (void*)&disk_info; iov[0].iov_len = sizeof(disk_cache_info_t); -iov[1].iov_base = dobj->name; +iov[1].iov_base = (void*)dobj->name; iov[1].iov_len = disk_info.name_len; rv = ap

Re: svn commit: r190535 - /httpd/httpd/trunk/modules/cache/mod_cache.h /httpd/httpd/trunk/modules/cache/mod_disk_cache.c

2005-06-13 Thread Garrett Rooney
[EMAIL PROTECTED] wrote: @@ -813,7 +813,7 @@ iov[0].iov_base = (void*)&disk_info; iov[0].iov_len = sizeof(disk_cache_info_t); -iov[1].iov_base = dobj->name; +iov[1].iov_base = (void*)dobj->name; iov[1].iov_len = disk_info.name_len; rv = apr_file_writev(dobj->hfd,

Re: [PATCH] mod_disk_cache: Handling of Varied Content

2005-06-13 Thread Paul Querna
William A. Rowe, Jr. wrote: At 03:57 PM 6/12/2005, Paul Querna wrote: Justin Erenkrantz wrote: ap_get_list_item() returns them lower-cased, avoiding this whole issue. Relying on lowercased header names is not enough. In certain cases, the header *values* are supposed to be

httpd Windows binary builds and LDAP

2005-06-13 Thread Graham Leggett
Hi all, In the issue below, there is apparently an incompatiblity in the MS provided LDAP library that causes problems with mod_auth_ldap. http://issues.apache.org/bugzilla/show_bug.cgi?id=18334 The problem is fixed apparently if mod_ldap is built against the MS LDAP SDK Spring 2003 or later. W

Re: [PATCH] sanitize installed config_vars.mk

2005-06-13 Thread Joe Orton
On Fri, Jun 10, 2005 at 11:23:49AM -0700, Paul Querna wrote: > Joe Orton wrote: > > Patch below is an attempt to create a sanitized version of > > config_vars.mk which is suitable for the installed tree. > > > > The currently installed file has lots of references to the source and > > build trees i