From 92c412be9365bc3c764df4333e17907bfcf055be Mon Sep 17 00:00:00 2001 From: Richard Duivenvoorde Date: Fri, 10 May 2019 15:52:38 +0200 Subject: [PATCH] Change the httpd template to use Apache 2.4 style --- ms-windows/osgeo4w/httpd.conf.tmpl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ms-windows/osgeo4w/httpd.conf.tmpl b/ms-windows/osgeo4w/httpd.conf.tmpl index 60c2b85ee18..382be280173 100644 --- a/ms-windows/osgeo4w/httpd.conf.tmpl +++ b/ms-windows/osgeo4w/httpd.conf.tmpl @@ -20,6 +20,9 @@ Alias /@package@/ @osgeo4w@/apps/@package@/bin/ SetHandler fcgid-script Options ExecCGI - Order allow,deny - Allow from all + # Order/Allow is for Apache 2.2 + #Order allow,deny + #Allow from all + # Require is for Apache 2.4 + Require all granted