Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downloading stops after severalk kb's on CentOS version 6 nginx 1.10.2 #59

Closed
Pelmen2la opened this issue Apr 24, 2017 · 4 comments
Closed
Labels

Comments

@Pelmen2la
Copy link

I am using mod_zip for mp3 files.
On one server CentOS version 7 nginx 1.10.2 and plugin works clean.
On another with CentOS version 6 nginx 1.10.2 sometimes resposne stops after downloading several kb's. It depends on files count.

Does anybody know why this error occurs?

@dup2
Copy link
Contributor

dup2 commented Apr 24, 2017

Might be an issue with the open files limit? Each file included in the zip triggers AFAIK a sub request which in turn uses a file handle kept open while building the zip. You might want to see https://www.masv.io/boost-nginx-connection-limits/ for changing this.

@Pelmen2la
Copy link
Author

The files are same on each server. Count and content are identical.

@evanmiller
Copy link
Owner

Hi, if you can turn on debugging (error_log /path/to/log debug;) and share the log output I will try to figure out what's going on.

@evanmiller
Copy link
Owner

Also, does your issue look like #55?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants