slackbuilds_ponce/system/ZoneMinder/zm_apache.conf

10 lines
223 B
Text
Raw Normal View History

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