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

500 (internal server error) returns when committing 2000+ files to nginx as a proxy for apache mod_dav_svn #106

Closed
xfeep opened this issue Jan 8, 2016 · 1 comment
Labels
Milestone

Comments

@xfeep
Copy link
Member

xfeep commented Jan 8, 2016

Thanks to Ding,Xiaomin for reporting this bug.

nginx.conf

http {
....
#use thread pool mode
jvm_workers 16;

server {

  ....
  location /abc {

     access_handler_name my.AuthHandler;
     ## get router info. from remote redis server
     rewrite_handler_name my.RouterHandler;  
     proxy_pass http://apache_svn;
  }
 ...
  }
....
}

svn commands

$ svn add my-dir
$ svn commit -m '2000+ files'

Error messages in error.log when committing 2000+ files

2016/01/06 14:44:51 [error] 2279#0: *2440 too much times by  access handler 33,
2016/01/06 14:44:51 [error] 2279#0: *2440 too much times by  access handler 34
@xfeep xfeep added the bug label Jan 8, 2016
@xfeep
Copy link
Member Author

xfeep commented Jan 8, 2016

commit 8a09dc1 should fix it.

@xfeep xfeep added this to the 0.4.4 milestone Jan 8, 2016
@xfeep xfeep closed this as completed Mar 4, 2016
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

1 participant