Questions tagged [localhost]

Localhost is an address/term used for testing connection to the local host (current computer) used for some network troubleshooting

localhost (all lowercase) (meaning this computer in computer networking) and is the standard hostname given to the loopback network interface.

IPv4

Under IPv4 the standard localhost address is normally assigned to:

127.0.0.1

IPv6

In full notation, the address under IPv6 is:

0:0:0:0:0:0:0:1
549 questions
0
votes
1 answer

is there any program that can send emails from localhost

i just have a laptop with an internet connection, but i keep changing the internet provider. i want to be able to send mails from my laptop to real addresses. i dont want to use smtp. can i configure sendmail, or any other program to send mails from…
umar
  • 135
  • 1
  • 10
0
votes
1 answer

Does localhost resolve to the same thing on virtual and host machines?

If I set up a web server in a virtual machine, will localhost/127.0.0.1 be the same on both the virtual and the host machine?
Corey
  • 113
  • 6
0
votes
1 answer

localhost times out - Windows Server 2008

I'm having a weird problem accessing a local web site. Web site is mapped to a hostname e.g. example.org The hostname works perfectly on any external machine, but not locally. When trying to access the hostname locally or try and access localhost,…
RadiantHex
  • 547
  • 2
  • 9
  • 18
0
votes
2 answers

Web application in a network environment

I have a web application running on an apache web server on Ubuntu 10.04. The web application can be accessed via a web browser on the server's computer by typing http://localhost/webapp. I want to make this application available in a networking…
0
votes
2 answers

hMailServer - Thunderbird message with a blank body

I've just installed hMailServer and Thunderbird and managed to get them talking to each other. When Thunderbird gets the message from the server (this is all running locally by the way), the subject displays in the list like it should but the body…
castis
  • 175
  • 1
  • 2
  • 11
0
votes
3 answers

Unable to run php

i am unable to run my php script using the following command : http://localhost/test.php after typing the above command am getting a dialog box to open or save file named as test.php m unable to get through the error.please help !
navjeet
0
votes
1 answer

connect to apache/ubuntu on vmWare player from windows

I'm running a virtual mashine on my windows 7. In it a ubuntu linux with apache server. How can I get to a site hosted on my ubuntu from windows? Example: Want to get to http://localhost/~user/ from windows
czerasz
  • 577
  • 1
  • 9
  • 14
0
votes
2 answers

Apache on localhost: give virtual hosts specific servers name

I ask my question first and below are details of what I have so far trying to solve the thing: On Apache running on localhost, I want to have different virtual hosts that would be accessible through…
fabjoa
  • 121
  • 3
0
votes
1 answer

access localhost stopped working after I installed MAMP

I had configured my machine all access localhost I need some accessed "http://*.localhost.com:3000," * - I put the names of some projects and instances. I needed to run a PHP server and installed MAMP Pro, but after I ran the php server can't access…
user55001
  • 3
  • 2
0
votes
1 answer

Resolve local subdomain on apache for paths within user dir

On Apache 2.2.x I've activated mod_userdir. I used the default setup, so that http://localhost/~name/ will be connect with ~name/public_html/ and a path within public_html, e.g. ~name/public_html/mySite can be reached through…
MaoPU
  • 246
  • 2
  • 8
0
votes
2 answers

Parallels Network Setup -- Localhost goes to host computer

Is there a way to get 127.0.0.1 to route to the host computer (the one running the virtual machine, not the virtual machine itself)? I am supporting a web app that sometimes requires 127.0.0.1 to be the ip address, and NOT the 10.222.54.2 number I…
bobber205
  • 241
  • 1
  • 6
  • 17
0
votes
2 answers

php mail() from localhost

I have installed both postfix and mailx, I also tried sendmail. I'm trying to send e-mail from a PHP script using a crontab. The crontab and PHP run fine but the mail won't send I get the following error in the mail.log Jul 31 21:32:31 grimlin…
Brooke.
  • 145
  • 2
  • 9
0
votes
2 answers

One localhost on two PCs

Today I got an idea, that testing my web apps on two different PCs would be even better if they both are near and if I could use my own localhost instead of hosting. i.e.: 1. My ASUS laptop runs Windows 7 and XAMPP for work with localhost. 2.…
Eugene
  • 259
  • 1
  • 4
  • 16
0
votes
2 answers

Hosts file entry directed to a directory on localhost

I have a directory setup with a nice error message at http://localhost/blocked/. I'd like to direct entries in my hosts relating to sites I've blocked to that instead of just 127.0.0.1. 127.0.0.1/blocked/ doesn't work. I'm clueless about the host…
Regis Frey
  • 103
  • 1
  • 4
0
votes
2 answers

Accessing localhost via IIS 7.5 on Windows 7 very slow

(I've asked this over on stackoverflow already, but thought I'd ask here as well) I'm currently running an ASP.NET application on IIS 7.5 on Windows 7. When I access this application on Internet Explorer (either 6, 7 or 8) it is incredible slow and…
Ian Devlin
  • 113
  • 2
  • 6