From 242c8fc0ab9d2a768fcce9f43052f7c40fbbf96c Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Tue, 23 May 2017 15:01:22 -0400 Subject: [PATCH] fix options, to remove indexes --- distros/debian/apache.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distros/debian/apache.conf b/distros/debian/apache.conf index 9a5e02690..b0a22c4d8 100644 --- a/distros/debian/apache.conf +++ b/distros/debian/apache.conf @@ -2,7 +2,7 @@ Alias /zm /usr/share/zoneminder/www - Options +ExecCGI + Options -Indexes +ExecCGI AllowOverride All AddHandler fcgid-script .php FCGIWrapper /usr/bin/php5-cgi @@ -12,7 +12,7 @@ Alias /zm /usr/share/zoneminder/www - Options Indexes FollowSymLinks + Options -Indexes +FollowSymLinks DirectoryIndex index.php