aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2014-03-07 00:16:35 +0100
committerGravatar Christian Hesse <mail@eworm.de>2014-03-07 00:16:35 +0100
commit60b7419ebf39888556b1503b89612b50b11dc8b1 (patch)
tree12251250677414c43822d13fff31a41559dc55b1
parent3c688a322a637e63fd274f1a01ad7a5ca13dc78e (diff)
downloadcqrlogo-60b7419ebf39888556b1503b89612b50b11dc8b1.tar.gz
cqrlogo-60b7419ebf39888556b1503b89612b50b11dc8b1.tar.zst
update configuration for apache 2.4
-rw-r--r--config/apache.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/apache.conf b/config/apache.conf
index 4854335..6c71444 100644
--- a/config/apache.conf
+++ b/config/apache.conf
@@ -26,7 +26,7 @@
</IfModule>
<Directory /usr/lib/cqrlogo/>
- Options ExecCGI
- Allow from all
+ Options +ExecCGI
+ Require all granted
</Directory>
</IfModule>