From c4d7703867ce98b922a5c9d590d1981fa90319a8 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Tue, 23 May 2017 14:42:31 -0400 Subject: [PATCH] Merge a new apache.conf that supports fcgid --- distros/debian/apache.conf | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/distros/debian/apache.conf b/distros/debian/apache.conf index 9a3238807..9a5e02690 100644 --- a/distros/debian/apache.conf +++ b/distros/debian/apache.conf @@ -1,8 +1,20 @@ Alias /zm /usr/share/zoneminder/www - - Options -Indexes +FollowSymLinks - - DirectoryIndex index.php - - + + + Options +ExecCGI + AllowOverride All + AddHandler fcgid-script .php + FCGIWrapper /usr/bin/php5-cgi + Order allow,deny + Allow from all + + + + + Options Indexes FollowSymLinks + + DirectoryIndex index.php + + +