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…