<?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: Help with Apache in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/help-with-apache/m-p/3927956#M544965</link>
    <description>I was also having trouble with getting a web browser started too.  I thought netscape was installed on my server but couldn't get it to run.  Doing some more research I found Mozilla on my server and was able to get it started.  Once that was done I was able to reach my server via the server address.&lt;BR /&gt;&lt;BR /&gt;Thanks for the help.</description>
    <pubDate>Thu, 18 Jan 2007 14:16:53 GMT</pubDate>
    <dc:creator>Jeffrey F. Goldsmith</dc:creator>
    <dc:date>2007-01-18T14:16:53Z</dc:date>
    <item>
      <title>Help with Apache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-with-apache/m-p/3927950#M544959</link>
      <description>I am just getting around seeing if I can get Apache working on my server.  Apache is installed as well as Tomcat.  What do I need to do to get the webadmin to work?&lt;BR /&gt;&lt;BR /&gt;My server is an rp3440-4 with HP-UX 11.23.&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Jan 2007 20:14:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-with-apache/m-p/3927950#M544959</guid>
      <dc:creator>Jeffrey F. Goldsmith</dc:creator>
      <dc:date>2007-01-17T20:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Apache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-with-apache/m-p/3927951#M544960</link>
      <description>HI.&lt;BR /&gt;&lt;BR /&gt;after installation start the apache service using ./httpd start and check the same using ps -ef | grep httpd&lt;BR /&gt;&lt;BR /&gt;and just find out the server name in httpd.conf .it may be similar to server name&lt;BR /&gt;and open a web browser type the same server name you will get a web page</description>
      <pubDate>Wed, 17 Jan 2007 22:53:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-with-apache/m-p/3927951#M544960</guid>
      <dc:creator>Tvs</dc:creator>
      <dc:date>2007-01-17T22:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Apache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-with-apache/m-p/3927952#M544961</link>
      <description>After configuring the apache  &lt;BR /&gt;run &lt;BR /&gt;/sbin/init.d/apache start&lt;BR /&gt;or&lt;BR /&gt;/opt/apache/bin/apachectl start&lt;BR /&gt;&lt;BR /&gt;regards.&lt;BR /&gt;dipesh</description>
      <pubDate>Thu, 18 Jan 2007 05:57:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-with-apache/m-p/3927952#M544961</guid>
      <dc:creator>dipesh_2</dc:creator>
      <dc:date>2007-01-18T05:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Apache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-with-apache/m-p/3927953#M544962</link>
      <description>The first thing I did was the ps -ef|grep httpd and this is the info I got:&lt;BR /&gt;&lt;BR /&gt;root: / ==&amp;gt; ps -ef|grep httpd&lt;BR /&gt;     www 14212 14211  0  Jan  4  ?         0:00 /opt/hpws/apache/bin/httpd -d /opt/hpws/apache -k start&lt;BR /&gt;     www 14213 14211  0  Jan  4  ?         0:00 /opt/hpws/apache/bin/httpd -d /opt/hpws/apache -k start&lt;BR /&gt;     www 14214 14211  0  Jan  4  ?         0:00 /opt/hpws/apache/bin/httpd -d /opt/hpws/apache -k start&lt;BR /&gt;    root 14211     1  0  Jan  4  ?         0:26 /opt/hpws/apache/bin/httpd -d /opt/hpws/apache -k start&lt;BR /&gt;    root  9842  9813  0 08:59:51 pts/ta    0:00 grep httpd&lt;BR /&gt;root: / ==&amp;gt; findf httpd.conf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It looks like apache is currently running.  Then I looked at the /opt/hpws/apache/conf/httpd.conf file and found the server name was set to the servers IP address.&lt;BR /&gt;&lt;BR /&gt;ServerName 172.16.0.2:80&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;OK, now for another dumb question.  It looks like I have everything setup on my rp3440-4 w/HP-UX 11.23 server.  Where do I go from here?  I have a windows XP PC on my desk and I connect to the server via the WRQ program Reflections and Refletions X.&lt;BR /&gt;How do I use the webbrowser?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 18 Jan 2007 13:14:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-with-apache/m-p/3927953#M544962</guid>
      <dc:creator>Jeffrey F. Goldsmith</dc:creator>
      <dc:date>2007-01-18T13:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Apache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-with-apache/m-p/3927954#M544963</link>
      <description>open a webbowser&lt;BR /&gt;&lt;BR /&gt;htp://172.16.0.2:80&lt;BR /&gt;&lt;BR /&gt;you will get a page of HPUX</description>
      <pubDate>Thu, 18 Jan 2007 13:59:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-with-apache/m-p/3927954#M544963</guid>
      <dc:creator>Tvs</dc:creator>
      <dc:date>2007-01-18T13:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Apache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-with-apache/m-p/3927955#M544964</link>
      <description>open a webbowser&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://172.16.0.2:80" target="_blank"&gt;http://172.16.0.2:80&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;you will get a page of HPUX</description>
      <pubDate>Thu, 18 Jan 2007 14:00:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-with-apache/m-p/3927955#M544964</guid>
      <dc:creator>Tvs</dc:creator>
      <dc:date>2007-01-18T14:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Apache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-with-apache/m-p/3927956#M544965</link>
      <description>I was also having trouble with getting a web browser started too.  I thought netscape was installed on my server but couldn't get it to run.  Doing some more research I found Mozilla on my server and was able to get it started.  Once that was done I was able to reach my server via the server address.&lt;BR /&gt;&lt;BR /&gt;Thanks for the help.</description>
      <pubDate>Thu, 18 Jan 2007 14:16:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-with-apache/m-p/3927956#M544965</guid>
      <dc:creator>Jeffrey F. Goldsmith</dc:creator>
      <dc:date>2007-01-18T14:16:53Z</dc:date>
    </item>
  </channel>
</rss>

