Hey Bill, Just ran into a problem with this patch... mod_mem_cache has an option to cache open file descriptors. With this patch, we will never used sendfile to send a cached fd.
BillS wrowe 2002/10/14 10:42:45 Modified: include http_core.h server core.c Log: Introduce an EnableSendfile directive (defaulted to ON) to allow users to disable sendfile mechanics for NFS volume mounts and other kernel objects that don't support sendfile. And EnableSendfile off can be used to help narrow bugs down to the sendfile mechanics or eliminate the possiblity that sendfile is a factor on any given platform.