Thanks Maxim. I have updated my source to reflect the addon name. It is
working.
Ill get back once I get deep into auto/module and auto/make :)
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,285679,285701#msg-285701
___
nginx mailing list
n
Hello!
On Tue, Sep 24, 2019 at 05:05:59AM -0400, astre wrote:
> Hi All,
>
> I have a C++ module developed for apache HTTP which now Im trying to port to
> Nginx. For this I started reading about creating dynamic modules and
> specifically c++. I already found ngx_cpp_test_module.cpp in the sourc
Hi All,
I have a C++ module developed for apache HTTP which now Im trying to port to
Nginx. For this I started reading about creating dynamic modules and
specifically c++. I already found ngx_cpp_test_module.cpp in the source and
able to compile it. I extended it a little and wrote a hello world p