<?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: How to Shutdown Apache Server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-shutdown-apache-server/m-p/2676025#M906476</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;For shutting it down,&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/apache stop&lt;BR /&gt;&lt;BR /&gt;For disabling this permanently, you can either stop is by editing the file /etc/rc.config.d/apacheconf and putting a '0' instead of '1' at the START command OR rename the startup and kill scripts in rc scripts.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
    <pubDate>Mon, 04 Mar 2002 21:08:50 GMT</pubDate>
    <dc:creator>Helen French</dc:creator>
    <dc:date>2002-03-04T21:08:50Z</dc:date>
    <item>
      <title>How to Shutdown Apache Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-shutdown-apache-server/m-p/2676021#M906472</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Somehow we don't want Apache server to run and I would like to know how to shut it down nicely.&lt;BR /&gt;&lt;BR /&gt;Is it by kill -9?&lt;BR /&gt;&lt;BR /&gt;How to disable it from startup, which is the 2nd puzzle.&lt;BR /&gt;&lt;BR /&gt;Thanks a millions in advance.&lt;BR /&gt;&lt;BR /&gt;Steven</description>
      <pubDate>Mon, 04 Mar 2002 20:59:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-shutdown-apache-server/m-p/2676021#M906472</guid>
      <dc:creator>Steven Chen_1</dc:creator>
      <dc:date>2002-03-04T20:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to Shutdown Apache Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-shutdown-apache-server/m-p/2676022#M906473</link>
      <description>look to see if you have a start/stop script in /sbin/init.d for apache. if so, you should stop it with that:&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/apache stop&lt;BR /&gt;&lt;BR /&gt;and then look in /sbin/rc2.d to see if you have a link back to the script above, and if so remove it.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;mark</description>
      <pubDate>Mon, 04 Mar 2002 21:03:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-shutdown-apache-server/m-p/2676022#M906473</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2002-03-04T21:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to Shutdown Apache Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-shutdown-apache-server/m-p/2676023#M906474</link>
      <description>No, don't do a kill -9 on it.&lt;BR /&gt;&lt;BR /&gt;First off, is this HP's apache?  If so, to stop it do:&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/apache stop&lt;BR /&gt;&lt;BR /&gt;If it is not HP's do:&lt;BR /&gt;&lt;BR /&gt;# /opt/apache/bin/apachectl stop&lt;BR /&gt;&lt;BR /&gt;To keep from restarting on startup:&lt;BR /&gt;&lt;BR /&gt;If HP's apache, modify /etc/rc.config.d/apacheconf and modify the line that says APACHE_START so that it looks like:&lt;BR /&gt;&lt;BR /&gt;APACHE_START=0&lt;BR /&gt;&lt;BR /&gt;If it is not HP's, then see if you have your own start/stop scripts for controlling the Apache daemon.</description>
      <pubDate>Mon, 04 Mar 2002 21:05:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-shutdown-apache-server/m-p/2676023#M906474</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-03-04T21:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to Shutdown Apache Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-shutdown-apache-server/m-p/2676024#M906475</link>
      <description>You can use the start/stop script ..&lt;BR /&gt;# /sbin/init.d/apache stop &lt;BR /&gt;&lt;BR /&gt;or ..&lt;BR /&gt;&lt;BR /&gt;# /opt/apache/bin/apachectl stop &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Mar 2002 21:07:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-shutdown-apache-server/m-p/2676024#M906475</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-03-04T21:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to Shutdown Apache Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-shutdown-apache-server/m-p/2676025#M906476</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;For shutting it down,&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/apache stop&lt;BR /&gt;&lt;BR /&gt;For disabling this permanently, you can either stop is by editing the file /etc/rc.config.d/apacheconf and putting a '0' instead of '1' at the START command OR rename the startup and kill scripts in rc scripts.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Mon, 04 Mar 2002 21:08:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-shutdown-apache-server/m-p/2676025#M906476</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-03-04T21:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to Shutdown Apache Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-shutdown-apache-server/m-p/2676026#M906477</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Normally when apache installs it creates some /sbin/init.d startup scripts. &lt;BR /&gt;&lt;BR /&gt;1) Check to see if you have a file called /etc/rc.config.d/apache. The variable APACHE_START should be set to 1 and APACHE_ROOT should be defined.&lt;BR /&gt;&lt;BR /&gt;2) You should also have a file called /sbin/init.d/apache. To stop apache, simply '/sbin/init.d/apache stop'.&lt;BR /&gt;&lt;BR /&gt;If these files do not exist, please say so and someone can easily supply them. Normally, apache writes a small file with the PID's that need to send a kill. &lt;BR /&gt;&lt;BR /&gt;P.S. Kill -9 is ALMOST ALWAYS A BAD IDEA for Apache or anything else. It does no cleanup so shared memory and temp files are left dangling.&lt;BR /&gt;When you kill, kill in this order: kill -15, -1,-2,-3,-11 and finally and only if absolutely necessary kill -9. Kill -11 is almost as sure a kill as kill -9 as it does cleanup.&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Mar 2002 21:09:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-shutdown-apache-server/m-p/2676026#M906477</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-03-04T21:09:11Z</dc:date>
    </item>
  </channel>
</rss>

