nginx-hda-bundle icon indicating copy to clipboard operation
nginx-hda-bundle copied to clipboard

Support ngx_http_proxy_connect_module

Open seonghobae opened this issue 5 years ago • 9 comments

Hello, I want to know how can I implement ngx_http_proxy_connect_module in this ppa. I tried to compile ngx_http_proxy_connect_module as dynamic module, however that returns 'not binary compatatible' even I tried to add options in ./configure.

Please give some tips. https://github.com/chobits/ngx_http_proxy_connect_module

seonghobae avatar Sep 01 '19 08:09 seonghobae

You could get idea from here: https://github.com/cryptofuture/nginx-hda-bundle/commit/fbd36660c77b98c155a773b37ff0eb09d90bd9ef Basicall you need to edit control, rules files and add submodule (this in case module is building dynamic without any issues)

cryptofuture avatar Sep 02 '19 07:09 cryptofuture

Oh, that means, if I add some GitHub links in there and push them, you can update the PPA repository?

seonghobae avatar Sep 02 '19 08:09 seonghobae

If you add module correctly surely, I could update a PPA. https://github.com/cryptofuture/nginx-hda-bundle#i-want-to-add-my-or-someones-nginx-module-to-the-ppa

cryptofuture avatar Sep 02 '19 09:09 cryptofuture

Okay... if I can not, some donation is helpful, right?

seonghobae avatar Sep 02 '19 10:09 seonghobae

@seonghobae Yes, just don't expect me start to do it right away, through I could try at night for example, as I'm still busy full-time. Etherway, I suggest you to just do it yourself, as it could get you familiar with how nginx module system work on the way. Usually I trying to add new modules with every new nginx release, however in the last time, I'm a bit too busy with another work. So mostly do it on saturday/sundays after release.

cryptofuture avatar Sep 02 '19 10:09 cryptofuture

I made a small donation for you, and I hope so this project grow up more.

seonghobae avatar Sep 02 '19 11:09 seonghobae

@seonghobae Thx, every little bit helps.

cryptofuture avatar Sep 02 '19 11:09 cryptofuture

close in 375e1db1d243547b3fcb344aa783d8c2d51fa97a @seonghobae Please check nginx-module-http-proxy-connect as it builds

cryptofuture avatar Sep 02 '19 18:09 cryptofuture

Install and load correctly, however, I have to check that runs appropriately.

seonghobae avatar Sep 02 '19 19:09 seonghobae