I’m running a standard configuration of Apache with PHP.
I’m wondering what happens when a client requests a page that causes a PHP script to execute, then the client kills the request from the server, before the script finishes.
Does Apache kill the script in some way, or is it allowed to complete nonetheless?
I’m running a standard configuration of Apache with PHP. I’m wondering what happens when
Share
The documentation answers this:
If you want to tell the remote client that the script is complete, but continue post-request processing nonetheless, look at this question/answer.