- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Localhost
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2004 01:49 AM
01-16-2004 01:49 AM
I put in my IP address for my server and then the server name (mcsd5.ala.usmc.mil) ...
Yet when i'm following directions @ http://www.meritonlinesystems.com/docs/apache_tomcat_redhat.html
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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2004 02:14 AM
01-16-2004 02:14 AM
Solution127.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.
Bruce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2004 03:08 AM
01-16-2004 03:08 AM
Re: Localhost
Regards,
Sergejs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2004 04:00 AM
01-16-2004 04:00 AM
Re: Localhost
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...
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2004 05:47 AM
01-16-2004 05:47 AM
Re: Localhost
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.
Thats what they are talking about.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2004 09:29 AM
01-16-2004 09:29 AM
Re: Localhost
127.0.0.1 is needed for an loopback test.
Do not delete it
Good luck
Idriz