- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- simple apache server confirmation
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
08-22-2001 02:22 AM
08-22-2001 02:22 AM
simple apache server confirmation
having problem confirming apache web server is running...
was trying to check it via http://localhost but i always get the ISP's page instead of apache local page...
i have the httpd.conf as follows:
Servername localhost
Listen
jason
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2001 03:06 AM
08-22-2001 03:06 AM
Re: simple apache server confirmation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2001 03:20 AM
08-22-2001 03:20 AM
Re: simple apache server confirmation
its running alright via servername..
my problems is via http://localhost...
i already have /etc/hosts
but i still get Meridians(ISP) page instead my local apache test page whenever i hit localhost....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2001 03:33 AM
08-22-2001 03:33 AM
Re: simple apache server confirmation
if your apache doesn't run, you would simply get NO page under http://localhost, but if you get a completly different (from your ISP) page, it looks more like a wrong localhost setting.
Your can verify it via 'ping localhost' to see if it is really 127.0.0.1, or the other way, try http://127.0.0.1
To verify if apache is running try
'ps -ef | grep httpd' to see if there are any apache processes and 'netstat' to see if there is anyone listening on port 80.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2001 03:56 PM
08-22-2001 03:56 PM
Re: simple apache server confirmation
ip addresses. Check /etc/resolve to see what DNS
may be appending to localhost. If you have domain
or search defined these will be added to localhost
and a lookup attempted. Note: localhost.com resolves
to 63.231.68.113. Partial entries may be attempted.
Assuming your domain is mydomain.com try
nslookup localhost.mycomain.com
nslookup localhost.com
nslookup localhost
The first and last should both return 127.0.0.1. Your
DNS entries should include an entry for
localhost.mydomain.com.
Try using http://127.0.0.1, http://localhost., or
http://myserver.mydomain.com to see if your sever is up.
If you have the server-status page enabled you can
determine the status from
http://127.0.0.1/server-status
This gives status info on all processes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2001 07:08 PM
08-22-2001 07:08 PM
Re: simple apache server confirmation
i can see the apache test page via its local ip address....this confirms apache is running..
PROBLEM! whenever i hit "localhost", check server name prompts. seems like its always accessing the DNS of our ISP.
could find any /etc/resolve file....
how do i check DNS properties?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2001 08:00 PM
08-22-2001 08:00 PM
Re: simple apache server confirmation
Look at your /etc/nsswitch.conf, it may be pointing to your DNS first, change it to look at files and then DNS
-HTH
Ramesh