when is php executed on apache2?
I am trying to figure out when exacly are php scripts interpreted on apache serv开发者_如何学JAVAer via mod_php in connection lifetime(tcp session lifetime).
PHP scripts are executed by Apache in response to HTTP requests. A HTTP request requires a fully established TCP connection.
精彩评论