<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Localhost in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/localhost/m-p/3166394#M9186</link>
    <description>The localhost entry lists a special address that refers to the local host itself (a kind  of  /dev/tty  for  hosts). This is pretty much the standard way of referencing the local machine, and not having a "localhost" reference in your /etc/hosts file will break some programs and scripts.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs</description>
    <pubDate>Fri, 16 Jan 2004 11:08:12 GMT</pubDate>
    <dc:creator>Sergejs Svitnevs</dc:creator>
    <dc:date>2004-01-16T11:08:12Z</dc:date>
    <item>
      <title>Localhost</title>
      <link>https://community.hpe.com/t5/operating-system-linux/localhost/m-p/3166392#M9184</link>
      <description>My question is in /etc/hosts why is 127.0.0.1 there?&lt;BR /&gt;&lt;BR /&gt;I put in my IP address for my server and then the server name (mcsd5.ala.usmc.mil) ...&lt;BR /&gt;&lt;BR /&gt;Yet when i'm following directions @  &lt;A href="http://www.meritonlinesystems.com/docs/apache_tomcat_redhat.html" target="_blank"&gt;http://www.meritonlinesystems.com/docs/apache_tomcat_redhat.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;On part 6.0 it says setting up your domain. My domain is already set up but why would 127.0.0.1 be there?</description>
      <pubDate>Fri, 16 Jan 2004 09:49:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/localhost/m-p/3166392#M9184</guid>
      <dc:creator>Kyle D. Harris</dc:creator>
      <dc:date>2004-01-16T09:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Localhost</title>
      <link>https://community.hpe.com/t5/operating-system-linux/localhost/m-p/3166393#M9185</link>
      <description>DO NOT TRY TO REMOVE THIS LINE!!!! You have been warned &lt;GR&gt;.&lt;BR /&gt;&lt;BR /&gt;127.0.0.1 is what you need for the loopback (lo or localhost) interface.  Your own local machine needs to be able to do a lot of things without having to have a working network (eht0, wlan0, etc) or internet interface.  That's what 127.0.0.1 is used for.  In most cases, if you remove the 127.0.0.1, your computer won't run at all.  &lt;BR /&gt;&lt;BR /&gt;Bruce&lt;BR /&gt;&lt;/GR&gt;</description>
      <pubDate>Fri, 16 Jan 2004 10:14:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/localhost/m-p/3166393#M9185</guid>
      <dc:creator>Bruce Copeland</dc:creator>
      <dc:date>2004-01-16T10:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Localhost</title>
      <link>https://community.hpe.com/t5/operating-system-linux/localhost/m-p/3166394#M9186</link>
      <description>The localhost entry lists a special address that refers to the local host itself (a kind  of  /dev/tty  for  hosts). This is pretty much the standard way of referencing the local machine, and not having a "localhost" reference in your /etc/hosts file will break some programs and scripts.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs</description>
      <pubDate>Fri, 16 Jan 2004 11:08:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/localhost/m-p/3166394#M9186</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2004-01-16T11:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Localhost</title>
      <link>https://community.hpe.com/t5/operating-system-linux/localhost/m-p/3166395#M9187</link>
      <description>Localhost entry in the hosts file is only important if you want to be able to send and recieve data on IP.&lt;BR /&gt;&lt;BR /&gt;If you have IP configured, but the system communicates with the internet via modem not ethernet and not with any other systems on a network.(secure workstation type scenario), then it isn't relevant to what you do. If you want to continue using ethernet post reboot...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Fri, 16 Jan 2004 12:00:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/localhost/m-p/3166395#M9187</guid>
      <dc:creator>Tim Sanko</dc:creator>
      <dc:date>2004-01-16T12:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Localhost</title>
      <link>https://community.hpe.com/t5/operating-system-linux/localhost/m-p/3166396#M9188</link>
      <description>localhost is the network of last resort and your system will not function properly even with no networking without this line.&lt;BR /&gt;&lt;BR /&gt;If you are using this redhat machine for local web development or hosting and intend no outsiders to ever access the html docs and whatnot, you can reconfigure apache httpd.conf file to make localhost or 127.0.0.1 the name of the webserver.&lt;BR /&gt;&lt;BR /&gt;Thats what they are talking about.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 16 Jan 2004 13:47:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/localhost/m-p/3166396#M9188</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-01-16T13:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Localhost</title>
      <link>https://community.hpe.com/t5/operating-system-linux/localhost/m-p/3166397#M9189</link>
      <description>Hi,&lt;BR /&gt;127.0.0.1 is needed for an loopback test.&lt;BR /&gt;Do not delete it&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;Idriz</description>
      <pubDate>Fri, 16 Jan 2004 17:29:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/localhost/m-p/3166397#M9189</guid>
      <dc:creator>I.Delic</dc:creator>
      <dc:date>2004-01-16T17:29:34Z</dc:date>
    </item>
  </channel>
</rss>

