openresty / openresty/echo-nginx-module
Update nginx 1.25.5
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 1.2k
- Forks
- 251
- Avg merge
- 1h 24m
- Merged PRs (30d)
- 2
Description
Hello,
Following the update of the Debian package (version 11.9) :
Setting up nginx (1.25.5-1+020240416.51+debian111.gbp042f86) ...
Setting up nginx-common (1.25.5-1+020240416.51+debian111.gbp042f86) ...
Setting up nginx-light (1.25.5-1+020240416.51+debian111.gbp042f86) ...
There is an error when deploying the update :
2024/04/17 11:46:24 [emerg] 2932025#2932025: module "/usr/share/nginx/modules/ngx_http_echo_module.so" version 1025004 instead of 1025005 in /etc/nginx/modules-enabled/50-mod-http-echo.conf:1
To solve the problem, you can disable the echo-nginx-module or, if it's the only module there :
Comment on the line **#include /etc/nginx/modules-enabled/*.conf;** in the file **nginx.conf**.
the nginx -t command is now ok
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the reported nginx 1.25.5 deployment error and the module include entry in /etc/nginx/modules-enabled/50-mod-http-echo.conf, then run nginx -t to reproduce the failure. Done should mean the echo-nginx-module remains compatible with the updated nginx package without requiring the reported workaround.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- debian, nginx
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100