yaoweibin / nginx_ajp_module

support AJP protocol proxy with Nginx
http://github.com/yaoweibin/nginx_ajp_module
246 stars 60 forks source link

Update ngx_http_ajp_module.c #34

Closed itpp16 closed 9 years ago

itpp16 commented 9 years ago

attempt to fix nginx 1.7.9 changes, please review properly! it compiles but thats all :) no ifdiff's either yet, lets first see if this works for everyone.

itpp16 commented 9 years ago

Hmm the cache doesn't work, needs more work. Ajp pass works ok though, shared memory issue.

yaoweibin commented 9 years ago

I have fixed the compatible problem and the share memory problem. Try the latest revision in the master branch.

Thank you all the way.