I have installed apache2 on my local machine (ubuntu 14.04). I am able to see this screen ("It Works!" screen) by using my network IP (xxx.xxx.xxx.xxx) but not using localhost
or 127.0.0.1
:
Can anybody help me out please?
EDIT:
Here is my sudo gedit /etc/apache2/ports.conf
file.
I have 000-default file instead of 000-default.conf. Here /etc/apache2/sites-enabled/000-default
is.
gedit
with sudo. Usegksudo
or, even better,pkexec
. – grooveplex Nov 08 '16 at 09:34