Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
pfsense [2024/07/26 02:40] kasandrapfsense [2024/07/26 02:44] (actual) kasandra
Línea 105: Línea 105:
 ==== 2. 502 .. problemas con php-fpm ==== ==== 2. 502 .. problemas con php-fpm ====
  
-edite    /etc/rc.php_ini_setup \\ + 
-\\ +Primero hay un but en el inicio    edite    /etc/rc.php_ini_setup  
-# Memory limits 128M to calculated max\\ + 
-PHP_MEMORY_LIMIT="$(read_xml_tag.sh number system/php_memory_limit)"\\ +# Memory limits 128M to calculated max 
-PHP_MEMORY_LIMIT="128"\\ +PHP_MEMORY_LIMIT="$(read_xml_tag.sh number system/php_memory_limit)" 
-\\+PHP_MEMORY_LIMIT="128" 
 + 
 +Quite ntopng 
 + 
 +pkg remove ntopng 
 + 
 +Y limite los tiempos de ejecucion 
 + 
 +$# max_execution_time = 900 
 +max_execution_time = 30 
 +$# request_terminate_timeout = 900 
 +request_terminate_timeout = 30 
 + 
 +Y a pesar de eso .. tampoco anduvo .. y la unica fue comentar la ultima linea en rc.php-fpm_restart 
 + 
 +$# /usr/bin/nice -n20 /usr/local/sbin/check_reload_status  
 + 
  
  
-\\ 
-\\ 
 - -
  
Volver arriba