Difference between revisions of "Talk:Zoneminder(HOW TO)"
From SME Server
Jump to navigationJump to searchm |
m |
||
Line 11: | Line 11: | ||
Allow from all | Allow from all | ||
</Directory> | </Directory> | ||
− | + | ||
+ | ScriptAlias /zm/cgi-bin /usr/libexec/zoneminder/cgi-bin | ||
<Directory "/usr/libexec/zoneminder/cgi-bin"> | <Directory "/usr/libexec/zoneminder/cgi-bin"> | ||
SSLRequireSSL | SSLRequireSSL |
Revision as of 14:40, 25 October 2016
Apache config:
Alias /zm "/usr/share/zoneminder/www" <Directory "/usr/share/zoneminder/www"> SSLRequireSSL Options -Indexes MultiViews FollowSymLinks AllowOverride All Order allow,deny AddType application/x-httpd-php .php AuthBasicProvider external Allow from all </Directory> ScriptAlias /zm/cgi-bin /usr/libexec/zoneminder/cgi-bin <Directory "/usr/libexec/zoneminder/cgi-bin"> SSLRequireSSL AddHandler cgi-script cgi pl AllowOverride All Options ExecCGI FollowSymLinks Order allow,deny Allow from all </Directory>