From 2104561eca41d8463e40fa15a3b6b1b5860c3d3d Mon Sep 17 00:00:00 2001 From: Josh Behrends Date: Wed, 11 Jan 2017 19:49:29 -0800 Subject: [PATCH] Fixed apache documentroot, and fixed permissions for "/" --- utils/docker/apache-vhost | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/utils/docker/apache-vhost b/utils/docker/apache-vhost index 514897a16..2b0baf8b2 100644 --- a/utils/docker/apache-vhost +++ b/utils/docker/apache-vhost @@ -1,12 +1,14 @@ - DocumentRoot /usr/local/share/zoneminder + DocumentRoot /usr/local/share/zoneminder/www DirectoryIndex index.php ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ + + Require all granted + AllowOverride None Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch - require all granted + Require all granted -