Accessing localhost from another system [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for … Read more

Cannot copy a local file to live server over a port other than 22 [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 5 years ago. Improve this question I am trying to copy a file from my computer to my server through scp command. I have changed the default sshd port … Read more

Apache2 : Xampp is not running

I have apache2 and Xampp both installed in my server now my problem is When i stop apache2 from /etc/init.d/apache2 stop and tried restart xampp like /opt/lampp/lampp restart i am getting the response Stopping XAMPP for Linux 1.7.3a… XAMPP: XAMPP-Apache is not running. XAMPP: XAMPP-MySQL is not running. XAMPP: XAMPP-ProFTPD is not running. XAMPP stopped. … Read more

127.0.0.1:8080 works but localhost:8080 doesn’t [closed]

It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 9 years ago. This may be super easy so I apologize … Read more

How should one go about hosting a local test website in IIS8, and testing http bindings in browser? [closed]

It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 9 years ago. Locked. This question and its answers are locked … Read more

What are the drawback if I use 127.0.0.1 instead of 127.0.1.1 in my host file?

Ubuntu default host file is something like 127.0.0.1 localhost 127.0.1.1 myhostname Will there be any drawback if I change to: 127.0.0.1 localhost myhostname Answer 127.0.0.0/8 (127.*.*.*) will all point to your local machine, regardless which address you use. The only thing that matters is that the hostname provided in /etc/hostname resolves to an IP address, … Read more

DNS Server VS DNS Record [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 7 years ago. Improve this question This question is to clarify a fundamental concept so that I can properly understand an error message. My server threw … Read more

Changing the IP address with a name [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 9 years ago. Improve this question I have a web server (xampp) in a particular PC running on my LAN, and I added the following line in the ‘hosts’ … Read more