At 10:46 AM 8/2/2004, Bill Stoddard wrote: >EnableSendfile off is a global directive (?) so only need to check it once at startup >and save it in a static variable?
Oh, no! <Directory "/fs1/shared/www"> EnableSendfile Off </Directory> kills sendfile for that mount. Bill