Answer the question
In order to leave comments, you need to log in
What is Apache installed for?
Install Nginx:
sudo apt-get install nginx
sudo service nginx start
sudo add-apt-repository ppa:ondrej/php
sudo apt-get install php5.6
Answer the question
In order to leave comments, you need to log in
php5.6 seems outdated to me...
apache and nginx are all web servers. Sometimes used in conjunction. apache is the main one, nginx is for the cache, for example, to speed up the issuance of pages.
If you don't need apache, install php-fpm: apt-get install php-fpm ("fastCGI process manager").
apt-get when installing php5.6 looks for dependencies and adds apache.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question