( zwei | 2020. 05. 21., cs – 12:31 )

Ha php-fpm -re váltottál, akkor kapcsold át az Apache-ot prefork-ról worker, vagy event modellre.

Ha bármi egyéb miatt szükség van a prefork modellre, akkor nézd át a többi modult is, és kapcsold ki ami nem kell. (Prefork esetén minden modul benne van minden processzben.)

Ez security szempontból sem rossz lépés.

https://httpd.apache.org/docs/2.4/misc/perf-tuning.html

An associated question that arises here is, of course, what modules you need, and which ones you don't. The answer here will, of course, vary from one web site to another. However, the minimal list of modules which you can get by with tends to include mod_mime, mod_dir, and mod_log_config. mod_log_config is, of course, optional, as you can run a web site without log files. This is, however, not recommended.