]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/httpd/vhosts.d/captive.conf
captive: Update configuration for Apache 2.4
[people/pmueller/ipfire-2.x.git] / 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>