In computer networking, localhost (meaning this computer) is the standard hostname given to the address of the loopback network interface.
1
vote
0answers
9 views
Specify path for cookie using jQuery on localhost
I am trying to implement a cookie to apply to all pages of my locally developed site (http://localhost888/develop). For some reason, I cannot get it to work by adding 'path /'. Below is the code I am ...
0
votes
0answers
14 views
Why does -Djava.net.preferIPv4Stack=true disables localhost callback to work?
We got weblogic running on a server and I am using localhost:port to do a jndi lookup.
This has been working until they put on -Djava.net.preferIPv4Stack=true
For some reason, there is nothing ...
1
vote
1answer
18 views
VMware, how do I see websites on the Guest from the Host?
I'm using VMWare to build a .asp / NET site in a virtual machine running Windows 8 on my Mac, but I'd like to view this from the OSX side, or from other machines on the local network.
On the virtual ...
0
votes
0answers
22 views
Hosting Web App Locally on Mac
I have written a simple chat web app using .net and it all works fine. Now I have written a small iphone app that is meant to interact with the web app. The problem is I dont know what to do in terms ...
1
vote
1answer
20 views
How do i provide a Console-Hosted WCF Service on localhost to the outside via my domain?
I have got the following problem:
I host a WCF Service in a Console Application on a Server at localhost:72/service .
This Port is reachable from the outside via e.g. mydomain.org:62345/service .
...
0
votes
0answers
16 views
Redirecting links to files with a slash on a local Apache server?
I've copied a web site to my local XAMPP server but it is displaying all links with a slash.
eg "/style.css" or "/images/logo.png" when I in fact just need "style.css" or "images/logo.png".
I don't ...
0
votes
1answer
15 views
How can I programmatically convert a loopback URL to an externally usable one?
I have a variable containing a URL.
string url;
It may contain loop-back host name. For example, its value could be the following:
http://localhost/x
I want to ensure that the URL will be usable ...
0
votes
1answer
25 views
How to see if a Flask app is being run on localhost?
I want my Flask app to have different behaviors when it is being run on localhost and when it is being hosted online. How can I detect from a flask app when it is on localhost and when it is deployed?
...
-7
votes
1answer
40 views
localhost stop working suddenly? [closed]
my localhost stop working suddenly, although i restarted it again and again but no use.
browser showing the error "Oops! Google Chrome could not find localhost".
please suggest how fix this error.
0
votes
2answers
27 views
Attempting to access page using IP address instead of localhost
I was working through the following tutorial: http://www.coreservlets.com/Apache-Tomcat-Tutorial/tomcat-7-with-eclipse.html
And I've managed to get it working. I can type in
...
1
vote
2answers
23 views
attempting to connect to my localhost via 127.0.0.1
My local server works well when I enter in my browser : http://localhost:8888/mysite. But when I launch http://127.0.0.1:8888/mysite, I am always redirected to a freenet page (i have installed ...
-1
votes
0answers
42 views
AJAX request works fine on server but not on localhost [closed]
I have to send an AJAX request. For some reason it works fine on my server but it doesn't on localhost.
On localhost the output is:
<br />
<font size='1'><table class='xdebug-error ...
0
votes
1answer
15 views
Facebook login button disabled on localhost
I'm testing the sample Run with Friends Google App Engine Facebook app. When running on localhost:8888, clicking the login button brings up a new small window, which disappears almost instantly, and ...
0
votes
0answers
28 views
When I type localhost in the address bar, webbrowser crashes
When I try the localhost address in the tool bar of the webbrowser (Chrome, Firefox or IE) the browser closes down with an error. The error is the standard message and doesnt give any clues on what ...
0
votes
0answers
8 views
how to configure the XAMPP pass without break NetBeans Tomcat Projects?
I was working on the localhost, my application works.
But I decided (for security) to change the passes of XAMPP (actually, is LAMPP, I'm on Linux).
As you can imagine, my project doesn't run anymore. ...
0
votes
1answer
14 views
ModRewrite on Localhost
I try to use ModRewrite on my Localhost but basically nothing happens. (Yes, everything in the httpd.conf is set right)
My Dir structure is:
htdocs/project/ this dir contains all files, also the ...
0
votes
1answer
35 views
How to run the localhost server for Dart Web Services (error finding local web service)
I'm following the dart web service tutorial here:
http://www.dartlang.org/articles/json-web-service/
When I try to run the code from the associated git code ...
-1
votes
1answer
27 views
Cannot access database from Android application
I urgently and desperately need help.
I want to connect my Android application to a local database with
private static String loginURL = "localhost/android_login_api/";
private static String ...
0
votes
1answer
15 views
Access denied when accessing localhost/<folder-name>
this may be a newbie question but I urgently and desperately need help.
I'm trying to access localhost/android_login_api from the browser but it says "Access Denied". I have put android_login_api in ...
0
votes
0answers
13 views
Access a Bootcamp Windows 7 localhost on iPad
I'm developing on Visual Studio 2012 which loads a site on localhost and I'm trying to access this through my iPad for testing purposes on the same network.
Visual Studio is installed on Windows 7 ...
-2
votes
0answers
45 views
Browser is not able to access the localhost page
Currently i have a problem with wampserver while developing a joomla website. I am not able to fix it:
When i turn on, it turns to green color icon. But when i put the cursor on it is showing the ...
0
votes
0answers
16 views
phpmyadmin not working on localhot wamp
i am trying to access phpmyadmin locally, but i get the following error message
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete
...
-7
votes
0answers
46 views
php storm help needed for running a php project in the ide browser [closed]
i have downloaded a php storm recently ..i dont know how to setup a phpstorm ide and i cant understand their information in their website regarding running the php project.. could anyone help me and ...
0
votes
3answers
33 views
Rails: PayPal Express Checkout Integration in Localhost
I don't know, where to start. I'm integrating PayPal Express Checkout in my RoR application in my Localhost server.
Yes, I'm using a gem, merchant-sdk-ruby.
In this integration, I'm trying to ...
0
votes
1answer
13 views
Apache 403 only appears on localhost, other hostnames are fine
On an installation of Apache via WAMPserver, http.conf is set to
<Directory "c:/WAMP/www/">
Options Indexes FollowSymLinks
AllowOverride all
Order Deny,Allow
Deny from all
...
0
votes
0answers
19 views
Error 500.0 - Internal Server Error An unknown FastCGI error occured
Module: FastCgiModule
Notification: ExecuteRequestHandler Handler PHP_via_FastCGI
Error Code: 0x8007010b
Physical Path: C:\inetpub\wwwroot\Gallery\photos.php
Logon Method: ...
0
votes
0answers
10 views
Calling localhost on a multidomain nginx server
I'm using nginx to run multiple (sub)domains on one server. One of them is domain.com, another api.domain.com. I want to use server-side calls to the API from the main domain.
If I'd do an HTTP ...
-1
votes
0answers
15 views
Apache on Ubuntu index page [closed]
I have one problem, maybe is stupid but I am stuck. I get from my provider virtual machine (Ubuntu server) and when I install apache, my page still redirect on webHosting provider.
I put my files in ...
0
votes
0answers
90 views
Can't connect to localhost since Mac OS 10.8.4 update
For the last few days I've been starting some work with PHP and ZendServer on my Mac. Everything was working fine and I had no issues until this morning. I updated to Mac OS 10.8.4 last night and ...
0
votes
2answers
46 views
Can't get Django admin to find static files (css, img, js) on Apache
I'm creating a Django development environment on my mac, and the admin is not finding the media files for styling. This is my settings.py file:
STATIC_ROOT = ...