We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This documentation page
Configuring a web server http://symfony.com/doc/current/cookbook/configuration/web_server_configuration.html
provides minimum/basic configurations needed to run Symfony2 on
(1) Apache(vhost) + mod_php (2) Nginx + php-fpm
but makes no mention of
Apache(vhost) + php-fpm
As php-fpm is installed by default in php, and a recommended/supported option, can you please provide documentation for that latter case?