slackbuilds/system/ZoneMinder/zm_apache.conf

10 lines
223 B
Plaintext

<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>