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
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From [EMAIL PROTECTED]  2003-01-31 08:30 -------
Adding 'RemoveType dll' directive in a <Directory > block that covers ISAPI 
extensions (or globally) does not correct the problem: 'Content-Type: 
application/octet-stream' is still being returned.

Adding directive

        AddType text/html .dll

in a <Directory > block that covers ISAPI extensions solves the problem 
gracefully. No further corrections needed.

ISAPI extensions that require the default Content-Type to be specified must be 
located in a separate directory from .dll modules to be downloaded, and must 
be separate from other ISAPI extensions that require another default Content-
Type to be specified.
ISAPI extensions SHOULD specify 'Content-Type: ' header in all responses in 
order to work correctly with Apache.

Thank you for the hint.

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

Reply via email to