[proxy_fcgi:error] while posting WP page

  • I have a problem when I try to post / edit a page with a W. This is the domain error log

  • What is PHP max_execution_time?

    PHP max_input_time?


    Did you try raising the values?


    Are there any recommendations from WP?

  • Thx for reply


    max execution time: 240

    input time: 120

    ram: 256

    pos:128


    Problem is only for the 1 of the 2 WP admin. I dont have any error :(

    here log update


    Code
    1. [Mon Feb 25 22:11:15.017630 2019] [proxy_fcgi:error] [pid 869:tid 140649064015616] (70007)The timeout specified has expired: [client IP:26082] AH01075: Error dispatching request to : (reading input brigade), referer: http://XXXX.eu/oculistica/wp-admin/post.php?post=12108&action=edit
    2. [Mon Feb 25 22:11:25.356462 2019] [proxy_fcgi:error] [pid 870:tid 140648996873984] (70007)The timeout specified has expired: [client IP:26085] AH01075: Error dispatching request to : (reading input brigade), referer: http://XXXX.eu/oculistica/wp-admin/post.php?post=12108&action=edit
    3. [Mon Feb 25 22:11:36.006858 2019] [proxy_fcgi:error] [pid 870:tid 140648971695872] (70007)The timeout specified has expired: [client IP:26153] AH01075: Error dispatching request to : (reading input brigade), referer: http://XXXX.eu/oculistica/wp-admin/post.php?post=12108&action=edit
    4. [Mon Feb 25 22:11:46.669764 2019] [proxy_fcgi:error] [pid 870:tid 140649105979136] (70007)The timeout specified has expired: [client IP:26188] AH01075: Error dispatching request to : (reading input brigade), referer: http://XXXX.eu/oculistica/wp-admin/post.php?post=12108&action=edit
    5. [Mon Feb 25 22:15:11.865739 2019] [proxy_fcgi:error] [pid 869:tid 140649089193728] (70007)The timeout specified has expired: [client IP:26509] AH01075: Error dispatching request to : (reading input brigade), referer: http://XXXX.eu/oculistica/wp-admin/post-new.php?post_type=page&wp-post-new-reload=true
  • just see the error on the other admin and country (far from server) and he had a 408 timeout error on chrome


    I'm close to server and I dont have any error. Can I increase some other parametrer ? I just update now in /etc/apache2/sites-available/xxxx.eu.conf the timeout to 5000

    ProxySet connectiontimeout=5 timeout=5000


    and


    ProxyPass http://127.0.0.1:8889/stats/xxxx.eu retry=1 acquire=3000 timeout=5000 Keepalive=On


    same timeout

    Edited 2 times, last by bubaweb ().