Difference between revisions of "Php-fpm & apache"

From VoIPmonitor.org
Jump to navigation Jump to search
(Created page with " For '''504 - gateway timeout''' increase the proxy timeout time with following steps: echo 'ProxyTimeout 1800' > /etc/httpd/conf.d/proxy_timeout.conf systemctl restart h...")
 
 
Line 5: Line 5:
 
increase the proxy timeout time with following steps:
 
increase the proxy timeout time with following steps:
  
  echo 'ProxyTimeout 1800' > /etc/httpd/conf.d/proxy_timeout.conf
+
  echo 'ProxyTimeout 3600' > /etc/httpd/conf.d/proxy_timeout.conf
 
  systemctl restart httpd.service
 
  systemctl restart httpd.service

Latest revision as of 18:09, 4 April 2018

For 504 - gateway timeout

increase the proxy timeout time with following steps:

echo 'ProxyTimeout 3600' > /etc/httpd/conf.d/proxy_timeout.conf
systemctl restart httpd.service