Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section Web Server
  • Search

Response time exceeded fcgi - apache2

Questions regarding the Web Server
Apache + Nginx, Nginx + PHP5-FPM
Post Reply
  • Print view
Advanced search
2 posts • Page 1 of 1
MarOwN
Posts: 3
Joined: Sat Jan 09, 2021 12:15 pm

Os: Debian 9x
Web: apache
Response time exceeded fcgi - apache2
  • Quote

Post by MarOwN » Mon Jan 18, 2021 8:51 am

Hello,

I come to you hoping to find advice, I have a problem of response time exceeded with the Apache2 - PHP-FPM proxy which is not long enough for my few scripts that require execution time . Despite a lot of research, and modifications of parameters in my apache configurations, nothing changes, the server takes into account the parameters but in practice, the time doesn't exceed 30s... I need at least 300s. Can you help me please ?

Code: Select all

    
    <Proxy "unix:/run/php/php7.2-fpm-*******.com.sock|fcgi://localhost/">
        ProxySet connectiontimeout=1800 timeout=1800
    </Proxy>
    <FilesMatch \.php$>
        SetHandler "proxy:fcgi://localhost"
    </FilesMatch>
    SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0
Top

MarOwN
Posts: 3
Joined: Sat Jan 09, 2021 12:15 pm

Os: Debian 9x
Web: apache
Re: Response time exceeded fcgi - apache2
  • Quote

Post by MarOwN » Mon Jan 18, 2021 9:32 am

To simplify, I need this: viewtopic.php?t=17995
But for Apache2, not NGINX
Top


Post Reply
  • Print view

2 posts • Page 1 of 1

Return to “Web Server”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password