<?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: Apache help needed in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-help-needed/m-p/3179540#M515110</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;of course:&lt;BR /&gt;find / -name apachectl -print&lt;BR /&gt;would be on the save side.&lt;BR /&gt;If I am not mistaken and the apache belongs to an Oracle installation, then starting Oracle will start it too.&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
    <pubDate>Sun, 01 Feb 2004 17:29:12 GMT</pubDate>
    <dc:creator>Michael Schulte zur Sur</dc:creator>
    <dc:date>2004-02-01T17:29:12Z</dc:date>
    <item>
      <title>Apache help needed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-help-needed/m-p/3179535#M515105</link>
      <description>I've been reading the docs but I can't even start the silly thing....&lt;BR /&gt;apachectl start&lt;BR /&gt;/sbin/sh: apachectl not found</description>
      <pubDate>Sat, 31 Jan 2004 14:58:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-help-needed/m-p/3179535#M515105</guid>
      <dc:creator>John B Goode</dc:creator>
      <dc:date>2004-01-31T14:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Apache help needed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-help-needed/m-p/3179536#M515106</link>
      <description>Well, the first thing is that the apachectl script is not in your PATH environment variable.&lt;BR /&gt;&lt;BR /&gt;You must specify the full path to apachectl.&lt;BR /&gt;&lt;BR /&gt;It may be something like /opt/apache/bin/apachectl or something similar.&lt;BR /&gt;&lt;BR /&gt;Try doing:&lt;BR /&gt;&lt;BR /&gt;# find /opt -name apachectl and see if you can find it.  If not, you must determine what path Apache was installed to and then find the apachectl program.</description>
      <pubDate>Sat, 31 Jan 2004 15:28:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-help-needed/m-p/3179536#M515106</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-01-31T15:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Apache help needed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-help-needed/m-p/3179537#M515107</link>
      <description>To fix it long-term, edit the file(s) that set PATH for your shell.  If you're root, it's normally:&lt;BR /&gt;&lt;BR /&gt;   /.profile&lt;BR /&gt;&lt;BR /&gt;unless someone has edited root's home directory in the /etc/passwd file.  Add the location of apachectl to the PATH variable (separated by colons).  Once you do this, log out and back in again (it's an easy way).  Then you'll be able to just do "apachectl start".&lt;BR /&gt;&lt;BR /&gt;Mic</description>
      <pubDate>Sat, 31 Jan 2004 16:57:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-help-needed/m-p/3179537#M515107</guid>
      <dc:creator>Mic V.</dc:creator>
      <dc:date>2004-01-31T16:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Apache help needed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-help-needed/m-p/3179538#M515108</link>
      <description>If apache has a startup script it would be here:&lt;BR /&gt;/sbin/init.d/apache &lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/apache2&lt;BR /&gt;&lt;BR /&gt;If hp delivered it hit might be named hpapache&lt;BR /&gt;&lt;BR /&gt;To set up for auto start so you don't have to start it yourself, try this:&lt;BR /&gt;&lt;BR /&gt;cd /sbin/rc3.d&lt;BR /&gt;&lt;BR /&gt;ln -s /sbin/init.d/apache S980apache&lt;BR /&gt;&lt;BR /&gt;cd /sbin/rc2.d&lt;BR /&gt;&lt;BR /&gt;ln -s /sbin/init.d/apache K020apache&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This will relieve you of the burden of starting and stopping apache manually.&lt;BR /&gt;&lt;BR /&gt;make sure you identify the name of the startup script before trying to set up the soft links with ln -s&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sat, 31 Jan 2004 21:00:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-help-needed/m-p/3179538#M515108</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-01-31T21:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Apache help needed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-help-needed/m-p/3179539#M515109</link>
      <description>If this is the oracle install of apache, the path is....&lt;BR /&gt;&lt;BR /&gt;$ORACLE_HOME/Apache/Apache/bin&lt;BR /&gt;&lt;BR /&gt;Note: that on 9iAS, apachectl is deprecated, and they expect you to start it via the Appserver Enterprise manager. (not to be confused with OEM)</description>
      <pubDate>Sun, 01 Feb 2004 15:04:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-help-needed/m-p/3179539#M515109</guid>
      <dc:creator>R. Allan Hicks</dc:creator>
      <dc:date>2004-02-01T15:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: Apache help needed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-help-needed/m-p/3179540#M515110</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;of course:&lt;BR /&gt;find / -name apachectl -print&lt;BR /&gt;would be on the save side.&lt;BR /&gt;If I am not mistaken and the apache belongs to an Oracle installation, then starting Oracle will start it too.&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Sun, 01 Feb 2004 17:29:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-help-needed/m-p/3179540#M515110</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2004-02-01T17:29:12Z</dc:date>
    </item>
  </channel>
</rss>

