Differences between "apache"'s installations
- by JustTrying
Are there any differences between installing Apache httpd using sudo apt-get install apache2 (as the guide of Ubuntu says - https://help.ubuntu.com/12.04/serverguide/httpd.html
) or following the steps on the Apache documentation (http://httpd.apache.org/docs/2.4/install.html#overview)?
I tried both ways; in the first case (using apt-get) the…