Symantec Access Management

Expand all | Collapse all

Tech Tip: FastCGI application with Webagent / Apache goes in to the zombie/defunct state on exit.

  • 1.  Tech Tip: FastCGI application with Webagent / Apache goes in to the zombie/defunct state on exit.

    Posted Jun 21, 2017 06:10 AM

    Problem

    FastCGI applications are designed to run persistently, some FastCGI applications exit intentionally after a certain amount of time has passed or after they have served a certain number of requests to minimize the impact of any memory leaks. When FastCGI applications exit (or crash) the FastCGI process manager will detect this (by receiving a CHLD signal), perform some housekeeping and launch a new process.

    When an Apache web server is configured to use the v12.51.1.972 webagent it appears to be setting the signal mask of the main Apache process, and hence, the child FastCGI process manager process so that the process blocks CHLD signals.

    Environment

    Webagent 12.51CR01 on apache

    Resolution

    Issue fix with 12.51CR04 Webagent.

    From release 12.51CR04 note :

    55892, 79811    If the Web Agent is configured, the Apache's FastCGI modules goes in to the zombie/defunct state.

     

    KD: TEC1203724



  • 2.  Re: Tech Tip: FastCGI application with Webagent / Apache goes in to the zombie/defunct state on exit.

     
    Posted Jun 21, 2017 10:58 AM