Re: [users@httpd] Apache 2.4, NFS-mounted content, strict permissions & htaccess

2015-08-20 Thread Robert Webb
The thought that I had was that across the NFS with atime on, it was requiring the execute in order to update. On Thu, 20 Aug 2015 15:51:18 +0200 Sander Smeenk wrote: Quoting Robert Webb (rw...@ropeguru.com): What options do you have set for the NFS mounts? The server is a NetApp FAS 3204

Re: [users@httpd] Apache 2.4, NFS-mounted content, strict permissions & htaccess

2015-08-20 Thread Sander Smeenk
Quoting Robert Webb (rw...@ropeguru.com): > What options do you have set for the NFS mounts? The server is a NetApp FAS 32040 in MetroCluster mode. Its export options are '-sec=sys' and then a set of hosts that either have rw or ro access. The client has 'rw,vers=3,tcp,bg' in its fstab. Nothin

Re: [users@httpd] Apache 2.4, NFS-mounted content, strict permissions & htaccess

2015-08-20 Thread Robert Webb
Sander, What options do you have set for the NFS mounts? Could it have something to do with a atime/noatime setup? I have not done NFS in a while so I am just throwing this out there. Robert On Thu, 20 Aug 2015 13:21:56 +0200 Sander Smeenk wrote: Quoting Kurtis Rader (kra...@skepticism.us

Re: [users@httpd] Apache 2.4, NFS-mounted content, strict permissions & htaccess

2015-08-20 Thread Sander Smeenk
Quoting Kurtis Rader (kra...@skepticism.us): > > Apache 2.4/mpm-itk fails to serve sites from this NFS setup. When i move > > the site to local storage with exact same permissions it works fine. > > Also, if i set +x bits on all parent directores on the NFS setup, it > > works. > > When you teste

Re: [users@httpd] Apache 2.4, NFS-mounted content, strict permissions & htaccess

2015-08-19 Thread Kurtis Rader
On Wed, Aug 19, 2015 at 12:54 AM, Sander Smeenk wrote: > > Apache 2.4/mpm-itk fails to serve sites from this NFS setup. When i move > the site to local storage with exact same permissions it works fine. > Also, if i set +x bits on all parent directores on the NFS setup, it > works. > When you te

[users@httpd] Apache 2.4, NFS-mounted content, strict permissions & htaccess

2015-08-19 Thread Sander Smeenk
Hi list, I'm running into permission trouble with Apache 2.4 (and mpm-itk, though i wonder if this is solely mpm-itk related). It was also reported about a year ago on the mpm-itk mailinglist. The archives are down so i some-what reconstructed that thread here: https://8n1.org/10728/cbbe I'm seei