Many times we have to disable a PHP 5 service on Ubuntu.You can use below commands to enable / disable a PHP 5 service on Ubuntu Server.
Enabling a PHP 5 module/service on Ubuntu
phpenmod service_name
Disabling a PHP5 module/service on Ubuntu
php5dismod service_name
No comments