I'm trying to enable mod_php on Ubuntu. I'm getting
/etc$ sudo a2enmod mod_php
ERROR: Module mod_php does not exist!
But I believe it's already installed from
etc$ sudo apt-get install libapache2-mod-php5
Reading package lists... Done
Building dependency tree
Reading state information... Done
libapache2-mod-php5 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 91 not upgraded.
Any advice?