The configuration community:
cgi.rfc2616_headers
Information
Tells PHP what type of headers to use when sending HTTP response code. If it's set 0 PHP sends a Status: header that is supported by Apache and other web servers. When this option is set to 1 PHP will send RFC 2616 compliant headers. Leave it set to 0 unless you know what you're doing.
Syntax
Example



