diff options
author | Britney Fransen <brfransen@gmail.com> | 2011-09-20 22:28:16 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2011-09-20 22:28:16 (GMT) |
commit | b105c311213d976f2470b21adcdafa5ed2886dcc (patch) | |
tree | 95740396eac6606cb231093953a4c7d32835256f /abs/core/zoneminder/httpd-zm.conf | |
parent | ae5fc8a102437e1671eb2d4a53a3c999cf1e1339 (diff) | |
download | linhes_pkgbuild-b105c311213d976f2470b21adcdafa5ed2886dcc.zip linhes_pkgbuild-b105c311213d976f2470b21adcdafa5ed2886dcc.tar.gz linhes_pkgbuild-b105c311213d976f2470b21adcdafa5ed2886dcc.tar.bz2 |
zoneminder: Bump to latest. ref #770
Diffstat (limited to 'abs/core/zoneminder/httpd-zm.conf')
-rwxr-xr-x | abs/core/zoneminder/httpd-zm.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/abs/core/zoneminder/httpd-zm.conf b/abs/core/zoneminder/httpd-zm.conf new file mode 100755 index 0000000..bdd29d7 --- /dev/null +++ b/abs/core/zoneminder/httpd-zm.conf @@ -0,0 +1,18 @@ +# /etc/httpd/conf/extra/httpd-zm.conf +# Config for zoneminder web app + +Alias /zm "/var/lib/zm/www" +<Directory "/var/lib/zm/www"> + Options -Indexes MultiViews FollowSymLinks + AllowOverride All + Order allow,deny + Allow from all +</Directory> + +ScriptAlias /cgi-zm "/var/lib/zm/cgi-bin" +<Directory "/var/lib/zm/cgi-bin"> + AllowOverride All + Options ExecCGI + Order allow,deny + Allow from all +</Directory> |