2015-10-24 04:08:32 +08:00
|
|
|
Alias /zm /usr/share/zoneminder/www
|
2013-04-30 04:46:56 +08:00
|
|
|
|
2017-05-24 02:42:31 +08:00
|
|
|
<IfModule mod_fcgid.c>
|
|
|
|
<Directory /usr/share/zoneminder/www>
|
2017-05-24 03:01:22 +08:00
|
|
|
Options -Indexes +ExecCGI
|
2017-05-24 02:42:31 +08:00
|
|
|
AllowOverride All
|
|
|
|
AddHandler fcgid-script .php
|
|
|
|
FCGIWrapper /usr/bin/php5-cgi
|
|
|
|
Order allow,deny
|
|
|
|
Allow from all
|
|
|
|
</Directory>
|
|
|
|
</IfModule>
|
|
|
|
<IfModule mod_php5.c>
|
|
|
|
<Directory /usr/share/zoneminder/www>
|
2017-05-24 03:01:22 +08:00
|
|
|
Options -Indexes +FollowSymLinks
|
2017-05-24 02:42:31 +08:00
|
|
|
<IfModule mod_dir.c>
|
|
|
|
DirectoryIndex index.php
|
|
|
|
</IfModule>
|
|
|
|
</Directory>
|
|
|
|
</IfModule>
|