apache conf memo

ちょっとした自分用のメモです..

<Directory "/Users/kamui/Sites">
  AddType text/html .shtml .html
  AddHandler server-parsed .shtml .html
  Options Indexes MultiViews FollowSymlinks Includes
  AllowOverride all
  Require all granted
</Directory>