Project

General

Profile

Actions

Bug #26

closed

mod_fastcgi False Error Messages?

Added by Anonymous about 20 years ago. Updated about 18 years ago.

Status:
Fixed
Priority:
Normal
Category:
mod_fastcgi
Target version:
-
ASK QUESTIONS IN Forums:

Description

I get these messages in the error log constantly, this seems to happen after the initial PHP process dies after service the max requests set in the mod_fastcgi spawning "PHP_FCGI_MAX_REQUESTS" => "1000".

I just commented the error message logging line out of mod_fastcgi.c code, but this should probably be fixed somehow?


2005-02-21 18:09:43: (mod_fastcgi.c.3169) pid  9035 3 not found: No child processes


#### fastcgi module
## read fastcgi.txt for more info
fastcgi.server              = ( ".php" =>
                                ( "localhost" =>
                                  (
                                    "socket" => "/tmp/php-fastcgi.socket",
                                    "bin-path" => "/usr/local/bin/php",
                                    "min-procs" => 2,
                                    "max-procs" => 4,
                                    "max-load-per-proc" => 4,
                                    "bin-environment" => (
                                        "PHP_FCGI_CHILDREN" => "4",
                                        "PHP_FCGI_MAX_REQUESTS" => "1000" 
                                        ),
                                    "bin-copy-environment" => (
                                        "PATH", "SHELL", "USER" 
                                        )
                                  )
                                )
                              )

Actions #1

Updated by jan about 20 years ago

  • Status changed from New to Fixed
  • Resolution set to fixed

This should be fixed with the latest changeset r63

Actions

Also available in: Atom