Especifica cómo administrar los errores notificados por un proceso FastCGI.
Haga clic en este elemento para buscar la ubicación física del archivo ejecutable del proceso FastCGI.
Click to find the physical location of your FastCGI process executable file.
Si un proceso FastCGI lleva más tiempo que el especificado en una única solicitud, finalizará.
If a FastCGI process takes longer than the specified time on a single request, it will be terminated.
Las variables de entorno se establecerán solo para el proceso FastCGI y no las verán otros procesos que se ejecuten en el equipo.
The environment variables will be set for the FastCGI process only and will not be seen by any other processes that are running on that computer.
Especifica el tiempo máximo que se permite ejecutar un proceso FastCGI para la aplicación sin comunicarse con IIS antes de que se agote el tiempo de espera del proceso.
Specifies the maximum length of time that a FastCGI process for the application is allowed to run without communicating with IIS before the process times out.
Especifica el número de errores del proceso FastCGI que se permiten en un minuto sin que el controlador FastCGI desconecte el proceso.
Specifies the number of FastCGI process failures allowed in a minute before the FastCGI handler takes the process offline.
Argumentos Especifica los argumentos de línea de comandos que se pasan al proceso FastCGI.
Arguments Specifies the command-line arguments that are passed to the FastCGI process.
IdleTimeout Especifica el intervalo de tiempo que un proceso FastCGI para la aplicación puede permanecer inactivo.
IdleTimeout Specifies the time interval that a FastCGI process for the application can remain idle, after which an idle process ends.
TerminateProcess: este módulo finaliza el proceso FastCGI y devuelve el mensaje de error genérico 500.
TerminateProcess - This module terminates the FastCGI process and returns the generic 500 error message.
Cuando se cierra o se reconfigura el servidor, el proceso fastcgi() y sus procesos secundarios siguen existiendo porque no se finalizan correctamente. 6504587
When you shutting down the server or reconfiguring the server, the fastcgi() process and its child processes are left behind and not killed properly.