ZM_PATH_ZMS : /cgi-bin/zm/nph-zms
httpd.conf file contents (shortened version):
Code: Select all
#------------------------------------------------------------
# !!DO NOT MODIFY THIS FILE!!
#
# Manual changes will be lost when this file is regenerated.
#
# Please read the developer's guide, which is available
# at http://www.contribs.org/development/
#
# Copyright (C) 1999-2006 Mitel Networks Corporation
#------------------------------------------------------------
....
DocumentRoot /home/e-smith/files/ibays/Primary/html
ScriptAlias /cgi-bin /home/e-smith/files/ibays/Primary/cgi-bin
Alias /files /home/e-smith/files/ibays/Primary/files
ScriptAlias /zm/cgi-bin/zm /usr/libexec/zoneminder/cgi-bin
.....
Alias /zm "/usr/share/zoneminder/www"
<Directory>
Options -Indexes MultiViews FollowSymLinks
AddType application/x-httpd-php .php
AllowOverride All
Order allow,deny
Allow from all
AuthName "Zoneminder"
AuthType Basic
AuthExternal pwauth
require user admin
</Directory>
<Directory>
AllowOverride All
Options ExecCGI
Order allow,deny
Allow from all
</Directory>