echo-nginx-module
echo-nginx-module copied to clipboard
An Nginx module for bringing the power of "echo", "sleep", "time" and more to Nginx's config file
Hi. Any chance to make this compatible with newer version of nginx? It's at 1.23.1 ... Thanks!
The homepage URL shown on this GitHub repository is http://wiki.nginx.org/NginxHttpEchoModule but there is no content there, just an empty "hello world" post from 2017.
Hello @agentzh, Is it possible to release a new version including the dynamic module support? I'd like to split the module into a separate nginx debian package. This is the...
i had already installed echo module for my nginx, and also i can use the echo command in the main nginx config file nginx.conf. but when i use the seem...
Hello friends Im using msys/mingw32, cl and nmake form VS 19 ``` rm -rf ./objs/* ; auto/configure \ --with-cc=cl \ --builddir=objs \ --prefix= \ --conf-path=conf/nginx.conf \ --pid-path=logs/nginx.pid \ --http-log-path=logs/access.log \...
While build nginx with echo module on windows: ``` NMAKE : fatal error U1073: don't know how to make '/home/Alex/objs/lib/echo-nginx-module-0.62/src/ddebug.h' Stop. NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio...
https://github.com/openresty/echo-nginx-module/blob/5a402aa6c3e0b1fa690d517510ae2c6151497b4c/.gitignore#L26 If `util/releng` is useless, please also remove it from the repository, otherwise please refine the pattern or remove it from `.gitignore`.
consider this `/echo.inc`: ``` location { default_type text/plain; echo_duplicate 1 $echo_client_request_headers; echo "\r"; echo_read_request_body; echo_request_body; echo_flush; } ``` ``` server { listen *:80; include /echo.inc; } server { listen *:443...
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?
There is still a gap for me to use this module. In the README's Installation session: nginx.conf `load_module /path/to/modules/ngx_http_echo_module.so;` Can anybody give the way to build .so file from source...