Results 1 to 3 of 3
I just installed apache2 webserver on my ubuntu 10.04 and can't access localhost. When i access through my firefox webbrowser i have the message: Firefox can't establish a connection to ...
- 07-16-2011 #1Just Joined!
- Join Date
- Jul 2011
- Posts
- 2
can't access localhost after install apache2
I just installed apache2 webserver on my ubuntu 10.04 and can't access localhost. When i access through my firefox webbrowser i have the message: Firefox can't establish a connection to the server at localhost. Even if i use the 127.0.0.1 IP. If i ping them using the terminal it works. ANY HELP?
Thanks
- 07-16-2011 #2Linux Newbie
- Join Date
- Dec 2009
- Posts
- 241
Is apache running?
Is it set to listen on Port 80?
You may check with:
netstat -nlp
- 07-17-2011 #3Just Joined!
- Join Date
- Jul 2011
- Posts
- 2
Thank you. It guided me to the solution.


Reply With Quote