Listing 1. Configuration of the prefork MPM.
清单1. preforkMPM的配置。
The important configuration options for the prefork MPM are shown in Listing 1.
preforkMPM 的重要配置选项如清单 1所示。
Only one MPM can be active at one time, and it must be compiled in statically with --with-mpm=(worker|prefork|event).
每次只能有一个MPM是活动的,必须使用 --with-mpm=(worker|prefork|event)静态编译。
The supported Web Servers are Apache 1.3.x (compiled in prefork mode only) and Apache 2.0.x (compiled in prefork mode only).
受支持的Web服务器是Apache 1.3 . x(仅以prefork模式进行编译)和Apache 2.0 . x(仅以prefork模式进行编译)。
The PHP community has stated that PHP can be used in production environments with Apache 2, as long as you use the prefork MPM to avoid thread-safety issues.
PHP社区声称,PHP可以在生产环境中与Apache2一起使用,只要您使用preforkMPM来避免线程安全性问题。
The PHP community has stated that PHP can be used in production environments with Apache 2, as long as you use the prefork MPM to avoid thread-safety issues.
PHP社区声称,PHP可以在生产环境中与Apache2一起使用,只要您使用preforkMPM来避免线程安全性问题。
应用推荐