Bug 956845
| Summary: | Enable debug | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Renich Bon Ciric <renich> |
| 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: | 18 | CC: | jeremy, pavel.lisy |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | nginx-1.2.9-1.fc18 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-04-26 20:42:17 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: | |||
Thanks for reporting. I will fix this in all branches. nginx-1.4.0-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/nginx-1.4.0-1.fc19 nginx-1.2.8-2.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/nginx-1.2.8-2.fc18 nginx-1.0.15-5.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/nginx-1.0.15-5.el6 nginx-1.2.8-3.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/nginx-1.2.8-3.fc18 nginx-1.4.0-2.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/nginx-1.4.0-2.fc19 nginx-1.4.0-2.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. nginx-1.2.9-1.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/nginx-1.2.9-1.fc18 nginx-1.2.9-1.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: I can't enable debug_connection since nginx is not built with --with-debug Version-Release number of selected component (if applicable): nginx-1.2.8-1.fc18.x86_64 How reproducible: # /etc/nginx.conf ... error_log /var/log/nginx/error.log; events { debug_connection 127.0.0.1; } # EOF Please, after that, try accessing localhost and check out the logs (/var/log/nginx/error.log) Actual results: 2013/04/25 13:18:56 [warn] 11816#0: "debug_connection" is ignored, you need to rebuild nginx using --with-debug option to enable it in /etc/nginx/nginx.conf:17 Expected results: debug info