apache 2.0.48 mod_userdir over nfs mount

2004-02-11 Thread UHISWdev UHISWdev
Apache 2.0.48 - mod_userdir won't serve from an nfs mount on Linux kernel 2.4.21-166-smp4G Apache 1.3.x works fine but nothing comes out of Apache 2. On the previous kernel it would serve files 255 bytes but now it doesn't serve anything. The command to do the mounts: ncpmount -S server -A

Re: apache 2.0.48 mod_userdir over nfs mount

2004-02-11 Thread Joe Orton
On Wed, Feb 11, 2004 at 10:39:08AM +, UHISWdev UHISWdev wrote: Apache 2.0.48 - mod_userdir won't serve from an nfs mount on Linux kernel 2.4.21-166-smp4G Apache 1.3.x works fine but nothing comes out of Apache 2. On the previous kernel it would serve files 255 bytes but now it doesn't

Re: apache 2.0.48 mod_userdir over nfs mount

2004-02-11 Thread UHISWdev UHISWdev
Thanks to all kind folks who replied - that worked a treat! Does anyone know why sendfile would fail over ncpfs? It would be nice if Novell (having bought Suse) provided a stable method of mounting a netware box over IP. cheers anyway, Alistair Joe Orton [EMAIL PROTECTED] 02/11/04 13:09 PM On

Re: apache 2.0.48 mod_userdir over nfs mount

2004-02-11 Thread Brian Akins
UHISWdev UHISWdev wrote: Thanks to all kind folks who replied - that worked a treat! Does anyone know why sendfile would fail over ncpfs? Sendfile does not work on anything but local storage. -- Brian Akins Senior Systems Engineer CNN Internet Technologies

Re: apache 2.0.48 mod_userdir over nfs mount

2004-02-11 Thread UHISWdev UHISWdev
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

Re: apache 2.0.48 mod_userdir over nfs mount

2004-02-11 Thread Joe Orton
On Wed, Feb 11, 2004 at 02:35:07PM +, 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