Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. Timeout 90
  2.  
  3. <Proxy "unix:/run/php/php7.3-fpm.sock|fcgi://php-fpm">
  4. ProxySet disablereuse=on timeout=90
  5. </Proxy>
  6.  
  7. <FilesMatch ".+.php$">
  8. SetHandler proxy:fcgi://php-fpm
  9. </FilesMatch>
  10.  
  11. max_execution_time=60
  12.  
  13. request_terminate_timeout=90
  14.  
  15. RequestReadTimeout header=20-120,minrate=50
  16. RequestReadTimeout body=60-120,minrate=50
  17.  
  18. [16-May-2019 09:25:32] WARNING: [pool www] child 105567, script '' (request: " ") execution timed out (113.002653 sec), terminating
  19. [16-May-2019 09:25:32] WARNING: [pool www] child 105567 exited on signal 15 (SIGTERM) after 4050.136381 seconds from start
  20. [16-May-2019 09:25:32] NOTICE: [pool www] child 110414 started
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement