Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 3198 invoked from network); 11 Feb 2004 17:21:01 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 11 Feb 2004 17:21:01 -0000 Received: (qmail 35320 invoked by uid 500); 11 Feb 2004 17:20:07 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 35269 invoked by uid 500); 11 Feb 2004 17:20:07 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 35223 invoked from network); 11 Feb 2004 17:20:06 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by daedalus.apache.org with SMTP; 11 Feb 2004 17:20:06 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id i1BHK8b02285; Wed, 11 Feb 2004 12:20:08 -0500 Received: from radish.cambridge.redhat.com (radish.cambridge.redhat.com [172.16.18.90]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i1BHK7i09512; Wed, 11 Feb 2004 12:20:07 -0500 Received: from radish.cambridge.redhat.com (localhost.localdomain [127.0.0.1]) by radish.cambridge.redhat.com (8.12.10/8.12.7) with ESMTP id i1BHK6Y6027639; Wed, 11 Feb 2004 17:20:06 GMT Received: (from jorton@localhost) by radish.cambridge.redhat.com (8.12.10/8.12.10/Submit) id i1BHK3aU027638; Wed, 11 Feb 2004 17:20:03 GMT Date: Wed, 11 Feb 2004 17:20:03 +0000 From: Joe Orton To: UHISWdev UHISWdev Cc: dev@httpd.apache.org, bakins@web.turner.com Subject: Re: apache 2.0.48 mod_userdir over nfs mount Message-ID: <20040211172003.GG9315@redhat.com> Mail-Followup-To: UHISWdev UHISWdev , dev@httpd.apache.org, bakins@web.turner.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Wed, Feb 11, 2004 at 02:35:07PM +0000, UHISWdev UHISWdev wrote: > hmm.. interesting. Thanks Brian but what do you class as local? We > mounted another linux machine directly into the apache tree with no > probs. The problems only appear when you use ncpmount to mount a > netware machine. Unix to Unix seems fine. Unix to netware doesn't work > if sendfile support is on. Does sendfile do something different on a > unix to unix mount? Alistair sendfile() depends on filesystem support in Linux: the NFS client does support sendfile() but the ncpfs client does. joe