<?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: about network port in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/about-network-port/m-p/2951288#M115992</link>
    <description>Hi ??&lt;BR /&gt;&lt;BR /&gt;cat /etc/services | grep 80&lt;BR /&gt;http          80/tcp  www            # World Wide Web HTTP&lt;BR /&gt;http          80/udp  www            # World Wide Web HTTP&lt;BR /&gt;&lt;BR /&gt;Hope it helps,&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
    <pubDate>Tue, 15 Apr 2003 06:48:25 GMT</pubDate>
    <dc:creator>Robert-Jan Goossens</dc:creator>
    <dc:date>2003-04-15T06:48:25Z</dc:date>
    <item>
      <title>about network port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-network-port/m-p/2951286#M115990</link>
      <description>hi expert,&lt;BR /&gt;    i have a service must use the port 80, but when i start the service , it reply the port 80 was occupied by another process, how can i use command to find out this process which occupy the port,&lt;BR /&gt;thanks a lot&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Apr 2003 06:41:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-network-port/m-p/2951286#M115990</guid>
      <dc:creator>王曦_1</dc:creator>
      <dc:date>2003-04-15T06:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: about network port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-network-port/m-p/2951287#M115991</link>
      <description>You will find that you most likely have an apache web server running on your server. It is uses port 80.&lt;BR /&gt;If your not using apache then you can disable it. IF you don't have it, you can use 'lsof' to find what is using it. You can get lsof from here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.64/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.64/&lt;/A&gt;</description>
      <pubDate>Tue, 15 Apr 2003 06:46:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-network-port/m-p/2951287#M115991</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-04-15T06:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: about network port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-network-port/m-p/2951288#M115992</link>
      <description>Hi ??&lt;BR /&gt;&lt;BR /&gt;cat /etc/services | grep 80&lt;BR /&gt;http          80/tcp  www            # World Wide Web HTTP&lt;BR /&gt;http          80/udp  www            # World Wide Web HTTP&lt;BR /&gt;&lt;BR /&gt;Hope it helps,&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Tue, 15 Apr 2003 06:48:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-network-port/m-p/2951288#M115992</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-04-15T06:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: about network port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-network-port/m-p/2951289#M115993</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;see if ps -ef | grep apache or httpd helps.&lt;BR /&gt;&lt;BR /&gt;if not download lsof as pointed already.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;another option is netstat. &lt;BR /&gt;&lt;BR /&gt;netstat -ap.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;-balaji</description>
      <pubDate>Tue, 15 Apr 2003 06:54:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-network-port/m-p/2951289#M115993</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-04-15T06:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: about network port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-network-port/m-p/2951290#M115994</link>
      <description>A specific way to use lsof to find this out:&lt;BR /&gt;lsof -n|grep TCP|grep ":80 "</description>
      <pubDate>Wed, 16 Apr 2003 14:05:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-network-port/m-p/2951290#M115994</guid>
      <dc:creator>W.C. Epperson</dc:creator>
      <dc:date>2003-04-16T14:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: about network port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-network-port/m-p/2951291#M115995</link>
      <description>netstat -a | grep 80 | grep LISTEN .  It is probably a web server that is using the port.</description>
      <pubDate>Wed, 16 Apr 2003 14:09:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-network-port/m-p/2951291#M115995</guid>
      <dc:creator>Ron Cornwell</dc:creator>
      <dc:date>2003-04-16T14:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: about network port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-network-port/m-p/2951292#M115996</link>
      <description>netstat -an | grep 80 | grep LISTEN .  It is probably a web server that is using the port.</description>
      <pubDate>Wed, 16 Apr 2003 14:10:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-network-port/m-p/2951292#M115996</guid>
      <dc:creator>Ron Cornwell</dc:creator>
      <dc:date>2003-04-16T14:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: about network port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-network-port/m-p/2951293#M115997</link>
      <description>thanks</description>
      <pubDate>Thu, 17 Apr 2003 00:30:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-network-port/m-p/2951293#M115997</guid>
      <dc:creator>王曦_1</dc:creator>
      <dc:date>2003-04-17T00:30:37Z</dc:date>
    </item>
  </channel>
</rss>

