Results 1 to 10 of 11
Hey everyone,
Whenever I try to go to http://localhost in Firefox, I get directed to http://p2p.cs.mu.oz.au/software/Localhost/
This isn't very helpful when I am trying things out (XAMPP & Beagle Web ...
- 12-10-2005 #1
http://localhost not working
Hey everyone,
Whenever I try to go to http://localhost in Firefox, I get directed to http://p2p.cs.mu.oz.au/software/Localhost/
This isn't very helpful when I am trying things out (XAMPP & Beagle Web Service).
Any ideas?
BryanLooking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.
- 12-10-2005 #2
replace localhost with 127.0.0.1, it's easier than figuring out the issue.
Nothing is worse than ten penguins fighting over which is better, vi or emacs.
Registered Linux User #404402
Finally I'm back on LF after a long while.
- 12-11-2005 #3
something like the beagle webservice (depreciated and deactivated in most recent releases) generally is bound to a specific port, such as 8080, to specify this,
http://localhost:8080
Im not sure what port the beagle web service is offered on, but something like
netstat -tu
-----or-----
nmap localhost
should help you figure it out.
- 12-11-2005 #4That seems to work. Thanks!
Originally Posted by Stefann
Seems weird that http://localhost doesn't work.
qub333 - Thanks but the port doesn't make a difference. Also, the Beagle Web Service was not a huge concern, it was more of an example.
BryanLooking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.
- 12-11-2005 #5Just Joined!
- Join Date
- Sep 2003
- Posts
- 83
Hi bryansmith,
Have you fixed your http://localhost problem? If http://127.0.0.1 works but http://localhost doesn't, try finding out what IP address localhost resolves to.
Do you have the same problem using other browsers (e.g. konqueror)?
- 12-13-2005 #6Just Joined!
- Join Date
- Sep 2005
- Posts
- 44
I think localhost port should be 80.
- 12-13-2005 #7Banned
- Join Date
- Jul 2004
- Posts
- 947
dude it can be any port you specify
Originally Posted by shoum
as for the problem at hand
check for the lineCode:nano -w /etc/hosts
if it is there im clueless, if not what does it say for 127.0.0.1Code:127.0.0.1 localhost
- 12-13-2005 #8
Here is my /etc/hosts:
Seems okay but then again I know squat about servers and networkingCode:# # /etc/hosts: static lookup table for host names # #<ip-address> <hostname.domain.org> <hostname> 127.0.0.1 localhost.localdomain localhost # End of file
.
BryanLooking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.
- 12-13-2005 #9
what happens if you do:
nslookup localhost
and what does it say in your /etc/resolv.conf?Linux user #126863 - see http://linuxcounter.net/
- 12-13-2005 #10
Thanks everyone for the concern but I am more than happy using http://127.0.0.1
http://localhost is not such a concern for me.
Thanks again,
BryanLooking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.


Reply With Quote