Talk:Zoneminder(HOW TO)

From SME Server
Revision as of 10:57, 25 September 2016 by RequestedDeletion (talk | contribs) (Some unsorted notes on Apache config)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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>

<Directory "/usr/libexec/zoneminder/cgi-bin">

   SSLRequireSSL
   AddHandler cgi-script cgi pl
   AllowOverride All
   Options ExecCGI FollowSymLinks
   Order allow,deny
   Allow from all

</Directory>