openresty / echo-nginx-module

An Nginx module for bringing the power of "echo", "sleep", "time" and more to Nginx's config file
http://wiki.nginx.org/NginxHttpEchoModule
BSD 2-Clause "Simplified" License
1.17k stars 254 forks source link

Failed to load #93

Open lujo777 opened 4 years ago

lujo777 commented 4 years ago

n: [emerg] module "/etc/nginx/modules/ngx_http_echo_module.so" version 1015008 instead of 1016001 in /etc/nginx/nginx.conf:1 nginx: configuration file /etc/nginx/nginx.conf test failed

How to fix it?

agentzh commented 4 years ago

@lujo777 Your dynamic module has an incompatible version, it seems.

agentzh commented 4 years ago

You can try compiling your dynamic module again against your current nginx build.