Skip to content
Permalink
Browse files
Change the httpd template to use Apache 2.4 style
  • Loading branch information
rduivenvoorde committed May 10, 2019
1 parent d174840 commit 92c412b
Showing 1 changed file with 5 additions and 2 deletions.
@@ -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>

0 comments on commit 92c412b

Please sign in to comment.