Posted February 9, 201510 yr As the new architure of the software IPS 4 demands specific Apache executions, I would like to know which is the best Apache MPM for IPS 4: Prefork, Worker or Event?It would be nice if the IPS staff could sugest the best server configuration for the software, including database type (mysql 5.6 or MariaDB 10), database settings, php handler, etc.
February 9, 201510 yr Management Our software does not require any specialized Apache setup. What are you referring to?
February 9, 201510 yr Author It works with any set up. But there is THE BEST set up for performance. Which one is it?thanks!
February 9, 201510 yr Our software does not require any specialized Apache setup. What are you referring to?Optimum performance specifications.
February 9, 201510 yr There's no easy way to answer this. It depends on your server, your users, and how you're utilizing the IPS software in general.
February 9, 201510 yr As the new architure of the software IPS 4 demands specific Apache executions, I would like to know which is the best Apache MPM for IPS 4: Prefork, Worker or Event?I prefer Apache Worker (with PHP-FPM) over Apache Prefork (with mod_php), as it usually makes a better use of RAM. However, I think Event provides even better performances.AFAIK, both Worker and Event do not work with mod_php, which imply some additional configurations to use PHP-FPM.
Archived
This topic is now archived and is closed to further replies.