summaryrefslogtreecommitdiffstats
path: root/system/ZoneMinder/zm_apache.conf
blob: 1fc10c54d340e6d154c9ac573c5f01fc3f00a834 (plain)
<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>