Bumbia, M Kamran wrote:

>        The Client
> Requires Content-Length to be the last header.

Fix the client.  That's a violation of HTTP, so you can't expect an HTTP
server like Apache to work with it (unless by accident).

>   I have trwied everything the
> header() in php , mod_header to remove the Content-Type header but it always
> is the last one and is always added by some module/filter that is being
> called later than the mod_header in the output filter chain.

Response headers are manipulated as a table.  The order they appear is
effectively random.

-- 
Nick Kew

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to