summarylogtreecommitdiffstats
path: root/zoneminder.install
diff options
context:
space:
mode:
authorTroy Will2015-07-27 02:22:21 -0700
committerTroy Will2015-07-27 02:22:21 -0700
commite175ee39768ab294422df1de6332b8bde20bff94 (patch)
tree75b242eebcf0cd441c4363b26d768d7094e5c2df /zoneminder.install
parent388a2c42e4b5fdf3cf936398f9c995ddacdfc92f (diff)
downloadaur-e175ee39768ab294422df1de6332b8bde20bff94.tar.gz
Add an Apache httpd.conf configured for mod-php and cgi and zoneminder to /usr/share/doc/zoneminder/httpd.conf.zoneminder
pkgrel=2
Diffstat (limited to 'zoneminder.install')
-rw-r--r--zoneminder.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/zoneminder.install b/zoneminder.install
index ff8065c58a01..e890c604834b 100644
--- a/zoneminder.install
+++ b/zoneminder.install
@@ -17,8 +17,8 @@ post_install() {
# Use mod_mpm_prefork instead of mod_mpm_event.so (FS#39218).
s|^LoadModule mpm_event_module modules/mod_mpm_event.so$|#&\nLoadModule mpm_prefork_module modules/mod_mpm_prefork.so|;
- # Zoneminder requires cgi
- \|^#LoadModule cgi_module modules/mod_cgi.so$| s|#||;
+ # Zoneminder needs Apache configured to permit CGI execution
+ \|^\t#LoadModule cgi_module modules/mod_cgi.so$| s|\t#|\t|;
# libphp5
\|^LoadModule php5_module modules/libphp5.so$|d;