I've a easy php script that look like this :
sleep(35);
echo 'ok';
When I try to acces this URL on server A everything is working fine, i don't get any time out (i see 'ok')
Then I've a server B where I setup a reverse proxy like this on
ProxyRequests Off
ProxyPreserveHost On
ProxyTimeout 300
ProxyPass /old-domain/ https://exemple.com/gestion/ timeout=1200 KeepAlive=On disablereuse=On
ProxyPassReverse /old-domain/ https://exemple.com/gestion/ timeout=1200
When I access to URL on server B after 30 second this error appear : 504 Gateway Time-out