Advertisement:

Author Topic: can't run localhost on my computer?  (Read 6798 times)

Offline CapriSkye

  • Full Member
  • ***
  • Posts: 574
    • Open
can't run localhost on my computer?
« on: September 06, 2004, 05:15:37 PM »
hello, i hope someone can help me on this. i have apache installed on my computer for testing purposes, and when trying to run localhost ie says error while trying to retrieve the URL: http://localhost.eci.net/
eci is my cable company (a gay one) so i guess it has something to do with the dns stuff. when running ipconfig its Connection-specific DNS Suffix is ECI.NET, when i usually don't have that until i use eci's cable connection. anyone know how i can just type in localhost and ie won't try to go to localhost.eci.net? thanks for the help

Offline Ben_S

  • SMF Friend
  • SMF Super Hero
  • *
  • Posts: 11,710
  • xxx
Re: can't run localhost on my computer?
« Reply #1 on: September 06, 2004, 05:20:16 PM »
Sounds like its using a webcache, assuming it's not transparently done, edit your proxy settings in your browser to exclude localhost.
Liverpool FC Forum with 9 million+ posts.

Offline CapriSkye

  • Full Member
  • ***
  • Posts: 574
    • Open
Re: can't run localhost on my computer?
« Reply #2 on: September 06, 2004, 05:26:52 PM »
im not using a proxy server though.
do you mean going into lan settings and check to use proxy server for your lan? if yes, do i type in localhost in the address box? i tried and that didn't work...

Offline [Unknown]

  • SMF Friend
  • SMF Master
  • *
  • Posts: 36,142
  • Gender: Male
Re: can't run localhost on my computer?
« Reply #3 on: September 06, 2004, 05:28:55 PM »
Try going to:

http://127.0.0.1/

Or:

http://127.0.0.1:8080/

-[Unknown]

Offline CapriSkye

  • Full Member
  • ***
  • Posts: 574
    • Open
Re: can't run localhost on my computer?
« Reply #4 on: September 06, 2004, 05:39:54 PM »
just typing the ip works, but says 400 bad request, so i guess it has something to do with my apache set up. thanks guys.

Offline Ben_S

  • SMF Friend
  • SMF Super Hero
  • *
  • Posts: 11,710
  • xxx
Re: can't run localhost on my computer?
« Reply #5 on: September 06, 2004, 06:30:18 PM »
hello, i hope someone can help me on this. i have apache installed on my computer for testing purposes, and when trying to run localhost ie says error while trying to retrieve the URL: http://localhost.eci.net/

This is an error message from a caching server, if you havent got any proxy stuff set up in your browser, then your ISP will be doing it trasnparently, meaning there little if anything you can do about it.

Althought it's odd that the request should even get to it if it is transparently done  ???
Liverpool FC Forum with 9 million+ posts.

Offline CapriSkye

  • Full Member
  • ***
  • Posts: 574
    • Open
Re: can't run localhost on my computer?
« Reply #6 on: September 06, 2004, 06:47:54 PM »
it's my isp's problem, when i unplug the cable it will let me use localhost with no problem, just not when connection to the internet. also 127.0.0.1 doesn't work, it just tells me bad request when apache's set up is ok.