• /
  • Log in
  • Free account

Threaded Apache worker MPMs

Problem

The New Relic PHP agent does not support any Apache multi-processing model (MPM) that involves threading.

Solution

The PHP language development team discourages the use of a threaded MPM with Apache, and we have chosen not to implement support for threaded MPMs in the PHP agent for similar stability reasons. This includes the worker and event MPMs.

If the default, non-threaded prefork MPM is unsuitable for your needs for performance reasons, we suggest using mod_fcgid and php-fpm to use PHP via FastCGI instead.

For more help

If you need more help, check out these support and learning resources:

Create issueEdit page
Copyright © 2021 New Relic Inc.