From 41f5ee5032f940e7eca5d865075c50debc608f62 Mon Sep 17 00:00:00 2001 From: Josh Behrends Date: Sat, 14 Jan 2017 16:35:46 -0800 Subject: [PATCH] Fixed broken cgi-bin path --- utils/docker/apache-vhost | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/docker/apache-vhost b/utils/docker/apache-vhost index 2b0baf8b2..e1821932e 100644 --- a/utils/docker/apache-vhost +++ b/utils/docker/apache-vhost @@ -2,11 +2,11 @@ DocumentRoot /usr/local/share/zoneminder/www DirectoryIndex index.php - ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ + ScriptAlias /cgi-bin/ /usr/local/libexec/zoneminder/cgi-bin/ Require all granted - + AllowOverride None Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch Require all granted