Description
Add the following to the <VirtualHost> object:
<Proxy "fcgi://localhost">
ProxySet flushpackets=on
ProxySet flushwait=<MILISECONDS_HERE>
</Proxy>
Consider performance too.
String "fcgi://localhost" must match the proxy set in the fpm handler string.