Tagged Questions

In computer networking, localhost (meaning this computer) is the standard hostname given to the address of the loopback network interface.

learn more… | top users | synonyms

30
votes
3answers
5k views

Firefox and Chrome slow on localhost; known fix doesn't work on Windows 7

Firefox and Chrome are known to be slow on localhost when IP6 is enabled. In previous versions of Windows, the simplest fix is to comment out this line from the hosts file, as explained in the answer ...
29
votes
1answer
10k views

test the localhost in android emulator

My web application runs in localhost server. In my emulator the URL is http://localhost:8080/myaction Is it possible to retrieve the informaion from the server?
25
votes
8answers
11k views

How do I get Fiddler to stop ignoring traffic to localhost?

When using Fiddler to monitor HTTP Requests & Responses in Internet Explorer it ignores all traffic directed to http://localhost.
24
votes
8answers
8k views

How to display localhost traffic in Fiddler while debugging an ASP.NET application?

How do I display localhost traffic in Fiddler while debugging an ASP.NET application?
14
votes
2answers
10k views

Running Facebook application on localhost

I am planning to connect to Facebook chat from my localhost. I will need to get the session key from Facebook. When I give the site URL as localhost:8080 or ip-address:8080, it does not work. I read ...
13
votes
10answers
1k views

Public Wildcard Domain Name To Resolve To 127.0.0.1

Is anyone aware of a public wildcard domain name that resolves to IP address 127.0.0.1. For example if I wanted to test a URL locally such as mywebsite.localhost.com or example.localhost.com but I ...
12
votes
4answers
6k views

Addressing localhost from a virtualbox virtual machine

I have a local test/development server (http, of course), listening to port 8000, I'm working on Linux, so to test the page on IE6/7/8 etc I run a virtual machine using virtual box; I also need to ...
12
votes
4answers
2k views

Determine if ASP.NET application is running locally

I want to know if there is a recommended way of determining if an asp application is running locally. At the moment I use the Request object and do a string search for localhost or 127.0.0.1 on the ...
12
votes
6answers
12k views

Sending and receiving UDP packets between two programs on the same computer

Is it possible to get two separate programs to communicate on the same computer (one-way only) over UDP through localhost/127... by sharing the same port #? We're working on a student project in ...
12
votes
9answers
15k views

ASP.NET Development Server or Localhost IIS?

Currently our dev team set up all the websites they're working on in IIS on their local machine. We're thinking of switching to using the built in ASP.NET development server instead. Is this a good ...
10
votes
6answers
44k views

How to configure WAMP (localhost) to send email using Gmail?

I want to use the mail() function from my localhost. I have WAMP installed and a Gmail account. I know that the SMTP for Gmail is smtp.gmail.com and the port is 465 (more info from gmail). What I need ...
9
votes
5answers
10k views

Wildcard Subdomains

I know there have been a few threads on this before, but I have tried absolutely everything suggested (that I could find) and nothing has worked for me thus far... With that in mind, here is what I'm ...
8
votes
3answers
5k views

Sending mail with devise and Gmail smtp server

I am using Devise :confirmable and :recoverable module to confirm a user and to let him recover his password if he forgets it. Everything is going fine, the mail gets generated and I can see it in the ...
8
votes
4answers
4k views

Access Parallels Windows localhost from Mac

I use Windows (7) OS as a development platform, running on a Mac / Parallels Desktop 5. I would like to access the Windows localhost - from the Mac side for testing purposes. I've found many ...
7
votes
1answer
2k views

Using reCAPTCHA on localhost

I'm developing a website using PHP and I want to make a human verification in one of the sessions. For the development, I'm initially running the system locally and when it is ready, I'm gonna make ...
7
votes
1answer
2k views

Problem recieving UDP packets send to 127.0.0.1 when using SO_REUSEADDR

I am trying to make a set of applications discover each other using UDP and broadcasting messages. The applications will periodically send out an UDP packet saying who they are and what they can do. ...
7
votes
4answers
1k views

How do I open http://localhost in my web browser from Vim?

Basically, I want to tell Vim: Open my web browser (for instance, Firefox) Open this file (say index.php) in thought this address : http://localhost In other words: http://localhost/index.php PS: ...
7
votes
2answers
3k views

JSONP callback doesn't execute when running at localhost

This is bizarre, I was wondering if anyone could shed some light on why this happened. Basically, I've been pulling my hair out trying to test JSONP out so I can implement a JSON web service that ...
7
votes
7answers
15k views

WAMP Server not working

Okay so a continuation from this question, where you experts intro'd me to WAMP, which can basically execute PHP within a Windows XP environment. So now I've got it installed, but the tray icon ...
7
votes
5answers
4k views

Stop password prompt on MAMP startup

I develop using MAMP pro on my Mac. When I start MAMP it prompts me for a password if I use port 80. If I use a higher port it doesn't prompt me, but I have to append the port number in the URL ( eg ...
7
votes
5answers
10k views

How can I browse my Tomcat localhost from another computer on the network?

I'm an IIS guy and know its as simple as just using the http://[computername]/path to webapp.. however, I can't seem to figure out how to make this possible for a JSP application I'm writing that runs ...
6
votes
1answer
10k views

Cannot connect to local SQL Server with Management Studio

I'm having an issue with SQL Server, I have 2005 installed on my desktop as well as having SQL Server Management Studio installed.. I've checked and can see "SQL Server (SQLEXPRESS)" started in ...
6
votes
1answer
138 views

crowd website simulation on localhost for a php/mysql project

I searched for a while on how to find a benchmarking software that can simulate crowd website with more than 1000 users online to find out leaks in my php/mysql script . as long as i ran my script ...
6
votes
5answers
5k views

Omniauth Facebook authentication on localhost

I am trying to set up Omniauth as described in this Railscast. While it works with Twitter, I am unable to get it working with Facebook. I also set up 'http://localhost:3000' as siteurl and ...
6
votes
3answers
2k views

HTML5 Websocket only works on localhost

I followed the HTML5 Websocket tutorial of the website below: http://net.tutsplus.com/tutorials/javascript-ajax/start-using-html5-websockets-today/ It worked well, then I changed the host value from ...
6
votes
3answers
3k views

How can I detect if the user is on localhost in PHP?

In other words, how can I tell if the person using my web application is on the server it resides on? If I remember correctly, PHPMyAdmin does something like this for security reasons.
6
votes
3answers
278 views

Shared Apache / MySQL / PHP setup on multiboot

In short: I have a multiboot machine with Win XP, Windows 7 and Ubuntu, and I would like my localhost web projects to be shared by all three OSes. Details: I finally want to get rid of Windows XP for ...
6
votes
8answers
780 views

What's the whole point of “localhost”, hosts and ports at all?

I'm totally new to this web development stuff. So I see things like "localhost" all the time and ask myself: What's that? I feel to know what a "host" actually is. Something that executes something. ...
6
votes
4answers
3k views

How the localhost port number of .NET Development Server set?

I see that time to time localhost port number changes (http://localhost:1519/ ....). Basically how does it being set or chosen? And when does it change? Thanks!
6
votes
3answers
2k views

How can I look at locally-hosted projects with the Android SDK emulator?

I develop all my sites on a OS 10.5.8 server with PHP and MySQL, and I've configured my /etc/hosts and httpd.conf files to display my site at example.dev in any browser on that machine. I recently ...
6
votes
6answers
2k views

CherryPy Hello World error

When I am running CherryPy Hello World: import cherrypy class HelloWorld: def index(self): return "Hello world!" index.exposed = True cherrypy.config.update({'server.socket_port': ...
6
votes
2answers
3k views

Why won't asp.net create cookies in localhost?

Okay, this is really kinda starting to bug me. I have a simple Web project setup located at: "C:\Projects\MyTestProject\". In IIS on my machine, I have mapped a virtual directory to this location so ...
5
votes
5answers
511 views

What is the advantage of having a domain name (spotilocal) that resolves to 127.0.0.1?

Not sure if this is best suited to Programmers, Server Fault or Stack Overflow. It's not, however, a question about developing for Facebook. Facebook recently announced tighter integration with ...
5
votes
3answers
670 views

Why doesn't zeromq work on localhost?

This code works great: import zmq, json, time def main(): context = zmq.Context() subscriber = context.socket(zmq.SUB) subscriber.bind("ipc://test") ...
5
votes
9answers
291 views

ASP.net: difference between local and server?

I'm currently developing an ASP.net application. I'm very surprised why sometimes locally everything runs good. But when I deploy the app on a server I get tons of errors. I need to know why this is ...
5
votes
1answer
1k views

How to connect to a java program on localhost jvm using JMX?

I should connect to a java program on localhost jvm using JMX. In other words I want to develop a JMX client to config a java program on localhost. Don't recommend using JConsole! JConsole is not ...
5
votes
5answers
4k views

Facebook development in localhost

Just wanted to know if there is any way I could develop Facebook applications in localhost. Thank you, Abhi
5
votes
1answer
605 views

Subdomains and locally installed Rails app

I can't figure out what I'm overlooking, perhaps it's obvious or lack of understanding. The app I'm working with uses subdomains which on the hosting server work properly. I figured locally ...
5
votes
6answers
4k views

localhost lookup fails, browser tries www.localhost.com instead

I used to run web applications all the time on my laptop, no problems, I am using VWD 2008 Express, i have the latest framework, Windows Vista Home Basic...etc.. Now, when ever i try to run a website, ...
4
votes
2answers
86 views

What is the MAXIMUM file upload size in PHP ini file

I have changed the upload_max_filesize to 150MB in the php.ini file. but http://localhost/info.php shows the upload_max_filesize is still showing 16MB . I have also restarted the server. what is ...
4
votes
3answers
324 views

Why can't I listen on 'localhost' but can I listen on '127.0.0.1'?

I'm having difficulties understanding why the following line of code works in node.js: server.listen(12345, "127.0.0.1"); // works but this one does not: server.listen(12345, "localhost"); // ...
4
votes
1answer
2k views

Google Maps API and KML File LocalHost Development Options

The Google Maps JavaScript version 3 API library documentation clearly explains: The Google Maps API supports the KML and GeoRSS data formats for displaying geographic information. These data ...
4
votes
1answer
157 views

Viewing Mac Localhost on a network PC

I am developing some websites on my Mac (Standard LAMP setup, with PHP5, Using Remy Sharp's LAMP setup instructions). I can see these sites locally by going to (eg http:// apple.dev). I was just ...
4
votes
3answers
160 views

How to access php sessions on different computers

I'm doing some exercises on using sessions in php. I set it up this way: $_SESSION['log_users'][] = array(array('Username'=>$username)) I tried to experiment on it. And found out that the ...
4
votes
1answer
1k views

should $ip=$_SERVER['REMOTE_ADDR']; return ::1 on a mamp localhost?

Need to retrieve a users IP, and my localhost is returning '::1' as the IP, and I am curious as to if this is expected behaviour Running MAMP on Snow Leopard.
4
votes
1answer
559 views

Avoid Windows Firewall popup with Sockets on localhost

I have written a simple Java application that interacts with multiple instances of itself using sockets. The first instance automatically takes on the role of the server, listening on a specific port, ...
4
votes
7answers
937 views

How to reduce the need for IISRESET for developing ASP.NET web app in IIS 5.1

I have a web application project on my dev PC running WinXP and hence IIS 5.1. The changes I'm making to this site seem to "take effect" only after I do IISRESET. That is, I make a source change, ...
4
votes
4answers
1k views

send email from localhost

I'm try learn about email in rails. I'm developing something on localhost. Is it possible to send an email from localhost to say a normal mail account like gmail? Do I have a install a mail server? ...
4
votes
3answers
5k views

Why does Ruby on Rails use http://0.0.0.0:3000 instead of http://localhost:3000?

I am very new to Ruby on Rails so when I tried to follow the official "Getting Started" ruby on rails tutorial, I was a bit disappointed because it went wrong very quickly. Basically it said : ...
4
votes
4answers
31k views

Server Tomcat v6.0 Server at localhost failed to start

I have actually figured this problem out, but it took me days, so I thought I would paste my solution here to aide others. I am using Fedora 11, and in Eclipse I tried adding a Tomcat 6 server and ...

1 2 3 4 5 18