<?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: simple apache server confirmation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-apache-server-confirmation/m-p/2568429#M872641</link>
    <description>Hi Jason,&lt;BR /&gt;&lt;BR /&gt;Look at your /etc/nsswitch.conf, it may be pointing to your DNS first, change it to look at files and then DNS&lt;BR /&gt;&lt;BR /&gt;-HTH&lt;BR /&gt;Ramesh&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 23 Aug 2001 03:00:07 GMT</pubDate>
    <dc:creator>linuxfan</dc:creator>
    <dc:date>2001-08-23T03:00:07Z</dc:date>
    <item>
      <title>simple apache server confirmation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-apache-server-confirmation/m-p/2568423#M872635</link>
      <description>guys/gals,&lt;BR /&gt;&lt;BR /&gt;having problem confirming apache web server is running...&lt;BR /&gt;was trying to check it via http://localhost but i always get the ISP's page instead of apache local page...&lt;BR /&gt;i have the httpd.conf as follows:&lt;BR /&gt;Servername localhost&lt;BR /&gt;Listen &lt;IP add=""&gt;:80&lt;BR /&gt;&lt;BR /&gt;jason&lt;/IP&gt;</description>
      <pubDate>Wed, 22 Aug 2001 09:22:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-apache-server-confirmation/m-p/2568423#M872635</guid>
      <dc:creator>Jason Miñoza</dc:creator>
      <dc:date>2001-08-22T09:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: simple apache server confirmation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-apache-server-confirmation/m-p/2568424#M872636</link>
      <description>What kind of server are you running apache on, and when you say ISP, do you mean your internet providers home page, or an Apache page?</description>
      <pubDate>Wed, 22 Aug 2001 10:06:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-apache-server-confirmation/m-p/2568424#M872636</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-08-22T10:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: simple apache server confirmation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-apache-server-confirmation/m-p/2568425#M872637</link>
      <description>ISP's page...Internet Service Providers page&lt;BR /&gt;its running alright via servername..&lt;BR /&gt;my problems is via &lt;A href="http://localhost..." target="_blank"&gt;http://localhost...&lt;/A&gt;&lt;BR /&gt;i already have /etc/hosts &lt;IP add=""&gt; localhost....and no proxy on "localhost"...&lt;BR /&gt;but i still get Meridians(ISP) page instead my local apache test page whenever i hit localhost....&lt;/IP&gt;</description>
      <pubDate>Wed, 22 Aug 2001 10:20:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-apache-server-confirmation/m-p/2568425#M872637</guid>
      <dc:creator>Jason Miñoza</dc:creator>
      <dc:date>2001-08-22T10:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: simple apache server confirmation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-apache-server-confirmation/m-p/2568426#M872638</link>
      <description>In my eyes i doesn't look like an Apache problem, but like a network problem:&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;Your can verify it via 'ping localhost' to see if it is really 127.0.0.1, or the other way, try &lt;A href="http://127.0.0.1" target="_blank"&gt;http://127.0.0.1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;To verify if apache is running try&lt;BR /&gt;'ps -ef | grep httpd' to see if there are any apache processes and 'netstat' to see if there is anyone listening on port 80.</description>
      <pubDate>Wed, 22 Aug 2001 10:33:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-apache-server-confirmation/m-p/2568426#M872638</guid>
      <dc:creator>Bernd Reize</dc:creator>
      <dc:date>2001-08-22T10:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: simple apache server confirmation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-apache-server-confirmation/m-p/2568427#M872639</link>
      <description>/etc/hosts is usually set up at the last place to look for&lt;BR /&gt;ip addresses.  Check /etc/resolve to see what DNS &lt;BR /&gt;may be appending to localhost.  If you have domain&lt;BR /&gt;or search defined these will be added to localhost&lt;BR /&gt;and a lookup attempted.  Note: localhost.com resolves&lt;BR /&gt;to 63.231.68.113.  Partial entries may be attempted.&lt;BR /&gt;&lt;BR /&gt;Assuming your domain is mydomain.com try &lt;BR /&gt;nslookup localhost.mycomain.com&lt;BR /&gt;nslookup localhost.com&lt;BR /&gt;nslookup localhost&lt;BR /&gt;&lt;BR /&gt;The first and last should both return 127.0.0.1.  Your&lt;BR /&gt;DNS entries should include an entry for &lt;BR /&gt;localhost.mydomain.com.&lt;BR /&gt;&lt;BR /&gt;Try using  &lt;A href="http://127.0.0.1," target="_blank"&gt;http://127.0.0.1,&lt;/A&gt; &lt;A href="http://localhost.," target="_blank"&gt;http://localhost.,&lt;/A&gt; or&lt;BR /&gt;&lt;A href="http://myserver.mydomain.com" target="_blank"&gt;http://myserver.mydomain.com&lt;/A&gt;  to see if your sever is up. &lt;BR /&gt;If you have the server-status page enabled you can&lt;BR /&gt;determine the status from &lt;BR /&gt;&lt;A href="http://127.0.0.1/server-status" target="_blank"&gt;http://127.0.0.1/server-status&lt;/A&gt;&lt;BR /&gt;This gives status info on all processes.</description>
      <pubDate>Wed, 22 Aug 2001 22:56:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-apache-server-confirmation/m-p/2568427#M872639</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2001-08-22T22:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: simple apache server confirmation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-apache-server-confirmation/m-p/2568428#M872640</link>
      <description>looks like a DNS problem!&lt;BR /&gt;i can see the apache test page via its local ip address....this confirms apache is running..&lt;BR /&gt;PROBLEM! whenever i hit "localhost", check server name prompts.   seems like its always accessing the DNS of our ISP.&lt;BR /&gt;could find any /etc/resolve file....&lt;BR /&gt;how do i check DNS properties?</description>
      <pubDate>Thu, 23 Aug 2001 02:08:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-apache-server-confirmation/m-p/2568428#M872640</guid>
      <dc:creator>Jason Miñoza</dc:creator>
      <dc:date>2001-08-23T02:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: simple apache server confirmation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-apache-server-confirmation/m-p/2568429#M872641</link>
      <description>Hi Jason,&lt;BR /&gt;&lt;BR /&gt;Look at your /etc/nsswitch.conf, it may be pointing to your DNS first, change it to look at files and then DNS&lt;BR /&gt;&lt;BR /&gt;-HTH&lt;BR /&gt;Ramesh&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Aug 2001 03:00:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-apache-server-confirmation/m-p/2568429#M872641</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-08-23T03:00:07Z</dc:date>
    </item>
  </channel>
</rss>

