+++ This bug was initially created as a clone of Bug #1196325 +++ Description of problem: The default /opt/rh/httpd24/root/etc/httpd/conf.d/autoindex.conf file contains the following line: AddIcon /icons/bomb.gif core. As far as understand it, there are at least two issues with this syntax. First, the bomb icon is not displayed where it probably should. Second, in certain cases the bomb icon is displayed where it should not. Judging from what I see in a directory listing in my browser, the directive tells Apache to use the bomb icon with all files *ending in* "core.", e.g. "core.", "score", "hardcore." et al. Contrarily, the icon will not be displayed with files "core.10216", "core.httpd.12344" and their likes, which is what it was probably meant for (correct me if I am wrong). After a little fiddling, this is what got me closest to the expected behaviour: AddIcon /icons/bomb.gif */core.* Version-Release number of selected component (if applicable): httpd24-httpd-2.4.12-4.el7.x86_64
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://access.redhat.com/errata/RHBA-2016:1154