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=15884>.
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=15884

ISAPI: set Content-type header to the DefaultType configuration value

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Normal                      |Enhancement



------- Additional Comments From [EMAIL PROTECTED]  2003-01-29 22:49 -------

  �application/octet-stream   bin dms lha lzh exe class so dll� in mime.types

is the origin of your headaches.  If you add the directive

  RemoveType dll

in a <Directory > block that covers your ISAPI extentions, only those
.dll files will be affected.  If you remove it from the main server
(or your mime.types file) then anyone attempting to download the dll
wouldn't have an appropriate mime type.

This is no different from the behavior of CGI scripts if the .sh file,
for example, can be identified as application/script or whatever.

I'll leave this as an open FAQ/docs issue to address in the docs.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to