]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
captive: Update configuration for Apache 2.4
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 22 Sep 2017 18:34:29 +0000 (19:34 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 22 Sep 2017 18:34:29 +0000 (19:34 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/httpd/vhosts.d/captive.conf

index e2cc33bc505f5ca1e492c289fb1edd763d0cc237..e4e1d78f1c76c461f7018c715a0651a93e205e29 100644 (file)
@@ -20,13 +20,11 @@ Listen 1013
 
        <Directory /srv/web/ipfire/cgi-bin/captive>
                Options ExecCGI
-               Order allow,deny
-               Allow from all
+               Require all granted
        </Directory>
 
        <Directory /srv/web/ipfire/html/captive>
                Options +FollowSymlinks
-               Order allow,deny
-               Allow from all
+               Require all granted
        </Directory>
 </VirtualHost>