modphp
Mod_php is an Apache HTTP Server module that embeds the PHP interpreter into the web server. When enabled, PHP code within files with .php is executed by PHP inside the Apache process, rather than by a separate interpreter process.
Implementation and operation: The module is loaded as a dynamic shared object (for example libphp7.so) at server
Security and isolation: Since PHP runs in the web server process, a PHP crash or exploit can
Modern usage and alternatives: While mod_php remains widespread on older or simpler deployments, many setups now