modphpn
modphpn is a package that integrates the PHP interpreter directly into the Apache HTTP Server as a native module. By loading the module in the Apache configuration, PHP code is processed by the server without the need for an external FastCGI or CGI wrapper. The design follows the single-process, thread-safe model employed by earlier mod_php versions, but incorporates improvements to memory handling and isolation that are intended to reduce interference between requests.
The module is typically distributed as a shared library (libphp5.so, libphp7.so, etc.) and is compiled against
Administrators configure modphpn with the same directives used for other Apache modules, such as AddHandler and