2014-04-18 14:41:18 +08:00
|
|
|
<VirtualHost *:80>
|
2016-08-06 21:20:30 +08:00
|
|
|
DocumentRoot /usr/local/share/zoneminder
|
2014-04-18 14:41:18 +08:00
|
|
|
DirectoryIndex index.php
|
|
|
|
|
|
|
|
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
|
|
|
|
<Directory "/usr/lib/cgi-bin">
|
|
|
|
AllowOverride None
|
|
|
|
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
|
2016-02-01 19:34:09 +08:00
|
|
|
require all granted
|
2014-04-18 14:41:18 +08:00
|
|
|
</Directory>
|
|
|
|
|
|
|
|
</VirtualHost>
|