yaoweibin / nginx_ajp_module

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

Add dynamic module support #45

Closed davidjb closed 4 years ago

davidjb commented 7 years ago

Resolves #41 and makes #31 solvable by using pkg-oss for nginx (details at https://www.nginx.com/blog/creating-installable-packages-dynamic-modules/)

davidjb commented 5 years ago

@yaoweibin Any chance this PR could be merged? I've been using this code in my builds for a long while without issues.

Niemi commented 5 years ago

Is repo still alive?

jsoref commented 5 years ago

@yaoweibin, should developers/users switch to using a different fork?

https://github.com/yaoweibin/nginx_ajp_module/network shows 3 forks w/ this PR merged. https://github.com/vozlt/nginx_ajp_module/commit/3b41fcc14381ec167bc610d33c8fdeed24734701 shows an nginx 1.7.9+ thing https://github.com/sklochkov/nginx_ajp_module/commit/960a5dc5d9999f117c3769faac9d89b272ca7ca7 maintains handling for SCRIPT_URL

davidjb commented 4 years ago

@yaoweibin Ping - just checking in again if this PR can be merged. Thanks!

yaoweibin commented 4 years ago

OK, Are you still use the ajp module for Java?