localhost

unable to access local site using my serve name or ip address when it is possible on localhost

Hi, I have installed reporting services and share point server on my windows server 2008. Also IIS 7.0 is running. I am able to run: http://localhost:81/Reportserver but cannot run with the IP address or server name. Please assist I am working on it for days now, Thanks, buzzi ...

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, and all subsequent instances connect to it. The problem I'm faced with is that Windows Firewall pops up asking me if I want to unblock th...

Is it Possible install git in xampp localhost ?

Is it Possible hooked git into XAMPP so it can be managed as part of that software suite.? i try to make my own remote repository ...

Is there a way to disable IPv6 in Google's Chrome?

I'm developing websites in a Windows 7 machine. When I've installed Firefox I've found some performance issue specially on connecting to the localhost, googling around I've discovered that it's related to the use of IPv6 by the browser to resolve urls. Using about: config and setting network.dns.disableIPv6 to true the problem is gone...

Local dev environment, php & mysql work, but not together.

I've spent the whole day trying to set up development environment using: PHP Version 5.3.3 apache 2.2 mySQL Server 5.1 Windows 7 The localhost renders the php fine, and I can work with mySQL via the command line client, but whenever I try to interact with mySQL through PHP I get a 30 second "waiting for localhost" and then a blank w...

Accessing ASP.NET local server from virtual machine

Don't know if maybe this question belongs on serverfault, but I'll try here first. I'm running Visual Studio 2010 on my machine, and I want to test my ASP.NET page in IE6. IE6 is running on a virtual machine using Windows XP Mode. The problem is that I can't access localhost from the virtual machine. I've also tried accessing it via my...

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 "localhost:8080" to "218.175.192.160:8080" (my ip) in client-side page, the server side still kept "localhost:8080". It turns out that I ...

Remote connection between a website and local computer.

Is there any way I can connect to a local computer from internet website.. My requirement is to develop an Asp.Net web application which need to communicate with a local database.. ...

The best way to use python as a server scripting language for use on localhost

Hello all, relatively long-time PHP user here. I could install XAMPP in my sleep at this point to the point where I can get a PHP script running in the browser at "localhost", but in my searches to find a similar path using Python, I've run out of Googling ideas. I've discovered the mod_python Apache mod, but then I also discovered that ...

How to access http://localhost:8080/ from another computer in the network.

I have development server (from google appengine sdk), running on my Ubuntu computer. I can access my site by navigating to localhost:8080 I want to access that site from another computer (with Vista OS) in the network. ifconfig prints the following (snippet): eth1 Link encap:Ethernet HWaddr 00:1f:e1:c5:30:cf inet...

Restrict access to MySQL DB through localhost, not through IP ?

I'm using MySQL and a web-service connect to the database to read some values. The web-service and the database are on the same server. I want to deny access to the database through the public static IP of the server and the port of MySQL. That means only allow access to the database through localhost, so that only the web-service can ...

Using the facebook connect JavaScriptSDK redirecting to port :8000

I'm running a Django server on localhost:8000/ and have the facebook callback URL set to exactly that "http://localhost:8000/" however, when I log in, it redirects to "http://localhost/". Is there a way around this? What am I doing wrong? ...

How to create a profile php code?

I just started with PHP and my SQL databases, I have learned how to create databases, and create register forms that store the information on the databases, but I do not know how to keep people from being able to register with a user name that has already been taken, and I don't know how to allow users to have their own profile page on m...

The remote name could not be resolved: 'localhost'

How can the application not be able to lookup localhost? The remote name could not be resolved: 'localhost'; StackTrace; at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String me...

Validate HTML on local machine

I'm currently trying to learn HTML and Java EE Servlet programming. I have an application server running on my local machine (Orion Application Server) and I'm connecting to web pages I've deployed on this server using a browser running on the same machine, directed to http://localhost/mypage.htm (for example). I know W3C has a site yo...

Working on localhost but server returns "Failed to open stream: No such file or directory"

On my local machine the script works fine, but when I put it on the server I get: application/hooks/zend.php [9]: require_once(Loader/Autoloader.php) [function.require-once]: failed to open stream: No such file or directory Stack Trace application/hooks/zend.php [9]: require_once( ) system/core/Kohana.php ...

My drupal only runs when I'm online

Hey, I'm using ubuntu 10.04, and when I try to run online on localhost without being connected on internet, it doesn't run. It only runs when I'm connected on internet. Everything is installed right, mysql, apache, bla bla bla, etc. help! ...

How can I get Yahoo OAuth to work when I develop locally when my local domain is not registered with Yahoo?

I'm working on an app that uses Yahoo OAuth. The OAuth had been working fine but I just registered my domain with Yahoo and now it will not let me use the OAuth when I develop locally because "Custom port is not allowed or the host is not registered with this consumer key." The issue is because my call back URL is to a domain that is ...

ASP.NET MVC: How to automatically disable [RequireHttps] on localhost?

I want my login page to be SSL only: [RequireHttps] public ActionResult Login() { if (Helper.LoggedIn) { Response.Redirect("/account/stats"); } return View(); } But obviously it doesn't work on localhost when I develop and debug my application. I don't wanna use IIS 7 with S...

Classic ASP on Localhost, no form data?

I have a really odd situation going on on my local PC that I can not seems to resolve. Recently I have been contacted to extend a classic ASP website that I wrote a few years back. I unpacked the code into a sub folder of wwwroot on my current machine running XP pro. It has never had any classic ASP sites running on it. I set up IIS and...