DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=44218>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=44218 Summary: mod_autoindex shows the default icon for files with a content encoding, rather than the icon configured for the content type Product: Apache httpd-2 Version: 2.2.6 Platform: PC OS/Version: Linux Status: NEW Severity: minor Priority: P2 Component: mod_autoindex AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] First some background: I'm using www-servers/apache-2.2.6-r5 from Gentoo portage. I have configured mod_mime to serve both .svg and .svgz files as "Content-Type: image/svg+xml", but to add "Content-Encoding: x-gzip" to .svgz files. The headers are served correctly to clients (checked with wget -S). I have configured mod_autoindex to use image-svg+xml.png as icon for image/svg+xml and unknown.png as DefaultIcon. There is no single AddIconByEncoding directive in my configuration files. Now to my problem: In directory listings all .svg file gets image-svg+xml.png as icon, but all .svgz files gets unknown.png, even though it has the correct content-type. I'm also having the same problem with .tar.gz, .tar.bz2, .xcf.gz and xcf.bz2, even though they get served with the correct content type, and .tar and .xcf files work. In fact, I have not found a single file with a content-encoding that gets the correct icon, they all get unknown.png. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
