Yep, I didn't realize the _module suffix was required. It built
successfully, thank you!
On 12/11/2014 11:12 PM, cubicdaiya wrote:
> Hello.
>
> Why don't you apply a difference below?
>
> --- config.orig 2014-12-12 16:10:06.0 +0900
> +++ config 2014-12-12 16:06:19.0 +0900
>
Hello.
Why don't you apply a difference below?
--- config.orig 2014-12-12 16:10:06.0 +0900
+++ config 2014-12-12 16:06:19.0 +0900
@@ -1,3 +1,3 @@
-ngx_addon_name=ngx_http_hello_dolly
-HTTP_MODULES="$HTTP_MODULES ngx_http_hello_dolly"
+ngx_addon_name=ngx_http_hello_dolly_modul
Hello,
I am trying to build a simple nginx module to learn more about nginx's
internals. I have copied several hello world examples into my own
module: http://pastebin.com/esHFtaMw
And the config file: http://pastebin.com/t1fpEPe6
I've downloaded nginx 1.7.8 onto a vanilla Ubuntu 14.04 install.