Diferencias
Muestra las diferencias entre dos versiones de la página.
| Ambos lados, revisión anteriorRevisión previa | |||
| pfsense [2024/07/26 02:40] – kasandra | pfsense [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 | + | |
| - | \\ | + | Primero hay un but en el inicio |
| - | # Memory limits 128M to calculated max\\ | + | |
| - | PHP_MEMORY_LIMIT=" | + | # Memory limits 128M to calculated max |
| - | PHP_MEMORY_LIMIT=" | + | PHP_MEMORY_LIMIT=" |
| - | \\ | + | PHP_MEMORY_LIMIT=" |
| + | |||
| + | 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 | ||
| + | |||
| + | $# / | ||
| + | |||
| - | \\ | ||
| - | \\ | ||
| - | - | ||