Sha256: 835b5673409a24f23b731ae649156413272dae418108a0008dd5268551f80d06

Contents?: true

Size: 302 Bytes

Versions: 2

Compression:

Stored size: 302 Bytes

Contents

LoadModule php5_module <%= node['megalodon']['php_prefix'] %>/libexec/apache2/libphp5.so

<IfModule php5_module>
  AddType application/x-httpd-php .php
  AddType application/x-httpd-php-source .phps

  <IfModule dir_module>
    DirectoryIndex index.html index.php index.htm
  </IfModule>
</IfModule>


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
megalodon-0.1.1 cookbooks/megalodon/templates/default/php5.conf.erb
megalodon-0.1.0 cookbooks/megalodon/templates/default/php5.conf.erb