How can I check whether apache is installed with php and mysql on Ubuntu server through ssh?
Also if it is installed, in which directory?
And if in case some ot
Try this.
dpkg -s apache2 | grep Status dpkg -s php5 | grep Status