Chealer opened a new issue, #29: URL: https://github.com/apache/httpd-site/issues/29
[The _Bug Reporting_ page](https://httpd.apache.org/bug_report.html) contains: > Use the [Apache Bug Database](http://bz.apache.org/bugzilla/) to submit bug reports. This may have been OK a long time ago, but is misleading since Apache now has multiple ITSs, as reported in [INFRA-24654](https://issues.apache.org/jira/browse/INFRA-24654). The following fixes the name as well as the implication that Apache has a single ITS, with some more cleanup: ```diff diff --git a/content/bug_report.md b/content/bug_report.md --- content/bug_report.md +++ content/bug_report.md @@ -1,15 +1,14 @@ Title: Bug Reporting -# Bug Reporting # +# Issue Tracking # **Reports of security issues should *not* be made here. Please see the [security report page](security_report.html) -if you have concerns or think you have discovered a security hole in the Apache Web server software.** -If you have identified a bug in the Apache HTTP Server, please fill out a problem report form and submit it. -Before you do that, though, <font color="red">make **sure** you have done **all** of the following:</font> +if you have concerns or think you have discovered a security hole in the Apache HTTP server software.** +If you have identified a bug in the Apache HTTP Server, before you fill out a problem report form, <font color="red">make **sure** you have done **all** of the following:</font> -1. Verified that the bug exists in [the most recent version](/download.cgi) of Apache. +1. Verified that the issue affects [the most recent version of Apache httpd](/download.cgi). 1. Followed the instructions in the `INSTALL` file correctly 1. Tried compiling with only the distributed set of modules and with no other patches (so that we can make sure it's an Apache bug and not a bug in a module or patch provided by someone else). It is frustrating to take time and effort to track down a problem only to figure out that it is caused by a broken third party module. @@ -17,32 +16,30 @@ 1. Looked at the error log. Please include any related messages in your report, or state that there are none. 1. Checked the [FAQ](http://wiki.apache.org/httpd/FAQ). -1. Searched the [bug report](http://bz.apache.org/bugzilla/) database. When you are doing this, you should be sure to search closed problem reports in addition to open ones. The search form on the main bugzilla page by default applies only to open reports; to search all bug reports, begin the search with the keyword "ALL". For example, the following search will find all reported proxy bugs in Apache 2.4: "ALL httpd-2.4 mod_proxy". Some helpful queries: +1. Searched [the issue report database](http://bz.apache.org/bugzilla/). When you are doing this, you should be sure to search closed problem reports in addition to open ones. The search form on the main Bugzilla page by default applies only to open reports; to search all bug reports, begin the search with the keyword "ALL". For example, the following search will find all reported proxy bugs in Apache 2.4: "ALL httpd-2.4 mod_proxy". Some helpful queries: * [All bugs fixed in the last 60 days](https://bz.apache.org/bugzilla/buglist.cgi?chfield=resolution&chfieldfrom=-60d&chfieldto=Now&product=Apache%20httpd-2&resolution=FIXED) * [Frequently reported bugs](http://bz.apache.org/bugzilla/buglist.cgi?product=Apache+httpd-2&long_desc=duplicate+of+this+bug.&long_desc_type=allwordssubstr&chfieldfrom=-30d&chfieldto=Now&) (bugs with duplicates changed in the last 30 days) - * [All bugs changed in the last 10 days](http://bz.apache.org/bugzilla/buglist.cgi?chfieldfrom=-10d&chfieldto=Now&product=Apache+httpd-2) + * [All tickets changed in the last 10 days](http://bz.apache.org/bugzilla/buglist.cgi?chfieldfrom=-10d&chfieldto=Now&product=Apache+httpd-2) -Unless you are sure that you have found a bug in the Apache HTTP Server, we strongly recommend that you try the -[Apache HTTP Server Users List](userslist.html) before using the bug database. If you don't receive a response -within a few days, then please submit it to the Apache bug database. If it's a known issue, you'll probably get -a faster response from the mailing list and you will help keep developer time free for improving Apache. Most -bug reports submitted are actually user configuration problems that could be easily fixed by asking on the mailing list. +If you are unsure whether you have found a bug in the Apache HTTP Server, we strongly recommend that you consult the +[Apache HTTP Server Users List](userslist.html) before filing a ticket. If you don't receive a response +within a few days, then please submit it to the relevant issue tracking system. If it's a known issue, you'll probably get a faster response from the mailing list and you will help keep developer time free for improving Apache httpd. +Most bug reports submitted are actually user configuration problems that could be easily fixed by asking on the mailing list. Do **not** post to the mailing list **and** submit a bug report at the same time. This wastes everyone's time. Post to the mailing list and wait a few days before submitting a bug report. -If you have done all of the preceding, then please select the button below and fill out the form. -We will respond to it as soon as we can. +**Do NOT send configuration questions!** +**If you're tracing spam or you're here because one of your favourite Web sites now says 'It Worked! Apache is installed!' -- then contact the mail originator or the Web site's Webmaster directly, because they're just using our software and we have nothing to do with them. Don't waste your time, or ours, by telling us about it.** -- **Do NOT send configuration questions or requests for help debugging CGI!** +If you have done all of the preceding, then please select the appropriate issue tracking system, fill out the form and submit it: +* For the software and most documentation issues, use [ASF Bugzilla](https://bz.apache.org/bugzilla/). The appropriate Bugzilla project for Apache HTTPD is "Apache httpd-2". +* For the website pages such as this one which are not part of the distributed documentation (`docs/`), use [the `httpd-site` ITS`](https://github.com/apache/httpd-site/issues). -- **If you're tracing spam or you're here because one of your favourite Web sites now says 'It Worked! Apache is installed!' -- then contact the mail originator or the Web site's Webmaster directly, because they're just using our software and we have nothing to do with them. Don't waste your time, or ours, by telling us about it.** - -Use the [Apache Bug Database](http://bz.apache.org/bugzilla/) to submit bug reports. The appropriate -Bugzilla project for Apache HTTPD is "Apache httpd-2". +We will respond to it as soon as we can. ``` [🅭🄍](https://www.philippecloutier.com/Common+infrastructure+licensing#its) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
