[users@httpd] Re: Clean Apache Binary

2015-08-19 Thread Good Guy
On 19/08/2015 20:39, Tomi Häsä wrote: Hi, if I want to install a clean Apache binary on Windows 7, which one do you recommend? I noticed page https://archive.apache.org/dist/httpd/binaries/win32/ contains .msi files, so maybe I can try to install the latest of those even though they are old v

[users@httpd] Clean Apache Binary

2015-08-19 Thread Tomi Häsä
Hi, if I want to install a clean Apache binary on Windows 7, which one do you recommend? I noticed page https://archive.apache.org/dist/httpd/binaries/win32/ contains .msi files, so maybe I can try to install the latest of those even though they are old versions? My idea is to start from a "cl

Re: [users@httpd] Proxy and mod_deflate (httpd 2.4.x)

2015-08-19 Thread Macks, Aaron
I removed mod_deflate from upper-level configs and inserted these 3 lines into the VHost + LogLevel Debug + LoadModule deflate_module modules/mod_deflate.so + DeflateCompressionLevel 9 nothing has changed in the output and there are no lines containing “deflate” in the error lo

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