Introduce 开发一个echo,content阶段的模块,回显 Install ./configure --add-module=echo make make install Usage location /hello { echo "hello echo module"; } test request: curl -i 127.0.0.1:8989/echo output: hello echo module