sobrenome Posted February 9, 2015 Posted February 9, 2015 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.
Management Charles Posted February 9, 2015 Management Posted February 9, 2015 Our software does not require any specialized Apache setup. What are you referring to?
sobrenome Posted February 9, 2015 Author Posted February 9, 2015 It works with any set up. But there is THE BEST set up for performance. Which one is it?thanks!
CheersnGears Posted February 9, 2015 Posted February 9, 2015 Our software does not require any specialized Apache setup. What are you referring to?Optimum performance specifications.
Cemmos Posted February 9, 2015 Posted February 9, 2015 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.
ptprog Posted February 9, 2015 Posted February 9, 2015 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.