Bonjour,
J'ai un script externe (sudo /usr/bin/nmap -O {HOST.CONN} 2>&1) qui fait planter le navigateur web :
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
...
Dans les logs apache :
[Thu Aug 31 10:12:57.207122 2017] [fastcgi:error] [pid 49797:tid 140013996017408] [client x.x.x.x:6882] FastCGI: comm with server "/var/www/php.fcgi" aborted: idle timeout (15 sec), referer: http://URL/zabbix/tr_status.php?ddreset=1
[Thu Aug 31 10:12:57.207231 2017] [fastcgi:error] [pid 49797:tid 140013996017408] [client x.x.x.x:6882] FastCGI: incomplete headers (0 bytes) received from server "/var/www/php.fcgi", referer: http://URL/zabbix/tr_status.php?ddreset=1
J'ai bien compris que c'est le timeout qui pose problème mais je ne vois pas bien ou le changer.
Si quelqu'un à une idée, je suis preneur
J'ai un script externe (sudo /usr/bin/nmap -O {HOST.CONN} 2>&1) qui fait planter le navigateur web :
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
...
Dans les logs apache :
[Thu Aug 31 10:12:57.207122 2017] [fastcgi:error] [pid 49797:tid 140013996017408] [client x.x.x.x:6882] FastCGI: comm with server "/var/www/php.fcgi" aborted: idle timeout (15 sec), referer: http://URL/zabbix/tr_status.php?ddreset=1
[Thu Aug 31 10:12:57.207231 2017] [fastcgi:error] [pid 49797:tid 140013996017408] [client x.x.x.x:6882] FastCGI: incomplete headers (0 bytes) received from server "/var/www/php.fcgi", referer: http://URL/zabbix/tr_status.php?ddreset=1
J'ai bien compris que c'est le timeout qui pose problème mais je ne vois pas bien ou le changer.
Si quelqu'un à une idée, je suis preneur
Comment