Hello!
On Thu, Mar 21, 2013 at 5:24 AM, Vincent Chavelle
<vincent...@gmail.com> wrote:
> I'm trying to deploy your amazing lua resty upload module (successfully
> deployed on local) to a remote server (same configuration, but with https).
> It failed, due to various errors on socket access (closed, file exists
> etc...) sock:receiveuntil
> 013/03/21 12:15:51 [alert] 28039#0: *7 epoll_ctl(1, 18) failed (17: File
> exists), client: X.X.X.X, server: test.com, request: "POST /api/new.json
> HTTP/1.1", host: "test.com"
> I removed https, and all errors were gone.
>
Please provide a minimized but still complete example (both nginx
configuration and Lua code) that can reproduce the problem.
Can you reproduce this issue with the latest Nginx stable version 1.2.7?
Are you enabling the SPDY patch?
Also, providing more raw nginx error log messages could be helpful. Do
not summarize the error messages yourself, which leads to loss of
important details.
Best regards,
-agentzh