yaoweibin / nginx_ajp_module

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

nginx 1.26.2 - 1.27.2 compile error #56

Open imclive opened 2 days ago

imclive commented 2 days ago

The ngx_http_request_t structure does not have a member named space_in_uri. Should it be replaced with plus_in_uri?

imclive commented 2 days ago

FYI: 我將space_in_uri 換成 plus_in_uri後編譯成功,功能也運作正常