diff options
author | Gene Baxter <GenoBob@gmail.com> | 2015-01-02 14:06:57 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-02 14:06:57 +0700 |
commit | 21dd16c0e1bda70142051e14c513c6ad3bc5a031 (patch) | |
tree | 0c291d54f40f150a2ffec7e551e78c8fafbde9d0 /system/ZoneMinder/zm_apache.conf | |
parent | a3f315595ab14ea4b590404623ae2516200ede20 (diff) | |
download | slackbuilds-21dd16c0e1bda70142051e14c513c6ad3bc5a031.tar.gz |
system/ZoneMinder: Added (video camera security and surveillance).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/ZoneMinder/zm_apache.conf')
-rw-r--r-- | system/ZoneMinder/zm_apache.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/ZoneMinder/zm_apache.conf b/system/ZoneMinder/zm_apache.conf new file mode 100644 index 0000000000..1fc10c54d3 --- /dev/null +++ b/system/ZoneMinder/zm_apache.conf @@ -0,0 +1,9 @@ +<Directory "@DOCROOT@"> + AllowOverride FileInfo Options + Options FollowSymLinks + php_flag register_globals off + php_flag short_open_tag on + <IfModule dir_module> + DirectoryIndex index.php + </IfModule> +</Directory> |