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
0
votes
1 answer

Cannot access application after installing ipv6 on xp

I have a tomcat webapplication running on 8080 which will fetch xml from another application at 4040, both running on a xp machine. Everything was working fine until I installed IPv6. Now I cannot access the application from tomcat. What I find…
Nik
0
votes
2 answers

wamp - What do "global" and "database-specific" privileges refer to?

I'm pretty much a newbie with MySQL and WAMP. I just created a new db on localhost, which I called "admin" (original, huh?). On the next page after the creation, the user shows up with 2 lines under "Type", "global" and "database-specific". The…
JDelage
  • 211
  • 1
  • 4
  • 9
0
votes
4 answers

where does port 8080 redirect

that might be a bit of a silly question 127.0.0.1 redirect to the index.html page on /var/www/ 127.0.0.1/drupal redirect to /var/www/drupal etc but when I add port 8080 127.0.0.1:8080 where does this go ? I get oracle 10g license agreement but there…
Vanddel
  • 125
  • 1
  • 4
0
votes
1 answer

sendmail helo rejected localhost.localdomain

I set up a Server A with sendmail running, just for sending emails for other Servers. I put: Connect:[Server B's external IP] RELAY in /etc/mail/access file and compiled to access.db. I have Server B to use Server A to send out…
starchx
  • 533
  • 10
  • 24
0
votes
1 answer

Apache VHost localhost not working on OSX

I've had VHosts working on my OSX client for quite some time. Recently, I've been trying to use http://localhost to access the /Library/WebServer/Documents but it keeps redirecting my to my blog. Can anyone point me in the direction where I might be…
Sonoman
  • 173
  • 1
  • 15
0
votes
4 answers

Domain name is forwarding to my localhost, no idea why

On my local development machine, I have a WAMP setup (Windows Vista Home Premium, Apache 2, MySQL and PHP 5). One of my projects is rehash.dustinfineout.com, which may be related to the problem... For some reason, when I try to visit…
defines
  • 101
  • 1
  • 3
0
votes
2 answers

Access denied for user 'xxx'@'xxx.xxx.xxx.xxx'

I know that there are similar questions, but I didn't find exactly what I'm looking for. Here's what happens and it's kinda strange: [root@xxx xxx]# mysql -u profuser -ppwd -h 192.168.1.99 ERROR 1045 (28000): Access denied for user…
Kiril Kirov
  • 103
  • 1
  • 4
0
votes
1 answer

How do i get two apache servers to power 1 website

I'm very new to servers and such and i'm just wondering how i set up 2 servers on the same local network to power apache? So there both handling the traffic to the same website?
james
  • 1
0
votes
3 answers

Getting server behind router

Hello again stackoverflow! I want to get my Apache + PHP + Mysql server behind the router, so that my apache server is available at http://myipadress:8000/ or something like that. Only these settings above don't work? I get an error that the local…
Thew
  • 103
  • 3
0
votes
2 answers

/etc/hosts file doesnt forward to localhost for subdomain begins with www

On my desktop I use /etc/hosts file like as below for developing purpose 127.0.0.1 a.example.com 127.0.0.1 www.a.example.com 127.0.0.1 adsense.a.example.com 127.0.0.1 foto.a.example.com They all work except www.a.example.com it doesn't…
Gok Demir
  • 273
  • 1
  • 3
  • 14
0
votes
1 answer

Port 8080 not visible while doing netstat?

While trying to run Tomcat on my Windows 2003 OS, I am noticing that the server is not running but at the same time it is not throwing any exceptions on the console. My first hunch was that the server configs are not picking up port 8080 or maybe…
sc_ray
  • 107
  • 1
  • 6
0
votes
2 answers

I can connect to my tomcat6 server using http://localhost:8080/ but when I replace localhost with my ip address I'm unable to connect. What gives?

Is there a configuration setting I need to modify somewhere for this to work?
Xavier
  • 103
  • 1
  • 1
  • 3
0
votes
1 answer

phpmyadmin on lighttpd gives me a 403 forbidden need help

Whats the problem: When I goto //localhost/phpmyadmin I get what I would get if I did //localhost/, I'm using both http: and https:. What did I do, that changed it: I simply reinstalled lighttpd. What I have tried: Disabling and re-enabling…
0
votes
3 answers

AddHandler syntax

This is my .htaccess file - currently very limited for now, as it's a test site at: http://localhost/mydomain/testfile AddHandler application/x-httpd-php .$ Is this syntax correct so that any file can be served extensionless and still run as a PHP…
0
votes
2 answers

Can View Website on Localhost and By IP on machine but nothing from other machines

I have a centos apache2 webserver which is running and I can view the localhost website from localhost or by http://192.168.0.167 (its IP) through a browser on the machine itself, but if I try to view it by its IP on another machine through a…
Bobalandi
  • 3
  • 2