Questions tagged [localhost]

Questions related to localhost, loopback. On most computer systems, localhost resolves to the address 127.0.0.1, which is the most-commonly used IPv4 loopback address, and to the IPv6 loopback address ::1.

On most computer systems, localhost resolves to the address 127.0.0.1, which is the most-commonly used IPv4 loopback address, and to the IPv6 loopback address ::1. Using the loopback interface bypasses local network interface hardware.

310 questions
3
votes
1 answer

Not able to resolve localhost, but 127.0.0.1

I am able to visit 127.0.0.1. When visiting localhost, it is not able to resolve. Here is /etc/hosts 127.0.0.1 localhost # suppose to list all folder + files under /var/www, when visit localhost. 127.0.0.1 mymachine # aegir 127.0.0.1 …
kenpeter
  • 439
2
votes
2 answers

Install website on localhost

I want to install a phpBB forum on my local host, but for that I need get something like IIS or XAMPP, PHP and SQL on my Ubuntu. Can someone tell me how to do that? Can I also get a tutorial how to CHMOD spefic files/maps?
Korkel
  • 1,158
  • 1
  • 10
  • 26
1
vote
2 answers

sudo: unable to resolve host legend27

I am new to this and need help I got this error and need step by step instructions sudo: unable to resolve host legend27 I am running Ubuntu 16.04
1
vote
1 answer

how to remove local from flywheel

I installed local from flywheel. It's not what I want, my little laptop is begging for mercy. How do I remove it? They have instructions for apple and windows, but not for ubuntu.
Jos
  • 596
0
votes
1 answer

Localhost Configuration

how to run php program, i have install Apache,mysql,phpmyadmin.I don't know to configure files and directories to run php project on local host. Please give me solution step by step.
0
votes
0 answers

How do you log in to a local account on a domain joined Ubuntu 20.04

We had a need to start joining some of our Ubuntu vms to AD. I default to login to the local domain. When I have an issue with getting on the machine I have a need to use the local admin account. How do you indicate that it is a local user. Thanks…
0
votes
0 answers

host name in local network Kodi media server installed on Ubuntu 21.04 desktop amd64

howto allow mobile devices connected to local network to open the Kodi media server with ip 192.168.0.2:8080 by typing media.tv or any name instead of entering the IP address
0
votes
0 answers

not able to access my local host using system IP

My target my server via http://10.12.135.57:2828/ What I can do now I can access my server via these two ways: http://localhost:2828 http://127.0.0.1:2828 IP configuration Result of ifconfig | grep inet inet 10.12.135.57 netmask 255.255.255.0 …
0
votes
2 answers

Trying to find the physical location of a localhost address

A chap set up some files for me under localhost and I am trying to find out where they are exactly. Ubuntu 18.4 By this I mean within Ubuntu /var/www/vhosts/mysite/ there is an external facing php file that calls the following…
0
votes
1 answer

Datastax studio not working

I followed this link to install datastax studio. I have the right Java version also: java -version java version "1.8.0_181" But still the datastax studio is not rendering anything on localhost port 9091. /etc/hosts is good cat /etc/hosts 127.0.0.1 …
Ashu
  • 3,966
0
votes
3 answers

telnet localhost , connection is refused

My localhost(127.0.0.1) is reachable by Ping, and no problem with wget. But, when I try "telnet local host" or "ftp localhost", connection is refused. How do I fix this problem?
niuh
  • 11