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
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
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
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
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