Questions tagged [localhost]

Localhost is an address/term used for testing connection to the local host (current computer) used for some network troubleshooting

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
549 questions
1
vote
4 answers

/etc/hosts redirecting domain to localhost/directory

In this example i'm trying to force test.com to load localhost/project 127.0.0.1/project test.com However it doesn't work. 127.0.0.1 test.com The above works, but I really need it to go to /project. Any idea?
user138795
1
vote
0 answers

IIS 7 my site works using localhost but using 127.0.0.1 or my IP 192.168.1.66 fails

My question title basically says it all. I was reading some other questions that are similar to this, but I think I need some help on trouble shooting it. Can't seem to figure it out. Using IIS 7, my site works fine using localhost but when I try…
gdbj
  • 163
  • 1
  • 9
1
vote
2 answers

Difference between accessing a website using Local host and IP address

I have developed an ASP.NET website and deployed into my IIS server. Now to see that my IIS is installed fine, I type local host in my address bar, and I get the welcome screen of IIS and its documentation in a separate window. Now I gave the url…
Shiridish
  • 233
  • 3
  • 9
1
vote
1 answer

Showing outdated information when using WAMP as local server

I am running WAMP as a local server for the computers in the my network. The problem is that when I try to do any operations to the database from these computers, it seems as if they don't happen, even though they do. I have a mysql table called…
Isaac Gonzalez
  • 113
  • 1
  • 6
1
vote
1 answer

Iptables allow localhost

I want to allow localhost traffic in iptables so I added the rule iptables -A INPUT -i lo -j ACCEPT When I run iptables -L it shows me that this rule got translated into ACCEPT all -- anywhere anywhere That confuses me.…
user128059
1
vote
1 answer

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 application from 4-5 computers in the office. They are…
tartak
  • 129
  • 4
1
vote
1 answer

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 http://localhost:8888/myDomain or http://127.0.0.1:8888/myDomain. Both of…
musoNic80
  • 111
  • 3
1
vote
1 answer

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 configuration: Country Name (2 letter code)…
mckain
  • 51
  • 6
1
vote
3 answers

phpMyAdmin not found on Windows

I installed WAMP server 2.2 on Windows 7 x64. I clicked on its system tray icon and put the server online. Then I select PhpMyAdmin and I get a 404 page. Localhost successfully gives me the Apache 2 test page. There's no way I'm able to fix this.…
Urban
  • 121
  • 1
  • 1
  • 5
1
vote
1 answer

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 seems that mysql is misconfigured and that windows…
joar
  • 11
  • 1
1
vote
1 answer

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: # Real-time info on requests and configuration #…
alvincrespo
  • 131
  • 3
1
vote
2 answers

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 not 127.0.0.1 when someone else from my local…
levtatarov
  • 121
  • 5
1
vote
2 answers

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 over the boundary. e.g. Mail from a@.com ->…
dtech
  • 633
  • 2
  • 10
  • 27
1
vote
2 answers

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 and anywhere over the internet. JBoss is running over…
kgbolger
  • 33
  • 3
1
vote
1 answer

Auto backup mysql database in phpmyadmin

Can i backup the mysql database automatically every week like scheduled job in local Phpmyadmin. if possible i would like to take the each database separate file.Is this possible ! Thanks
Gowri
  • 113
  • 1
  • 5