Change the httpd template to use Apache 2.4 style

This commit is contained in:
Richard Duivenvoorde 2019-05-10 15:52:38 +02:00
parent d174840e05
commit 92c412be93

View File

@ -20,6 +20,9 @@ Alias /@package@/ @osgeo4w@/apps/@package@/bin/
<Directory "@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
</Directory>