Hello Which configuration is better for serving many concurrent php request (forum)? I was read many about: 1)Apache + Fastcgi 2)Nginx + Php-fpm Or anything else? Thank you
Nginx + php-fpm would be the fastest. If you have more RAM, try using varnish. We have seen great improvements with Varnish.
Ok thanks But the software must support also Varnish to use it i think or it will work on server side?