Skip to content

Commit

Permalink
Change the httpd template to use Apache 2.4 style
Browse files Browse the repository at this point in the history
  • Loading branch information
rduivenvoorde committed May 10, 2019
1 parent d174840 commit 92c412b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ms-windows/osgeo4w/httpd.conf.tmpl
Original file line number Diff line number Diff line change
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 92c412b

Please sign in to comment.