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
2 answers

Can I make subdomain of company website only accessable on our company network?

I have created a WordPress site for our company intranet. I also created a subdomain called intranet.example.com. Is it possible to make this subdomain only accessible from our local network? If not, could I host the site on a local computer and…
0
votes
0 answers

Trying to open an IIS page locally

I have two IIS sites, which expose the same virtual directory. One is bound as http::80:wfe.website.com, and is accessed through a reverse proxy server. The second is bound as http::80:www.website.com, and is not exposed externally. Our public DNS…
Reaces
  • 5,597
  • 4
  • 38
  • 46
0
votes
0 answers

Nginx reverse proxy to many local servers + webserver duty

I currently have to master a difficult setup: I want nginx to serve webcontent AND deeply redirect to content on localhosts (local apps) with altered posts. I want every request to use https using nginx capabilities and certification from…
jcor
  • 1
  • 1
0
votes
1 answer

why is my apache2 server not serving localhost?

I have setup an apache2 server which successfully serves requests to my specific IP a-la curl -i -H GET http://a.b.c.d/nominatim/lookup.php?osm_ids=N107775&format=json but requests (from the selfsame server) to localhost (a-la curl -i -H GET…
0
votes
0 answers

Tomcat localhost private ip link is not accessible by another PC in same network

My PC has the IP 192.168.1.185 The URL http://192.168.1.185:8080/projectname is not accessible by another computer in the same network having the IP 192.168.1.135. I have disabled IIS already through which the link was accessible. But Through tomcat…
Shreeya
  • 63
  • 1
  • 9
0
votes
1 answer

Waiting for localhost : getting this message on all browsers

I am using Ubuntu 14.04 and have php5 and mysql installed. I have 3 web applications on my /var/www/html folder. Until yesterday evening I was able to test and work on the applications. All of a sudden, I am not able to load any of my applications…
Apricot
  • 121
  • 1
  • 5
0
votes
1 answer

Postfix SMTP on port 587 errno connection refused only from localhost

If I connect from a website from the localhost (127.0.0.1) with port 587 and STARTTLS to my smtp-server on mail.example.tld, I get the the error "Connection refused, errno 111". Connections from a server with another IP are working, the problem…
Migster
  • 1
  • 1
  • 4
0
votes
1 answer

Squid proxy does not consider localhost traffic

I installed squid on Kali linux, configured my browser to send whole traffic through squid. However, squid doesn't consider localhost traffic. Actually, I run this command to check log file while I'm browsing: tail -f /var/log/squid/access.log It…
ThisIsMe
  • 73
  • 1
  • 7
0
votes
2 answers

IIS 7.5 Domain Restriction working but not IP

We have a web service that we are trying to impose access restrictions on in production. This web service lies on LAN based internal server. It is called from web applications sitting on the same server and web applications sitting on a DMZ server.…
Ben
  • 111
  • 2
0
votes
1 answer

Overriding the DNS for a domain is not working

My clients' website is live at this moment, and I am migrating the website to my new Web Hosting Server. I already uploaded the site to the new server. Before changing the DNS, I am testing the site by modifying my hosts' file (windows local…
c.k
  • 101
  • 1
0
votes
1 answer

Socket support using wamp in windows 7

I'm running windows 7 and using WAMP for my local development. Now I Installed Cultbooking (sourceforge.net/projects/cultbooking/) in my wamp and can't finish my installation because it says sock "Socket support - Socket not supported". I don't know…
user28139
  • 131
  • 5
0
votes
4 answers

127.0.0.1 corrupted

I can't access my local printers with \\127.0.0.1\printername. Windows XP gives me an error message in my language which roughly translate to : "Impossible to complete this operation. You have entered a wrong printer name or the specified printer is…
Philippe Carriere
  • 313
  • 1
  • 2
  • 9
0
votes
0 answers

Can't reach native ip 192.168.1.5 via Browser(Windows Server 2016 Datacenter)

On a Windows Server 2016 Datacenter The default website can be accessed by local host and 127.0.0.1, but native IP(192.168.1.5) cannot be accessed. What could cause this issue? iis bind localhost 127.0.0.1 native ip network ping
0
votes
1 answer

Nginx static file configuration for CenotOS 7 Minimal Installation

I have a brand new VM with CenotOS 7 Minimal Installation. What I want to happen is to configure Nginx to serve static files from a directory on localhost:80. My directory is /home/kenny/projects/kcrypt/dist/. Here are the contents of my…
Hristo Kolev
  • 440
  • 1
  • 6
  • 16
0
votes
1 answer

What happens if i connect to a used localhost port?

Im new to this discipline, so please just dont blast me. I have Apache in localhost. localhost:8080 Is it correct to say that 8080 is the port used to comunicate beetween client and server ? What happens if a want to use a port that is already used…
Poiera
  • 101