openresty / headers-more-nginx-module

Set, add, and clear arbitrary output headers in NGINX http servers
1.65k stars 221 forks source link

load module error #73

Closed MisterChing closed 7 years ago

MisterChing commented 7 years ago

ngx_http_headers_more_filter_module.so is is not binary compatible in /home/ching/env/server/nginx/./conf/nginx.conf:11

agentzh commented 7 years ago

@MisterChing It seems that ngx_http_headers_more_filter_module.so was not generated with the nginx binary you are using. You are just invoking the wrong nginx binary.

ArupKantiDas commented 6 years ago

How to generate ngx_http_headers_more_filter_module.so using the nginx binary that was install earlier using yum install nginx.