<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 12/28/2010 5:18 PM, Nataraj wrote:
    <blockquote cite="mid:4D1A6249.6020906@rjl.com" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      On 12/28/2010 01:41 PM, james wrote:
      <blockquote cite="mid:25913ce$21e3b1a1$8dc090f$@com" type="cite"><span
          style="font-family: Arial,Helvetica,sans-serif; font-size:
          10pt;">>Do you have everything *else* updated? And what
          kind of web service<br>
          >are you running?<br>
          <br>
          >There's a lot of third party freeware and commercial tools
          that was<br>
          >not written with any kind of resource management in mind,
          and which<br>
          >may require a simple web server restart on a regular baris
          to free<br>
          >memory. (MusicBrainz: I remember porting MusicBrainz.....)<br>
          <br>
          Yes, all the packages are up to date. General web services --
          static HTML, and the rest is mainly wordpress. <br>
          <br>
          You may be right about the restart, but I would like to know
          WHAT is crashing my web server regardless. We are not running
          any shiftily coded sites or apps on this server that I'm aware
          of (obviously something is shifty!). Is anyone aware of any
          other methods for drilling into the problem?<br>
          <br>
          >Look in /var/log/http/*.<br>
          <br>
          Yes, these are the web server logs I am referring to having
          checked. <br>
          <br>
          >Do you have a search engine scanning your web server?<br>
          <br>
          Hmm, no, nothing systematic. The usual crawlers out there but
          nothing we are doing. <br>
          _______________________________________________<br>
          CentOS mailing list<br>
          <a moz-do-not-send="true" class="moz-txt-link-abbreviated"
            href="mailto:CentOS@centos.org">CentOS@centos.org</a><br>
          <a moz-do-not-send="true" class="moz-txt-link-freetext"
            href="http://lists.centos.org/mailman/listinfo/centos">http://lists.centos.org/mailman/listinfo/centos</a><br>
        </span>
        <pre wrap=""><fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
CentOS mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:CentOS@centos.org">CentOS@centos.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.centos.org/mailman/listinfo/centos">http://lists.centos.org/mailman/listinfo/centos</a>
</pre>
      </blockquote>
      <br>
      I think the answer will come from analyzing your log files and
      possibly running something under cron (or in a shell script that
      wakes up periodically) to gather memory/resource utilization. 
      Even look at a web log analyzer, like analog and see if there is a
      correlation between web server hits and resource usage.  You could
      also try upgrading your web server/plugins or checking bugzilla
      for related bugs.<br>
      <br>
      Nataraj<br>
      <br>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
CentOS mailing list
<a class="moz-txt-link-abbreviated" href="mailto:CentOS@centos.org">CentOS@centos.org</a>
<a class="moz-txt-link-freetext" href="http://lists.centos.org/mailman/listinfo/centos">http://lists.centos.org/mailman/listinfo/centos</a>
</pre>
    </blockquote>
    What's your http.conf?  There's an setting where you can limit the
    amount of time a process/thread stays alive..you can limit ram usage
    by lowering that value.<br>
  </body>
</html>