<?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 Issue with Apache taking a dive in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-apache-taking-a-dive/m-p/3502096#M700428</link>
    <description>Attached is a slice of the error_log file of apache. It started to go belly up at about 5:16 from my bigbrother log. I?m having some issues trying to locate the exact cause of error. ?Lil help please.</description>
    <pubDate>Thu, 10 Mar 2005 12:23:33 GMT</pubDate>
    <dc:creator>Darrell Tyler_1</dc:creator>
    <dc:date>2005-03-10T12:23:33Z</dc:date>
    <item>
      <title>Issue with Apache taking a dive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-apache-taking-a-dive/m-p/3502096#M700428</link>
      <description>Attached is a slice of the error_log file of apache. It started to go belly up at about 5:16 from my bigbrother log. I?m having some issues trying to locate the exact cause of error. ?Lil help please.</description>
      <pubDate>Thu, 10 Mar 2005 12:23:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-apache-taking-a-dive/m-p/3502096#M700428</guid>
      <dc:creator>Darrell Tyler_1</dc:creator>
      <dc:date>2005-03-10T12:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Apache taking a dive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-apache-taking-a-dive/m-p/3502097#M700429</link>
      <description>Lil log please? The log appears to written using invisible ink.</description>
      <pubDate>Thu, 10 Mar 2005 12:29:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-apache-taking-a-dive/m-p/3502097#M700429</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-03-10T12:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Apache taking a dive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-apache-taking-a-dive/m-p/3502098#M700430</link>
      <description>Lest try it again, I have attached a text file. Thanks</description>
      <pubDate>Thu, 10 Mar 2005 12:32:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-apache-taking-a-dive/m-p/3502098#M700430</guid>
      <dc:creator>Darrell Tyler_1</dc:creator>
      <dc:date>2005-03-10T12:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Apache taking a dive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-apache-taking-a-dive/m-p/3502099#M700431</link>
      <description>Looks like some processes got killed or could not open around 5:13 a.m.&lt;BR /&gt;&lt;BR /&gt;I would do some general tuning based on nproc, nfile and maxuprc&lt;BR /&gt;&lt;BR /&gt;This could just be a resource problem.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 10 Mar 2005 12:39:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-apache-taking-a-dive/m-p/3502099#M700431</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-03-10T12:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Apache taking a dive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-apache-taking-a-dive/m-p/3502100#M700432</link>
      <description>I've given all three of those tunable parameters a look-see and they are set high enough where it is hard to believe that they would be the culprits. They are &lt;BR /&gt;nfile=15017, nproc=5100 and maxuprc=500.</description>
      <pubDate>Thu, 10 Mar 2005 13:35:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-apache-taking-a-dive/m-p/3502100#M700432</guid>
      <dc:creator>Darrell Tyler_1</dc:creator>
      <dc:date>2005-03-10T13:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Apache taking a dive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-apache-taking-a-dive/m-p/3502101#M700433</link>
      <description>Did your server get killed at 5:13 and rolled again at 6:28?&lt;BR /&gt;&lt;BR /&gt;I used to get this when the operation's staff improperly brings apache down.  The problem was that the ssl cache file was not deleted when apache was brought down.  &lt;BR /&gt;&lt;BR /&gt;To remedy this (You'd think it would just be easier to have the operators do what they should, wouldn't you?  Not so here...  :)  ), I added the following line to the startup script:&lt;BR /&gt;&lt;BR /&gt;rm /opt/apache/logs/ssl_scache&lt;BR /&gt;&lt;BR /&gt;So that the Shared memory cache file is always non-existant when apache starts up.  When you stop apache with apachectl, this cache file is normally deleted for you.&lt;BR /&gt;&lt;BR /&gt;The location for this file is set in ssl.conf:&lt;BR /&gt;&lt;BR /&gt;SSLSessionCache        shmcb:/opt/hpws/apache/logs/ssl_scache(512000)&lt;BR /&gt;&lt;BR /&gt;Hope it helps&lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Thu, 10 Mar 2005 14:17:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-apache-taking-a-dive/m-p/3502101#M700433</guid>
      <dc:creator>John Payne_2</dc:creator>
      <dc:date>2005-03-10T14:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Apache taking a dive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-apache-taking-a-dive/m-p/3502102#M700434</link>
      <description>gpm graphical glance has a nice screen to monitor system parameters as things happen. If the high water mark is at or near capacity, adjust upward.&lt;BR /&gt;&lt;BR /&gt;You might want to monitor resources with the scripts I'm attaching.&lt;BR /&gt;&lt;BR /&gt;Next: If the server is exposed to the Internet, you may be the victim of a denial of service attack.&lt;BR /&gt;&lt;BR /&gt;I have just closed down a DOS method that floods the web server with spurious content requests for documents not posted on your server. In the log, you'll see get and post requests that start with http, which you won't see in access_log for local pages.&lt;BR /&gt;&lt;BR /&gt;Depending on your setup, if this is an issue, I can help you harden apache and stop this type of attack.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 10 Mar 2005 14:23:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-apache-taking-a-dive/m-p/3502102#M700434</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-03-10T14:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Apache taking a dive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-apache-taking-a-dive/m-p/3502103#M700435</link>
      <description>Note those errors associated with errno 17 - EEXIST. You could get those kinds of errors trying to create a file that already exists but because the error message specifically mentions shared memory my best guess is that a shmget() system call is failing. Shmget can also set errno = 17 if trying to create a shared memory segment for which an identifier exists. Your best approach to absolutely nailing this is to download the Apache source and look through the code for the error message. Tusc could also be run against Apache and that would display the system calls and well as the arguments but looking through the source code is more definitive.</description>
      <pubDate>Thu, 10 Mar 2005 14:39:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-apache-taking-a-dive/m-p/3502103#M700435</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-03-10T14:39:37Z</dc:date>
    </item>
  </channel>
</rss>

