When my script respond with status 204 No Content
response, Apache adds Content-Type
header automatically, even there is no content, just HTTP headers.
Is there a way to force Apache to not include Content-Type
header with status 204
in httpd.conf
or .htaccess
configuration files, or even by any other way?