Is there a way to inspect if php script is running or timed out?
        Posted  
        
            by serg555
        on Server Fault
        
        See other posts from Server Fault
        
            or by serg555
        
        
        
        Published on 2010-04-27T20:03:46Z
        Indexed on 
            2010/04/27
            20:13 UTC
        
        
        Read the original article
        Hit count: 328
        
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)
© Server Fault or respective owner