Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support ngx_http_proxy_connect_module #37

Open
seonghobae opened this issue Sep 1, 2019 · 9 comments
Open

Support ngx_http_proxy_connect_module #37

seonghobae opened this issue Sep 1, 2019 · 9 comments
Assignees

Comments

@seonghobae
Copy link
Contributor

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

@cryptofuture
Copy link
Owner

You could get idea from here: fbd3666
Basicall you need to edit control, rules files and add submodule (this in case module is building dynamic without any issues)

@seonghobae
Copy link
Contributor Author

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

@cryptofuture
Copy link
Owner

cryptofuture commented Sep 2, 2019

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

@seonghobae
Copy link
Contributor Author

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

@cryptofuture
Copy link
Owner

@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.

@seonghobae
Copy link
Contributor Author

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

@cryptofuture
Copy link
Owner

@seonghobae Thx, every little bit helps.

@cryptofuture
Copy link
Owner

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

@seonghobae
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants