[users@httpd] CGI environment variables different between 2.2 and 2.4?

2015-08-20 Thread Tom Browder
I had some CGI scripts running on Apache 2.2 which tested for "$ENV{DOCUMENT_ROOT}" and worked fine. Now I am attempting to use the same scripts on Apache 2.4 and, so far, I can't seem to find that variable defined. Has there been some change or need I look elsewhere for the problem? I'm pretty

[users@httpd] haproxy and Apache load balancing?

2015-08-20 Thread Rose, John B
Does anyone have any comments good/bad/neither regarding using haproxy for load balancing Apache?

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