<?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 stops serving requests in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-stops-serving-requests/m-p/3450662#M208754</link>
    <description>If problem where in apache, kill -9 would work.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
    <pubDate>Mon, 27 Dec 2004 06:00:57 GMT</pubDate>
    <dc:creator>Fred Ruffet</dc:creator>
    <dc:date>2004-12-27T06:00:57Z</dc:date>
    <item>
      <title>Apache stops serving requests</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-stops-serving-requests/m-p/3450657#M208749</link>
      <description>After 2 or 3 weeks, apache stops. serving. All process httpd are still running but Apache don't respond.&lt;BR /&gt;When I try stop Apache, remains about 5 process which have PPID=1 and connot be killed. Actually doing "kill -9 PID" does nothing. I can't start Apache again because port 80 is being used by these process. error.log and acces.log files don't shows anything (or I don't see it).&lt;BR /&gt;The only solution is reboot system.&lt;BR /&gt;I've got&lt;BR /&gt;Apache: 1.3.31&lt;BR /&gt;php: 4.3.4&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Mon, 27 Dec 2004 04:57:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-stops-serving-requests/m-p/3450657#M208749</guid>
      <dc:creator>Arturo Quesada</dc:creator>
      <dc:date>2004-12-27T04:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Apache stops serving requests</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-stops-serving-requests/m-p/3450658#M208750</link>
      <description>Such case of processes not responding to "kill -9" corresponds to processes blocked on IOs. Next time, try to use lsof to see what files this processes are on, and if there are no problem on this file (disk corruption, files larger than 2GB on nolargefiles FS...)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Dec 2004 05:04:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-stops-serving-requests/m-p/3450658#M208750</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-12-27T05:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Apache stops serving requests</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-stops-serving-requests/m-p/3450659#M208751</link>
      <description>Well lsof can help me to these process, but I'd like that Apache doesn't stopped sudenly</description>
      <pubDate>Mon, 27 Dec 2004 05:26:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-stops-serving-requests/m-p/3450659#M208751</guid>
      <dc:creator>Arturo Quesada</dc:creator>
      <dc:date>2004-12-27T05:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Apache stops serving requests</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-stops-serving-requests/m-p/3450660#M208752</link>
      <description>lsof will help you determining what is the reason for those processes to stop...&lt;BR /&gt;&lt;BR /&gt;Have you looked at /var/adm/syslog/syslog.log ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Dec 2004 05:39:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-stops-serving-requests/m-p/3450660#M208752</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-12-27T05:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Apache stops serving requests</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-stops-serving-requests/m-p/3450661#M208753</link>
      <description>syslog.log doesn't say anything about this. I think the problem is in Apache, not in OS.&lt;BR /&gt;Actually, the process are running, I do&lt;BR /&gt;# ps -fu www&lt;BR /&gt;     UID   PID  PPID  C    STIME TTY       TIME COMMAND&lt;BR /&gt;     www  2073  1     0  Dec 23  ?         1:19 /opt/apache/bin/httpd&lt;BR /&gt;     www 10655  1     0  Dec 23  ?         1:28 /opt/apache/bin/httpd&lt;BR /&gt;     www  4830  1     0  Dec 23  ?         1:27 /opt/apache/bin/httpd&lt;BR /&gt;#&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Dec 2004 05:58:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-stops-serving-requests/m-p/3450661#M208753</guid>
      <dc:creator>Arturo Quesada</dc:creator>
      <dc:date>2004-12-27T05:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Apache stops serving requests</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-stops-serving-requests/m-p/3450662#M208754</link>
      <description>If problem where in apache, kill -9 would work.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Dec 2004 06:00:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-stops-serving-requests/m-p/3450662#M208754</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-12-27T06:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Apache stops serving requests</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-stops-serving-requests/m-p/3450663#M208755</link>
      <description>That is a good answer. Now, I only can wait for the next stop and try to discover where are the errors.</description>
      <pubDate>Mon, 27 Dec 2004 06:56:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-stops-serving-requests/m-p/3450663#M208755</guid>
      <dc:creator>Arturo Quesada</dc:creator>
      <dc:date>2004-12-27T06:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Apache stops serving requests</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-stops-serving-requests/m-p/3450664#M208756</link>
      <description>Next time, before you start killing processes, you might use tusc to see which system calls they are in.&lt;BR /&gt;&lt;BR /&gt;Also, so long as none of the hangers-on have a reference to the listen socket, if the Apache code has a proper SO_REUSEADDR setsockopt() in it, it should be able to restart - however if those hung processes have a reference to the listen socket, you are stuck.&lt;BR /&gt;&lt;BR /&gt;I tend to track Zeus Web Server more closely than Apache since it is so much faster and so much of what I do is performance related - is 1.3.31 particularly old at this point?  I was under the impression that the Apache world had move to version 2.&lt;BR /&gt;&lt;BR /&gt;You might compare the number of Apache processes against the limits in the conf file and against maxuproc kernel settings.</description>
      <pubDate>Tue, 28 Dec 2004 14:00:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-stops-serving-requests/m-p/3450664#M208756</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2004-12-28T14:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Apache stops serving requests</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-stops-serving-requests/m-p/3450665#M208757</link>
      <description>Well, stops is here again.&lt;BR /&gt;I need help to see errors in lsof and tusc commands.&lt;BR /&gt;Rick, we use Apache 1.31 because it works well.&lt;BR /&gt;I send a file whit the output of &lt;BR /&gt;# lsof -u www</description>
      <pubDate>Thu, 20 Jan 2005 05:16:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-stops-serving-requests/m-p/3450665#M208757</guid>
      <dc:creator>Arturo Quesada</dc:creator>
      <dc:date>2005-01-20T05:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Apache stops serving requests</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-stops-serving-requests/m-p/3450666#M208758</link>
      <description>Works well except when it hangs right?-)&lt;BR /&gt;&lt;BR /&gt;Your attachment was just lsof output, there was no tusc output I could see.</description>
      <pubDate>Thu, 20 Jan 2005 13:04:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-stops-serving-requests/m-p/3450666#M208758</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2005-01-20T13:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Apache stops serving requests</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-stops-serving-requests/m-p/3450667#M208759</link>
      <description>YouÂ´re right.&lt;BR /&gt;&lt;BR /&gt;The output for tusc is lost (or I canÂ´t find it). I'd like you to tell me which option I should use with tusc next time Apache</description>
      <pubDate>Fri, 21 Jan 2005 03:31:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-stops-serving-requests/m-p/3450667#M208759</guid>
      <dc:creator>Arturo Quesada</dc:creator>
      <dc:date>2005-01-21T03:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Apache stops serving requests</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-stops-serving-requests/m-p/3450668#M208760</link>
      <description>might add the -v option to have tusc decode the system call parameters instead of giving their raw values.</description>
      <pubDate>Fri, 21 Jan 2005 12:52:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-stops-serving-requests/m-p/3450668#M208760</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2005-01-21T12:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Apache stops serving requests</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-stops-serving-requests/m-p/3450669#M208761</link>
      <description>Hello Rick adn Fred again:&lt;BR /&gt;&lt;BR /&gt;I send the tusc output and lsof output for the PID 8337. This process can't be killed doing "kill -9".&lt;BR /&gt;&lt;BR /&gt;Could you help me, please?&lt;BR /&gt;&lt;BR /&gt;Thank you</description>
      <pubDate>Wed, 16 Feb 2005 05:31:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-stops-serving-requests/m-p/3450669#M208761</guid>
      <dc:creator>Arturo Quesada</dc:creator>
      <dc:date>2005-02-16T05:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Apache stops serving requests</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-stops-serving-requests/m-p/3450670#M208762</link>
      <description>I'm asking the tusc expert about the tusc message as I cannot recall exactly what it means for a process to be "deactivated."  My initial thought was it may have received a SIGSTOP, but that is just a WAG.</description>
      <pubDate>Wed, 16 Feb 2005 12:29:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-stops-serving-requests/m-p/3450670#M208762</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2005-02-16T12:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Apache stops serving requests</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-stops-serving-requests/m-p/3450671#M208763</link>
      <description>My tusc expert has told me that the process deactiveated means it has been totally swapped-out.  Might be time for you do do a search of the current patches for your OS release looking for any related to process deactivation.  (Assuming there is no good reason for the process to be completely swapped-out).</description>
      <pubDate>Wed, 16 Feb 2005 12:46:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-stops-serving-requests/m-p/3450671#M208763</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2005-02-16T12:46:01Z</dc:date>
    </item>
  </channel>
</rss>

