How to confirm php enabled on ubuntu server
- by Shishant
Hello,
I am not much into linux. I am trying to setup a server through ssh. I installed apache php and mysql through this command.
sudo aptitude install apache2 php5-mysql libapache2-mod-php5 mysql-server
but I think php is not enabled on the server.
when I run command I receive response as below
$ which apache2ctl
/usr/sbin/apache2ctl
but when i check $ which php i receive no response.
$ locate php5
/etc/apparmor.d/abstractions/php5
/usr/share/ubuntu-serverguide/html/C/php5.html
available apache2 modules
aptitude package manager