Sha256: 42d55d9419ed2a3d62f8a0a4be2a15fea1ade1ca2727648e07469af78c3f8916

Contents?: true

Size: 546 Bytes

Versions: 7

Compression:

Stored size: 546 Bytes

Contents

<IfModule mod_php5.c>
    <FilesMatch "\.ph(p3?|tml)$">
	SetHandler application/x-httpd-php
    </FilesMatch>
    <FilesMatch "\.phps$">
	SetHandler application/x-httpd-php-source
    </FilesMatch>
    # To re-enable php in user directories comment the following lines
    # (from <IfModule ...> to </IfModule>.) Do NOT set it to On as it
    # prevents .htaccess files from disabling it.
    <IfModule mod_userdir.c>
        <Directory /home/*/public_html>
            php_admin_value engine Off
        </Directory>
    </IfModule>
</IfModule>

Version data entries

7 entries across 6 versions & 4 rubygems

Version Path
fast_food-0.1.2 chef/cookbooks/apache2/templates/default/mods/php5.conf.erb
fast_food-0.1.1 chef/cookbooks/apache2/templates/default/mods/php5.conf.erb
fast_food-0.1.0 chef/cookbooks/apache2/templates/default/mods/php5.conf.erb
agile_solo-0.1.0 spec/chef_repo/cookbooks/apache2/templates/default/mods/php5.conf.erb
vagrant-managed-servers-0.1.0 cookbooks/apache2/templates/default/mods/php5.conf.erb
vagrant-openstack-0.0.4 tmp/librarian/cache/source/chef/site/877777683730772c36b1e6a3fc3aa2c3/apache2/version-uri/a7ab7e6a4c7e38e585540241cf05880e/package/templates/default/mods/php5.conf.erb
vagrant-openstack-0.0.4 cookbooks/apache2/templates/default/mods/php5.conf.erb