I'm testing php_fpm_event + Apache + nginxproxy and it do not work very well.
I think I need to tune some settings. What would you recommend for Intel Core i7 2600 3.4 GHz (8 threads), 32 GB DDR3 Dual Channel, 2xSSD 120 GB + 2xHDD 3 TB on Gigabit Ethernet ?
My settings for Apache:
<IfModule event.c>
StartServers 8
MaxClients 400
MinSpareThreads 4
MaxSpareThreads 8
ThreadsPerChild 25
MaxRequestsPerChild 100
ThreadStackSize 8196
MaxMemFree 2
SendBufferSize 131072
ReceiveBufferSize 131072
</IfModule>