Is there a way to inspect if php script is running or timed out?
- by serg555
I am running some php installation script from a browser and it's been running for a quite long time. Is there a way to check if it is still running on a server or timed out already? The browser is still showing loading spinner, but it is not a reliable progress indicator I suppose.
(Apache webserver under Linux)