localhost

vmware fusion view coldfusion debugging host os

i am using vmware fusion windows xp apache coldfusion 8 and I am trying to view the cf debugging through safari on my snow leopard host. I have turned on debugging and tried adding my ip, however, this did not work, any ideas? ...

include and require problem when I use it with file out of the folder

hi I usually use this line to import file from out of the current folder and it's work fine on my local host server require("../DataBase.class.php"); but when I upload the script on my website I get this Warning Warning: include(../DataBase.class.php) [function.include]: failed to open stream: No such file or directory ...

Can't connect to MySQL server error 111

I installed mysql server on linux box IP = 192.168.1.100 but when i try to connect to this IP it alway error(111). but use localhost and 127.0.0.1 is OK. beer@beer-laptop# ifconfig | grep "inet addr" inet addr:127.0.0.1 Mask:255.0.0.0 inet addr:192.168.1.100 Bcast:192.168.1.255 Mask:255.255.255.0 beer@beer-lapto...

Host file set, ping goes 127.0.0.1, but in browser URL still goes out to web?

Having some issues running my code local. I have host file setup like this: 127.0.0.1 ryan.local.myappname.com if I ping that URL it kicks back from 127... but if I browse there in firefox or IE it takes me to an old version of the site that is currently live instead of taking me to the local one... I am running Windows 7 An...

Does any body know where I can find my ISP SMTP server address for my localhost testing?

I'm using road runner and is there a free smtp server to use with wamp just in case i can't use my isp? ...

PHP localhosting and registering testing using wampserver?

I was wondering since i can't use my isp smtp server is there a way for me to setup my localhost wampserver on my computer to just send the info to my yahoo email address in order to test my registration script instead of using the smtp server? ...

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 : …navigate to http://localhost:3000. You should see Rails’ default information page. But when I follow the instructions, I get => Rails 2.3...

Socket communication Security issues

Are there any security issues when communicating between applications on the same machine over sockets? ...

how do I speed up netbeans' localhost?

I've just switched from radrails to netbeans. So far, so good. But I have noticed that radrails used to serve up pages a lot faster on localhost. I've left the server on glassfish, what can I do to make it run faster I'm on windows xp ...

svn can't connect to host 'localhost'

hello, I started two days ago to set up a svn environment on my local machine (win). i installed subversion + tortoise svn two days ago, and created the first test project. opening the link svn://localhost in my browser showed the Repository Browser with my test project having the folders tags, branches and trunk inside (which was great...

Multiple-domains on WAMP localhost

If you're reading my question, thanks, I appreciate your help I'm using Wamp on Windows Vista. I've created 2 project folders: www/project1/ www/project2/ My virtual hosts file looks like this: NameVirtualHost *:80 <VirtualHost *:80> DocumentRoot "C:/wamp/www/project1/" ServerName project1.com </VirtualHost> <VirtualHo...

How do I make localhost:3000 available world-wide with my IP adress?

Hello. I have a Ruby on Rails application running on localhost:3000. I would like to make it available world-wide, using x.x.x.x:3000 (my IP address). I'm on Windows XP SP3. Thank you. ...

C#: Restrict .Net remoting to accept localhost connections only

I am using .Net Remoting to handle intra-process communication between a master service and numerous (sometimes 50+) instances of a small client library. From a security standpoint, it is imperative that the service only accepts connections from the local machine, and noone else -- yet I cannot find any information on how one does this, ...

How can I write an .htaccess that will rewrite differently based on the request url?

I would like to have one .htaccess file that can rewrite correctly on both my localhost development environment and on my hosted production site. Right now I have to keep two separate file copies for every site I work on. I would like to be able to synchronize the two sites without blowing away either one of their .htaccess files. Belo...

Put file at specific port on Localhost

Dear All, I need to put a file at this address: http://localhost:51547/file.txt What folder would I put it in on C:/? Tony ...

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 don't have control of DNS settings (hosts file or whatever) then I would use this public DNS to resolve to 127.0.0.1. It needs to be wildcar...

SVG not working when access on localhost. Why?

Does anybody know why the same code from this page http://emacsformacosx.com/ would not render when hosted on a local tomcat server? I am trying to play with some SVG but can't see to make it work locally. Any ideas? ...

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

Guys, 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! ...

Force visual studio to start development server using the hostname localhost. (with period at end)

Is it possible to change the hostname that the development server fires up in visual studio 2008? Ultimately I would like visual studio to start directly on http://localhost.&#58;xxxx/ (note the period). As I am doing more ajax type calls I find that I need to inspect traffic more often using tools like fiddler to check responses/request...

Launch options to force Java socket connections to localhost?

Hello, I'm trying to find a way to force any connection attempts a Jar makes to an external IP through my proxy server, which is running on localhost(Also a Java application). Once the proxy server receives the connection it will open a connection with the external IP and begin routing the IO to and from the client/server. I've been Goo...