Class | php::mod_php5 |
In: |
/modules/php/manifests/mod_php5.pp
|
Parent: |
Class: php::mod_php5
Apache httpd PHP module. Requires the ‘httpd’ service and package to be declared somewhere, usually from the apache_httpd module.
Sample Usage :
php::ini { '/etc/php-httpd.ini': } class { 'php::mod_php5': inifile => '/etc/php-httpd.ini' }