yaoweibin / nginx_ajp_module

support AJP protocol proxy with Nginx

Home Page:http://github.com/yaoweibin/nginx_ajp_module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

not compatible with tengine 1.4.3

ggd543 opened this issue · comments

[root@10.123.76.196 ~/workspace/tengine-1.4.3$]patch -p1 < /root/workspace/nginx_ajp_module-0.2.5/ajp.patch
patching file src/event/ngx_event_pipe.c
Hunk #1 succeeded at 311 (offset 6 lines).
patching file src/event/ngx_event_pipe.h
Hunk #1 succeeded at 57 (offset -1 lines).
patching file src/http/ngx_http_upstream.c
Hunk #1 succeeded at 4115 (offset 266 lines).
Hunk #2 FAILED at 3942.
Hunk #3 FAILED at 3981.
Hunk #4 succeeded at 4282 (offset 267 lines).
Hunk #5 succeeded at 4315 (offset 267 lines).
Hunk #6 FAILED at 4093.
3 out of 6 hunks FAILED -- saving rejects to file src/http/ngx_http_upstream.c.rej
patching file src/http/ngx_http_upstream.h
Hunk #1 FAILED at 85.
Hunk #2 FAILED at 97.
2 out of 2 hunks FAILED -- saving rejects to file src/http/ngx_http_upstream.h.rej

Try the development branch instead, I'm refactoring this module.

git clone git://github.com/yaoweibin/nginx_ajp_module.git
git checkout -b development origin/development

This version doesn't need the patch any more.

try the latest master revision.