Skip to content

Commit

Permalink
Merge pull request #9980 from qgis/Apache24config
Browse files Browse the repository at this point in the history
Change the httpd template to use Apache 2.4 style
  • Loading branch information
m-kuhn committed Jun 3, 2019
2 parents a4e5e6a + 92c412b commit 6e846d8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ms-windows/osgeo4w/httpd.conf.tmpl
Expand Up @@ -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 6e846d8

Please sign in to comment.