Bug 1471106
| Summary: | [patch] enable nginx http_auth_request_module | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tim Niemueller <tim> | ||||
| Component: | nginx | Assignee: | Nobody's working on this, feel free to take it <nobody> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 27 | CC: | athmanem, bperkins, hello, jeremy, jkaluza, jorton, luhliari, pavel.lisy, tadej.j, wtogami | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | nginx-1.12.1-1.fc25 nginx-1.12.1-1.fc26 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2017-08-23 19:54:08 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
Any opinion? *** Bug 1372621 has been marked as a duplicate of this bug. *** This bug appears to have been reported against 'rawhide' during the Fedora 27 development cycle. Changing version to '27'. Thanks for the patch, Tim! Package: nginx-1.12.1-1.fc27 Build: https://koji.fedoraproject.org/koji/buildinfo?buildID=955507 Hi Joe. Thanks for picking up on this! Would you mind taking a look at the el6 and epel7 tickets (#1471108 and #1471107 respectively)? Looks fine to merge epel7 to master, though the el6 branch looks out of date. I've no plans to maintain nginx in EPEL myself, feel free to take it on! Package: nginx-1.12.1-1.fc26 Build: https://koji.fedoraproject.org/koji/buildinfo?buildID=955510 Package: nginx-1.12.1-1.fc25 Build: https://koji.fedoraproject.org/koji/buildinfo?buildID=955511 nginx-1.12.1-1.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2017-c27a947af1 nginx-1.12.1-1.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-c27a947af1 nginx-1.12.1-1.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-aecd25b8a9 nginx-1.12.1-1.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report. nginx-1.12.1-1.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 1298301 [details] Patch to enable module in Fedora package Description of problem: The current nginx package does not enable the http_auth_request module. However, this can be very useful. It is enabled by default for example in the official nginx docker images or on Ubuntu. We have used it in production and it works reliably and stable. The attached patch can be applied to the Fedora package repository. It would be nice to backport this to F26 and F25.