Search code examples
nginxapcphp

PHP 5.4 APC/Session upload progress under php-fpm


I am running nginx with php5-fpm, I've installed APC and tried to use it and also tried session upload progress since my php 5.4.16 allows it. But I don't get any progress returning cached data (looks like it waits until php ends processing it). Does apc even work under php5-fpm? How to make this work uder fast-cgi?

Thanks in advance.


Solution

  • As reading forums I've found, that APC on nginx works, just it will not buffer the download progress.

    So the solution would be to use Nginx upload progress module.