I have a script with a long execution time. Apache is using php_mod.
I start the process in the browser ( open the url ). I close the browser and the process is still running.
How can I find the apache process and stop it (linux os )
I have a script with a long execution time. Apache is using php_mod.
I start the process in the browser ( open the url ). I close the browser and the process is still running.
How can I find the apache process and stop it (linux os )
If you know you ip, find apache process PID:
And kill it: