<?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: Testing http in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/testing-http/m-p/3741563#M256246</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;On the server side, use the following commands&lt;BR /&gt;&lt;BR /&gt;# lsof | grep 8765&lt;BR /&gt;# lsof | grep 8081&lt;BR /&gt;# lsof | grep 80&lt;BR /&gt;&lt;BR /&gt;The output of all the above 3 commands should show that the ports are in LISTEN state.'&lt;BR /&gt;&lt;BR /&gt;If this is thtough, pls use the following commands from any end-user terminal&lt;BR /&gt;&lt;BR /&gt;telnet Server_IP 8765  ( and similarly replace the port no. with 8081 &amp;amp; 80 )&lt;BR /&gt;&lt;BR /&gt;The above three commands should throw up a BLANK Window. However, if there are any Network/Firewall issues crom Terminal to server, it will show "connecting to ..."&lt;BR /&gt;&lt;BR /&gt;rgds..Ashish</description>
    <pubDate>Wed, 01 Mar 2006 10:47:12 GMT</pubDate>
    <dc:creator>AshishJain_USA</dc:creator>
    <dc:date>2006-03-01T10:47:12Z</dc:date>
    <item>
      <title>Testing http</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/testing-http/m-p/3741558#M256241</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;   This is regarding a problem as described below.&lt;BR /&gt;I am having a server in which an application called Finfore is running.The application uses oracle http server(apache).The client usually open the application in a browser http:/edcdbs11.7778/.But it is not working now. Could you please help me in the steps to be followed in resolving this problem. How do i test that it will work as i cannot use the browser here.&lt;BR /&gt;Thanks in advance&lt;BR /&gt;s.o&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Mar 2006 06:24:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/testing-http/m-p/3741558#M256241</guid>
      <dc:creator>so_2</dc:creator>
      <dc:date>2006-03-01T06:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Testing http</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/testing-http/m-p/3741559#M256242</link>
      <description>Hi,&lt;BR /&gt;1. check http is running&lt;BR /&gt;ps -ef | grep http&lt;BR /&gt;2. If not running start the apache server&lt;BR /&gt;.../Apache/bin/apachectl start&lt;BR /&gt;3. If running check the port:&lt;BR /&gt;grep 7778 .../Apache/conf/httpd.conf&lt;BR /&gt;&lt;BR /&gt;These locations/files assume no modifications were made.&lt;BR /&gt;&lt;BR /&gt;Let us know how you get on.</description>
      <pubDate>Wed, 01 Mar 2006 06:34:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/testing-http/m-p/3741559#M256242</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-03-01T06:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Testing http</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/testing-http/m-p/3741560#M256243</link>
      <description>Thanks Peter&lt;BR /&gt;&lt;BR /&gt;  These are the findings against your reply&lt;BR /&gt;ps -ef | grep http&lt;BR /&gt;    root  3330     1  0  Feb  1  ?         2:37 /opt/apache/bin/httpd&lt;BR /&gt;  orafrp  3346  3330  0  Feb  1  ?         0:01 /opt/apache/bin/httpd&lt;BR /&gt;  orafrp  6309  3330  0  Feb  8  ?         0:02 /opt/apache/bin/httpd&lt;BR /&gt;  orafrp  3347  3330  0  Feb  1  ?         0:01 /opt/apache/bin/httpd&lt;BR /&gt;  orafrp  3348  3330  0  Feb  1  ?         0:01 /opt/apache/bin/httpd&lt;BR /&gt;  orafrp  3349  3330  0  Feb  1  ?         0:00 /opt/apache/bin/httpd&lt;BR /&gt;  orafrp  3350  3330  0  Feb  1  ?         0:01 /opt/apache/bin/httpd&lt;BR /&gt;  orafrp 17772  3330  0  Feb 23  ?         0:00 /opt/apache/bin/httpd&lt;BR /&gt;in867566 12809  8225  0 11:41:26 pts/1     0:00 grep http&lt;BR /&gt;  orafrp 29721  3330  0  Feb 16  ?         0:01 /opt/apache/bin/httpd&lt;BR /&gt;  orafrp 20337  3330  0  Feb 16  ?         0:01 /opt/apache/bin/httpd&lt;BR /&gt;  orafrp  6308  3330  0  Feb  8  ?         0:01 /opt/apache/bin/httpd&lt;BR /&gt;$&lt;BR /&gt;$ grep 7778 httpd.conf&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;more /opt/apache/conf/httpd.conf&lt;BR /&gt;----------&lt;BR /&gt;--------&lt;BR /&gt;Listen 8765&lt;BR /&gt;Listen 80&lt;BR /&gt;Listen 8081&lt;BR /&gt;#Listen 12.34.56.78:80&lt;BR /&gt;-----------&lt;BR /&gt;----------&lt;BR /&gt;&lt;BR /&gt;Pls advice..&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Mar 2006 06:47:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/testing-http/m-p/3741560#M256243</guid>
      <dc:creator>so_2</dc:creator>
      <dc:date>2006-03-01T06:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Testing http</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/testing-http/m-p/3741561#M256244</link>
      <description>Hi,&lt;BR /&gt;can you please ask the users to test access to:&lt;BR /&gt;http://edcdbs11:8765/&lt;BR /&gt;http://edcdbs11:8081/&lt;BR /&gt;http://edcdbs11:80/&lt;BR /&gt;&lt;BR /&gt;I also assume all your oracle processes were started and the database is up and running.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Mar 2006 06:54:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/testing-http/m-p/3741561#M256244</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-03-01T06:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Testing http</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/testing-http/m-p/3741562#M256245</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;What kind of error message you are getting ? Page not found or some other like 505 ? &lt;BR /&gt;&lt;BR /&gt;If you can't use any browser, you can simply telnet to that particular port(8765) &lt;BR /&gt;&lt;BR /&gt;# telnet &lt;IP&gt; 8765 will help you. &lt;BR /&gt;&lt;BR /&gt;-Arun&lt;/IP&gt;</description>
      <pubDate>Wed, 01 Mar 2006 07:44:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/testing-http/m-p/3741562#M256245</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-03-01T07:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Testing http</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/testing-http/m-p/3741563#M256246</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;On the server side, use the following commands&lt;BR /&gt;&lt;BR /&gt;# lsof | grep 8765&lt;BR /&gt;# lsof | grep 8081&lt;BR /&gt;# lsof | grep 80&lt;BR /&gt;&lt;BR /&gt;The output of all the above 3 commands should show that the ports are in LISTEN state.'&lt;BR /&gt;&lt;BR /&gt;If this is thtough, pls use the following commands from any end-user terminal&lt;BR /&gt;&lt;BR /&gt;telnet Server_IP 8765  ( and similarly replace the port no. with 8081 &amp;amp; 80 )&lt;BR /&gt;&lt;BR /&gt;The above three commands should throw up a BLANK Window. However, if there are any Network/Firewall issues crom Terminal to server, it will show "connecting to ..."&lt;BR /&gt;&lt;BR /&gt;rgds..Ashish</description>
      <pubDate>Wed, 01 Mar 2006 10:47:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/testing-http/m-p/3741563#M256246</guid>
      <dc:creator>AshishJain_USA</dc:creator>
      <dc:date>2006-03-01T10:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Testing http</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/testing-http/m-p/3741564#M256247</link>
      <description>You can all try a &lt;BR /&gt;&lt;BR /&gt;netstat -an |grep 7778&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 01 Mar 2006 10:50:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/testing-http/m-p/3741564#M256247</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-03-01T10:50:46Z</dc:date>
    </item>
  </channel>
</rss>

