Apache - proxy fcgi - The timeout specified has expired - AH01075: Error dispatching request to : (polling): различия между версиями

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Перейти к:навигация, поиск
 
Строка 7: Строка 7:
 
  [proxy_fcgi:error] [pid 22075] (70007)The timeout specified has expired: [client :53968] AH01075: Error dispatching request to : (polling), referer: https://site.club/studio/dashboard.php
 
  [proxy_fcgi:error] [pid 22075] (70007)The timeout specified has expired: [client :53968] AH01075: Error dispatching request to : (polling), referer: https://site.club/studio/dashboard.php
  
Решение - увеличить '''ProxyTimeout'''  или добавить его в конфиге Apache
+
Решение - увеличить '''ProxyTimeout'''  или добавить его в конфиге Apache (пример для Ubuntu/Debian)
 
  # vi /etc/apache2/apache2.conf
 
  # vi /etc/apache2/apache2.conf
 
  ProxyTimeout 1800
 
  ProxyTimeout 1800
 +
 +
и перезагрузить Apache (пример для Ubuntu/Debian)
 +
# systemctl restart apache2

Текущая версия на 20:05, 7 мая 2020

Доступная цена

Apache - proxy fcgi - The timeout specified has expired - AH01075: Error dispatching request to : (polling)

Ошибка:

[proxy_fcgi:error] [pid 22075] (70007)The timeout specified has expired: [client :53968] AH01075: Error dispatching request to : (polling), referer: https://site.club/studio/dashboard.php

Решение - увеличить ProxyTimeout или добавить его в конфиге Apache (пример для Ubuntu/Debian)

# vi /etc/apache2/apache2.conf
ProxyTimeout 1800

и перезагрузить Apache (пример для Ubuntu/Debian)

# systemctl restart apache2