Next Sep 6 Previous
Item 547174
In order to use reduce bandwidth you want to turn on output compression. Wat do you do?
A. Set gzip.output_compression = on
in the php.ini file.
B. Set zlib.output_compression = on
in the php.ini file.
C. Set AddOutputFilterByType DEFLATE text/html text/plain text/xml application/x-httpd-php
in the Apache config file.
D. Nothing: when the browser connects with the server the server will automatically select the appropriate compression scheme based on the values set in the Accept-Encoding
request header.