Bug 1170215
| Summary: | httpd.conf uses icon bomb.gif for all files/dirs ending with core | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Jan Kaluža <jkaluza> | |
| Component: | httpd | Assignee: | Luboš Uhliarik <luhliari> | |
| Status: | CLOSED ERRATA | QA Contact: | Martin Frodl <mfrodl> | |
| Severity: | low | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 7.2 | CC: | dkutalek, isenfeld, jkaluza, johan.kroeckel, mfrodl, qe-baseos-apps | |
| Target Milestone: | rc | |||
| Target Release: | --- | |||
| Hardware: | All | |||
| OS: | All | |||
| Whiteboard: | ||||
| Fixed In Version: | httpd-2.4.6-32.el7 | Doc Type: | Bug Fix | |
| Doc Text: |
Previously, httpd regular expression for matching core-dumps was too broad, and files like "score" were also marked as core-dumps and were displayed with a bomb icon in the directory index. The regular expression has been fixed to match only files named "core".
|
Story Points: | --- | |
| Clone Of: | 1069625 | |||
| : | 2075406 (view as bug list) | Environment: | ||
| Last Closed: | 2015-11-19 04:36:46 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: | ||||
| Bug Depends On: | 1069625 | |||
| Bug Blocks: | 1196553, 2075406, 2077039 | |||
|
Comment 2
Martin Frodl
2015-03-06 11:31:56 UTC
When fixing the bug, please split the relevant line in autoindex.conf (not httpd.conf) in two, for reasons explained in bug 1069625 comment 6: AddIcon /icons/bomb.gif /core AddIcon /icons/bomb.gif */core.* Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-2194.html |