How to turn SSLCompression off in Apache 2.4.3?
- by kumar
I have installed Apache 2.4.3(OpenSSL 1.0.0j) on a machine and trying to do SSLCompression off in the ssl.conf file throws an error:
Syntax error on line 219 of /etc/httpd/conf.d/ssl.conf:
Invalid command 'SSLCompression', perhaps misspelled or defined by a module not included in the server configuration
What could be wrong here? If it helps, I installed mod_ssl(2.4). Is that enough or is something more to be done to configure Apache with mod_ssl. I tried phpinfo() in php, and mod_ssl is reflected in the Loaded Modules section.