|
<VirtualHost *:80>
|
|
DocumentRoot /usr/local/share/zoneminder
|
|
DirectoryIndex index.php
|
|
|
|
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
|
|
<Directory "/usr/lib/cgi-bin">
|
|
AllowOverride None
|
|
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
|
|
require all granted
|
|
</Directory>
|
|
|
|
</VirtualHost>
|