You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/05/31 19:32:34 UTC

DO NOT REPLY [Bug 20384] New: - mirror sending MSI installation package as text/plain

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20384>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20384

mirror sending MSI installation package as text/plain

           Summary: mirror sending MSI installation package as text/plain
           Product: Apache httpd-2.0
           Version: 2.0.46
          Platform: All
               URL: http://www.apache.inetcosmos.org/dist/httpd/binaries/win
                    32/apache_2.0.46-win32-x86-no_src.msi
        OS/Version: All
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: All
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: brantgurganus2001@cherokeescouting.org


The www.apache.inetcosmos.org mirror appears configured to send MSI installation
packages with a media type of text/plain.  In browsers such as Mozilla that
handle files according to their media type, this binary format is displayed as
text instead of downloaded.  This prevents potential file downloaders from
downloading the binary.  This fix should be as simple as adding the following
line to the appropriate configuration file since the server identifies itself as
Apache:
AddType application/octet-stream .msi

A workaround in the mean time is to right-click the file link and choose "Save
Link Target As".

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org