From 0ff14008b397795b664515d39b2ae316f967ff3c Mon Sep 17 00:00:00 2001 From: Andrew Bauer Date: Sat, 12 Sep 2015 17:49:03 -0500 Subject: [PATCH 1/2] Update zoneminder.el6.conf.in ScriptAlias should point to ZM_CGIDIR instead of ZM_WEBDIR --- distros/redhat/zoneminder.el6.conf.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distros/redhat/zoneminder.el6.conf.in b/distros/redhat/zoneminder.el6.conf.in index e0808e08b..0fbee6a62 100644 --- a/distros/redhat/zoneminder.el6.conf.in +++ b/distros/redhat/zoneminder.el6.conf.in @@ -18,8 +18,8 @@ Alias /zm "@ZM_WEBDIR@" Allow from all -ScriptAlias /cgi-bin/zm "@ZM_WEBDIR@" - +ScriptAlias /cgi-bin/zm "@ZM_CGIDIR@" + SSLRequireSSL AllowOverride All Options ExecCGI FollowSymLinks From c8fecee68b87385c90c0244501ff7af0a77c90e2 Mon Sep 17 00:00:00 2001 From: Andrew Bauer Date: Sat, 12 Sep 2015 18:03:20 -0500 Subject: [PATCH 2/2] Update CMakeLists.txt nbtelecom was returning http 403. switching to skylineservers. In the future, I will add jscalendar packages to zmreop as that is better practice. --- distros/redhat/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distros/redhat/CMakeLists.txt b/distros/redhat/CMakeLists.txt index 10d43b2d9..057b827d5 100644 --- a/distros/redhat/CMakeLists.txt +++ b/distros/redhat/CMakeLists.txt @@ -16,7 +16,7 @@ else(ZM_TARGET_DISTRO STREQUAL "el7") endif(ZM_TARGET_DISTRO STREQUAL "el7") # Download jscalendar & move files into position -file(DOWNLOAD http://nbtelecom.dl.sourceforge.net/project/jscalendar/jscalendar/1.0/jscalendar-1.0.zip ${CMAKE_CURRENT_SOURCE_DIR}/jscalendar-1.0.zip LOG jsc_log STATUS download_jsc) +file(DOWNLOAD http://skylineservers.dl.sourceforge.net/project/jscalendar/jscalendar/1.0/jscalendar-1.0.zip ${CMAKE_CURRENT_SOURCE_DIR}/jscalendar-1.0.zip LOG jsc_log STATUS download_jsc) #message(STATUS "Log of jscalender script was: ${jsc_log}") if(download_jsc EQUAL 0) message(STATUS "Jscalander successfully downloaded. Installing...")