A web server process is hung on a Linux server and is not responding to requests. Describe how you would troubleshoot...
Sigiloso
Run a command to see what processes are running, and what processes are using most resources. Then if needed i would kill the pid and run it again.