Apache mod php and script invocation
Posted
by Abhi
on Stack Overflow
See other posts from Stack Overflow
or by Abhi
Published on 2010-06-02T18:48:50Z
Indexed on
2010/06/02
20:14 UTC
Read the original article
Hit count: 434
Say I am running a PHP script, foo.php, inside apache configured with mod php, then, say I invoke the script from my browser(or any other means), does apache spawn off a new process in which the script gets executed? How does it work? Can someone pls point me to some good article on this?
© Stack Overflow or respective owner