mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
Change the httpd template to use Apache 2.4 style
This commit is contained in:
parent
d174840e05
commit
92c412be93
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user