<?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: HTTP CONNECTION in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/http-connection/m-p/5505513#M477945</link>
    <description>According to your "ps" output it is running.&lt;BR /&gt;&lt;BR /&gt;You should have a look at the apache log files.&lt;BR /&gt;&lt;BR /&gt;You may also try to connect from the server directly to prevent a network problem.</description>
    <pubDate>Mon, 23 Jan 2012 13:40:16 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2012-01-23T13:40:16Z</dc:date>
    <item>
      <title>HTTP CONNECTION</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/http-connection/m-p/5502379#M477896</link>
      <description>&lt;P&gt;Dear Sirs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am running hp-ux 11.23. Can any one help with how to stop/start http on my server? The problem is&amp;nbsp;i am trying to do an http connection to my server but could not. I rebooted the server but there was no change.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kingsley&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2012 20:23:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/http-connection/m-p/5502379#M477896</guid>
      <dc:creator>KINGSLEY_1</dc:creator>
      <dc:date>2012-01-19T20:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP CONNECTION</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/http-connection/m-p/5502395#M477898</link>
      <description>&lt;P&gt;http, like any network protocol, requires some sort of program or daemon to be running. On HP-UX, the program is called apache. Edit the file:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /etc/rc.config.d/hpws_apacheconf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then change the line: HPWS_APACHE_START=1&lt;/P&gt;&lt;P&gt;The apache web server will start automatically at the next reboot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To immediately start the web server (after editing the above file):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /sbin/init.d/hpws_apache start&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2012 20:32:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/http-connection/m-p/5502395#M477898</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2012-01-19T20:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP CONNECTION</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/http-connection/m-p/5502885#M477912</link>
      <description>&lt;P&gt;Hi Bill!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did what you told me and this is the output when i do ps -ef | grep -i httpd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/ # ps -ef | grep -i httpd&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; root&amp;nbsp; 1866&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp; 0 21:05:46 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0:00 /opt/hpws/apache/bin/httpd -d /opt/hpws/apache -k start&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; www&amp;nbsp; 1873&amp;nbsp; 1866&amp;nbsp; 0 21:05:46 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0:00 /opt/hpws/apache/bin/httpd -d /opt/hpws/apache -k start&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; www&amp;nbsp; 1868&amp;nbsp; 1866&amp;nbsp; 0 21:05:46 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0:00 /opt/hpws/apache/bin/httpd -d /opt/hpws/apache -k start&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; www&amp;nbsp; 1876&amp;nbsp; 1866&amp;nbsp; 0 21:05:46 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0:00 /opt/hpws/apache/bin/httpd -d /opt/hpws/apache -k start&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; root 20630 20611&amp;nbsp; 0 08:16:30 pts/ta&amp;nbsp;&amp;nbsp;&amp;nbsp; 0:00 grep -i httpd&lt;BR /&gt;/ #&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But i still do not connect through "http"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there another service i should start?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;kingsley&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2012 08:23:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/http-connection/m-p/5502885#M477912</guid>
      <dc:creator>KINGSLEY_1</dc:creator>
      <dc:date>2012-01-20T08:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP CONNECTION</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/http-connection/m-p/5503163#M477918</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt; Is there any other service to start?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With the current init run level implementation on HPUX unlike upstart on ubuntu, trying to find a dependent service could be quiet difficult unlike the 'predictive self healing' provided by an HPUX cousin. Anyways, if you can reboot the server, it would automatically start the dependencies in the sequential order {if&amp;nbsp;configured to do so} &amp;nbsp;and this would be the easiest and cleanest answer for the question you put forward. I suggest you give one more reboot after the change you made in the corresponding startup script for apache. Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ismail Azad&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2012 14:19:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/http-connection/m-p/5503163#M477918</guid>
      <dc:creator>Ismail Azad</dc:creator>
      <dc:date>2012-01-20T14:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP CONNECTION</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/http-connection/m-p/5503227#M477920</link>
      <description>Did it work before?&lt;BR /&gt;&lt;BR /&gt;Check, if it is running on port 80 or another port (httpd.conf).</description>
      <pubDate>Fri, 20 Jan 2012 14:46:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/http-connection/m-p/5503227#M477920</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2012-01-20T14:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP CONNECTION</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/http-connection/m-p/5503229#M477921</link>
      <description>&lt;P&gt;Hi Azad!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am in the process of restarting the server. The issue confronting me is that there is this ORACLE application software which uses port 8040. When we do &lt;A href="http://172.25.34.85:8040/" target="_blank"&gt;http://172.25.34.85:8040&lt;/A&gt;&amp;nbsp;there is no response from the server.&lt;/P&gt;&lt;P&gt;But when i do &lt;A href="http://172.25.34.85/" target="_blank"&gt;http://172.25.34.85&lt;/A&gt;, i am able to connect to&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="+0"&gt;welcome to hp-ux web server suite&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://172.25.34.85/hp_docs/images/nav-spacer.gif" alt="" border="0" width="1" height="1" /&gt;&lt;FONT size="+0"&gt;hp-ux web server suite&lt;/FONT&gt;&amp;nbsp;&lt;FONT size="+0"&gt;what's new&lt;/FONT&gt;&lt;BR /&gt;HP-UX Web Server Suite is a collection of popular open source tools customized and optimized for HP-UX platform.&lt;/P&gt;&lt;P&gt;The following components are part of the suite:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;HP-UX Apache-based Web Server&lt;/LI&gt;&lt;LI&gt;HP-UX Tomcat-based Servlet Engine&lt;/LI&gt;&lt;LI&gt;HP-UX Webmin-based Admin&lt;/LI&gt;&lt;LI&gt;HP-UX XML Web Server Tools&lt;FONT color="#336699"&gt;&lt;STRONG&gt;»&lt;/STRONG&gt;&lt;/FONT&gt;&lt;A target="_blank" href="http://172.25.34.85/hp_docs/cgi-bin/index.cgi"&gt;&lt;STRONG&gt;Documentation&lt;/STRONG&gt;&lt;/A&gt;&lt;UL&gt;&lt;UL&gt;:&lt;/UL&gt;&lt;/UL&gt;&lt;BR /&gt;&lt;UL&gt;&lt;UL&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; release notes, guides, FAQs&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;FONT color="#336699"&gt;&lt;STRONG&gt;»&lt;/STRONG&gt;&lt;/FONT&gt; &lt;A target="_blank" href="http://loopback:10000/"&gt;&lt;STRONG&gt;Administer&lt;/STRONG&gt;&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; your web server &lt;FONT size="-1"&gt;(if enabled)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;login:&lt;/STRONG&gt; admin &amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;password:&lt;/STRONG&gt; hp.com&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;IMG src="http://172.25.34.85/hp_docs/images/php.gif" alt="php" border="0" height="48" /&gt;&lt;IMG src="http://172.25.34.85/hp_docs/images/tomcat.gif" alt="tomcat" border="0" height="48" /&gt;&lt;IMG src="http://172.25.34.85/hp_docs/images/webmin.jpg" alt="webmin" border="0" height="48" /&gt;&lt;/P&gt;&lt;P&gt;i&amp;nbsp;do not know whether the problem is from.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;kingsley&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2012 14:47:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/http-connection/m-p/5503229#M477921</guid>
      <dc:creator>KINGSLEY_1</dc:creator>
      <dc:date>2012-01-20T14:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP CONNECTION</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/http-connection/m-p/5503309#M477923</link>
      <description>&lt;P&gt;Hi Torsten!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The last time we used it is about a year now. Part of the configuration is shown below and it shows that it listens on port 80.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# Listen: Allows you to bind Apache to specific IP addresses and/or&lt;BR /&gt;# ports, instead of the default. See also the &amp;lt;VirtualHost&amp;gt;&lt;BR /&gt;# directive.&lt;BR /&gt;#&lt;BR /&gt;# Change this to Listen on specific IP addresses as shown below to&lt;BR /&gt;# prevent Apache from glomming onto all bound IP addresses (0.0.0.0)&lt;BR /&gt;#&lt;BR /&gt;#Listen 12.34.56.78:80&lt;/P&gt;&lt;P&gt;Listen 80&lt;/P&gt;&lt;P&gt;# For C++ modules that require classic libraries&lt;BR /&gt;LoadFile /usr/lib/libCsup.sl&lt;BR /&gt;LoadFile /usr/lib/libstream.sl&lt;BR /&gt;LoadFile /usr/lib/libstd.sl&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2012 15:46:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/http-connection/m-p/5503309#M477923</guid>
      <dc:creator>KINGSLEY_1</dc:creator>
      <dc:date>2012-01-20T15:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP CONNECTION</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/http-connection/m-p/5505513#M477945</link>
      <description>According to your "ps" output it is running.&lt;BR /&gt;&lt;BR /&gt;You should have a look at the apache log files.&lt;BR /&gt;&lt;BR /&gt;You may also try to connect from the server directly to prevent a network problem.</description>
      <pubDate>Mon, 23 Jan 2012 13:40:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/http-connection/m-p/5505513#M477945</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2012-01-23T13:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP CONNECTION</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/http-connection/m-p/5505653#M477952</link>
      <description>&lt;P&gt;Hi All!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for the help. I did all what you told me, but the system was still not working. This made me ask the DBA(S) to recheck their application and the scripts. After a while they told me they hadn't restarted a script and that was the cause.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you once again for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;kingsley&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2012 15:58:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/http-connection/m-p/5505653#M477952</guid>
      <dc:creator>KINGSLEY_1</dc:creator>
      <dc:date>2012-01-23T15:58:37Z</dc:date>
    </item>
  </channel>
</rss>

