Is it possible to install PHP5 without installing apache, in Ubuntu?
If so, how?
Install php5
after php5-fpm
if you plan to use nginx for example, because php5
needs one of either libapache2-mod-php5
, libapache2-mod-php5filter
, php5-cgi
, or php5-fpm
. Apt just picks the first package that satisfies the dependency.
$ sudo apt-get install php5-fpm php5
Yes, it is possible to install PHP5 without installing apache, in Ubuntu.
According to this answer: https://serverfault.com/a/243301/232590
sudo apt-get install php5-cli