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
-1
votes
1answer
21 views
Host And Expose Aplication to local small network
I developed a little application (web application) using JavaEE+MySql. I try to keep some data and .. from time to time to get some reports using my data.
My problem is I have to access this ...
1
vote
1answer
17 views
xampp and network
I have build a site working on my localhost using xampp on windows7.
Now, I my colleagues want to access and use that site in our small office.
I tried to access the site using IP address of my own ...
0
votes
1answer
41 views
LocalHost error
Does anyone know why I get this?: Oops! Google Chrome could not connect to localhost:8800
I am trying to use DokuWiki for the first time. It uses MicroApache. When I start it I get the error ...
0
votes
2answers
51 views
500 Internal Server Error when setting up Apache on localhost
I downloaded and installed XAMPP, and to keep my projects nicely separated I want to create a VirtualHost for each one based on its future domain name. For example, in my first project (we'll say it's ...
0
votes
1answer
29 views
network restricted website
How can I restrict my network connections to a only my web-server?
EG, a user would connect to my network (WIFI/LAN) when they open a web browser and enter 127.0.0.1 it will load my app. But if they ...
0
votes
1answer
41 views
strange localhost behaviour
I'm trying to implement http digest authentication on part of a local domain. I'm using MAMP on Mac OSX Lion. MAMP uses port 8888 so I can navigate to my domain either at ...
-1
votes
0answers
33 views
Connecting to localhost with smartphone: possible? [closed]
I am currently developing a mobile PHP project on localhost (or, to be more precise, a locally hosted website reachable at http://azgoth/) on my desktop computer and wish to check out how the design ...
0
votes
1answer
37 views
Redirect Addresses to localhost by Pattern on Mac OS X
I'm not even 100% sure how to ask this question. The answer might be out there, but I can't find it.
So I've set up virtual hosts for my Mac and I do all my development locally on my computer. I have ...
2
votes
2answers
77 views
Nginx: All local IP addresses redirect to Nginx
For some reason, any local IP address in the 127.xxx.xxx.xxx range redirects back to the default 'Welcome to nginx!' page.
From my experience with Apache, only the 127.0.0.1 IP address would resolve ...
0
votes
1answer
69 views
VM can't ping localhost on ESXi 4
I have some problem, i have 3 VM (vm1, vm2, and vm3).
vm1 is normal. ping to internal and external is OK, DHCP is OK.
but vm2 and vm3 very strange. DHCP is OK but can't ping to internal and external.
...
0
votes
2answers
175 views
Default localhost on mac lion moving slowly
When developing on my mac the default localhost server runs very slowly compared to the mamp server.
I ran nmap on the both servers and got back a significant difference. Unfortunately, this is out ...
1
vote
1answer
131 views
OpenLDAP on CentOS 6.2 (@ localhost)
I'm trying to configure openldap on CentOS 6.2, I'm just testing openldap on my server at home, so I don't have any DNS server and stuff like that.
I already installed openldap using the following ...
1
vote
0answers
55 views
haproxy tcp transparent mode on the same box as service
I'd like to set up transparent HA Proxy for TCP protocol.
It works flawlessly when HA Proxy is in front of the boxes that are running the service.
But when I try to set up HA Proxy in transparent mode ...
0
votes
1answer
54 views
mod_rewrite not working in Z-WAMP
I downloaded Z-WAMP and started the server, but the URL rewrite thingy from Apache doesn't seem to work.
When I go to localhost/phpinfo I see it appears to be active, but I get 404 errors in my ...
0
votes
3answers
111 views
SSH login using public key failed
On localhost running sshd service. Created two pairs of rsa keys for root and user1 using ssh-keygen. Copied from root/.ssh/id_rsa.pub to user1/.ssh/id_rsa.pub. Changed permissions to 600. Tried ssh ...
0
votes
1answer
65 views
connecting to local apache2 server from within local network
On machine X I can connect to 127.0.1.1 (I have a php script running on machine X that calls phpinfo() and it runs fine). X machines IP on the network is 192.168.1.101. I go over to machine Y and type ...
0
votes
3answers
81 views
Curl request wont resolve to localhost
I have an ubuntu server running apache on localhost / port 80. It's domain is sub.domain.com
If I make a curl request to http://localhost on that machine it will error with 'couldnt connect to host' ...
1
vote
0answers
42 views
Apache no longer working on localhost
I recently installed apache 2.4 for some simple testing on my localhost. I don't need anything complex, so I simply set the prefix, did a make, then make install. I changed only two lines in ...
1
vote
1answer
84 views
IIS7 on localhost: sub-domain can't be seen externally only by local machine
I have setup a site on localhost (Win7 32bit) that can be accessed locally or by other machines on our network using http://meeting-room however the sub-domain http://admin.meeting-room can only be ...
1
vote
0answers
110 views
mysql error : "cant connect to local mysql server through socket
Taps Server Error: Mysql::Error: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
I get this error whenever I try to push my local mysql to heroku postgres. It ...
3
votes
1answer
28 views
Do local cURL requests count towards my network transfer limit?
I have a purchased a hosting that allows me 10 GB of monthly transfer.
Will this 10 GB of transfer be affected if I make some cURL requests, from-a-script-to-a-script on the same server (in this case ...
1
vote
1answer
97 views
proxypass apache over nonstandard port - how can it be that the 192.168.*:9999 works from the computer itself but not another computer on the network?
httpd.conf vhost looks like this:
<VirtualHost *:9999>
ServerAdmin admin@example.com
ServerName www.example.com
ServerAlias example.com
# Indexes + Directory Root.
...
0
votes
2answers
309 views
Localhost problems on Mac OS X 10.7
Sorry for the duplicate post ( http://stackoverflow.com/questions/9720871/localhost-problems-on-mac-os-x-10-7 ), but I got the advice that this is a better place to ask my question:
I want to access ...
0
votes
3answers
46 views
Browse local website on mobile device (ie; without deployment to web)
I am developing a website on my Windows 7 pc at home and want to test it on mobile devices. How can I connect from, say, an iPod Touch to the localhost website on my local machine?
Thanks
0
votes
1answer
116 views
Setting up subdomains on localhost
I have been trying to set up a subdomain on my local development environment, dev.localhost. I'm using Ubuntu 11.10 and Apache2. So far, I've edited my host file to include the line 127.0.0.1 ...
1
vote
1answer
27 views
Removing Apache per user directories
I am trying to access my localhost but I am getting a "Not Found" error. What I am trying to do is get to my Sites directory (/User/[username]/Sites).
Right now I have the following commented:
# ...
0
votes
0answers
33 views
Java server Stopped working on my computer, why?
I installed JIRA yesterday on my OSX computer. It worked by going to the address:
localhost:8080
I Turned off my computer yesterday, and today when I tried to go there, I got:
Oops! Google Chrome ...
0
votes
1answer
125 views
How can I configure Xampp to open my php websites
I just downloaded Xampp onto my macbook pro version 10.6.8. I am new to creating php websites and would like to preview them on my localhost. Unfortunately I cannot see the webpage correctly. I have ...
0
votes
3answers
88 views
How do I force BIND9 to bind to a specific IP?
This is my setup:
$ ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
...
0
votes
2answers
65 views
WebApp accessible via localhost but not 127.0.0.1
i'm running a webapp on Jetty (Java application server) on my machine (Win7 pro X64) and i'm experiencing some weird problems:
when i try to open it on my browser - it's accessible via localhost but ...
2
votes
1answer
85 views
Downloading from wget - folder issue
I have a website - http://myradio1.localhost and the directory is currently empty.
The virtual host works fine, no issues there.
This is my command I'm using to download the site via wget:
wget ...
2
votes
0answers
50 views
htppd.conf or other local issue loading any php file in one specific localhost directory [closed]
Firefox:
"You have chosen to open (no file name here?) which is a: application/x-httpd-php (12.6 KB) from http://localhost"
"What should Firefox do with this file? Open with () Save File [ BROWSE ]"
...
0
votes
2answers
189 views
How would the outside world access my machine? [closed]
I have a local address e.g:
http://127.0.0.1:8125/ -> this works,
How would I access this using a different PC lets say from work, or friends house or allow anyone to access this?
I am using ...
2
votes
3answers
1k views
WAMP - phpmyadmin 403 error from localhost, but not from IP 127.0.0.1?
I was wondering if anyone can explain this to me.
I installed WAMP 2.2. I opened up the dashboard menu, and clicked localhost. I was brought to the WAMP localhost home page. I clicked on ...
0
votes
4answers
108 views
Access ports on localhost from external IP
I'm currently in the process of setting up a web server just for personal and testing use. Right now I'm trying out running some python applications but when I start them, they are ran at ...
0
votes
3answers
221 views
My external IP opens my adsl model configuration instead of pointing to my server even after PF?
I have forwarded port 80 of my ADSL router modem (DLINK DSL 2640 T) for virtual server 192.168.1.18 which is my server running apache . Problem is typing 192.168.1.18 points to apache webpage on my ...
-3
votes
2answers
152 views
Solving problems regarding accessing localhost over LAN
I have two computers with IP addresses of 192.168.1.1 and 192.168.1.2 respectively. Both computers have Apache servers installed on them and both are listening to port 8080 rather than 80. I have ...
0
votes
0answers
33 views
Nexpose and IIS on the same server
Do you know if Nexpose and IIS can coexist on the same server?
Nexpose use the following address https://localhost:3780, does he not "interfere" IIS?
I found nothing on Google on the subject but I ...
0
votes
1answer
379 views
.htaccess working on remote server but does not work on localhost. Getting 404 errors on localhost
MY PROBLEM:
When I visit localhost the site does not work. It shows some text from the site but it seems the server can not locate any other files. Here is a snippet of the errors from firebug:
...
0
votes
1answer
126 views
cannot access local webserver mac osx lion
When i try to access my local webserver on my Macbook Pro 15".
i keep getting 403 Forbidden
I have eveything correctly set up in: my hosts en vhosts files. Also is the chmod of the directory in ...
0
votes
2answers
83 views
Spamassassin/Exim (incorrectly) blocking mail from localhost as spam
On our server we've got a problem with spamassassin/exim4 blocking email from our mailing list software as spam. This because (usually) the headers the software (ecartis) adds add points to make it go ...
0
votes
0answers
105 views
Plesk don't run the web interface because it redirects to 127.0.0.1
I'm having a very strange problem with plesk 10.4.4 in a Ubuntu server. It's when i point in the browser the hostname with https: and port 8443 it redirects me auto to https://127.0.0.1/relay. Why ...
3
votes
1answer
228 views
Failed to connect to MySQL at localhost
I recently installed MySQL on my machine using MySQL installer. I am using it as part of an Apache Tomcat server I'm running on localhost.
I linked the database to Netbeans and everything was ...
0
votes
2answers
126 views
Web application on Local network
This is the same question asked here. I don't know if this issue was resolved. I am unable to connect to my local server from other network PCs.
I am using Eclipse with Tomcat to run my web ...
5
votes
5answers
531 views
How to force MySQL to connect by TCP instead of a Unix socket?
I would like to analyze mysql traffic. Right now, all mysql requests are sent to the MySQL unix socket:
unix 2 [ ACC ] STREAM LISTENING 3734388 15304/mysqld ...
0
votes
2answers
134 views
Ubuntu, Siemens router and resolving the localhost
after installing anew Ubuntu 11.04 can't resolve to localhost. I'm trying:
root@valk-pc:~# nslookup localhost
Server: 10.0.0.138
Address: 10.0.0.138#53
Non-authoritative answer:
*** Can't ...
1
vote
2answers
251 views
Ubuntu + Nginx 127.0.0.1 works but localhost doesn't
this one is weird, because I don't have any error messages.
I have a very basic default file:
server {
#listen 80; ## listen for ipv4; this line is default and implied
#listen [::]:80 ...
-4
votes
2answers
404 views
Why does localhost not work on Windows Server 2008 R2?
Why does navigation to localhost on Windows Server 2008 R2?
Is there a way to fix this to allow localhost to properly work?
(As a random note, I have already tried setting DWORD: ...
0
votes
1answer
77 views
Multiple virtual hosts on localhost for development
I'm using Xampp (Apace 2.2.20) on mac os lion for development. I have a number of CMS projects and i want to access them by going to cms1.localhost, cms2.localhost, cms3.localhost etc
Currently, with ...
1
vote
2answers
115 views
JBoss basic access
I have JBoss 5 deployed on Solaris 10 - the servers connection has unrestricted high ports (>1023) open to the internet.
I can access the box via ssh & FTP from a second server on the same subnet ...