php-apc and Nginx

Maxim Dounin mdounin at mdounin.ru
Wed Sep 9 02:01:02 MSD 2009


Hello!

On Tue, Sep 08, 2009 at 11:11:45PM +0200, Michael Baudino wrote:

> Hello everyone,
> 
> I'm running OpenUpload 0.4.1 (a RapidShare-like web-app) on nginx-0.6.32
> with php-5.2.6 and php-apc-3.0.19 (all but openupload are from debian
> stable repositories).
> 
> Everything is working fine, except that OpenUpload is supposed to
> display progress information during upload of a file using APC.
> It does not on my config :-(
> 
> According to Alessandro Briosi, OpenUpload developer, the problem might
> come from nginx not passing some information to php.
> 
> My full thread with him is here :
> https://sourceforge.net/tracker/?func=detail&aid=2854594&group_id=242018&atid=1117805
> 
> Could anyone here confirm that it could be the source of the problem ?
> And do you have any way to fix this ?

Traditional backend-based uploaders do not work with nginx as 
nginx only passes request to backend once it got full request.

You should use nginx modules for this instead.  At least one is 
listed on wiki.

Maxim Dounin





More information about the nginx mailing list