How to turn SSLCompression off in Apache 2.4.3?
        Posted  
        
            by 
                kumar
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by kumar
        
        
        
        Published on 2012-10-16T16:19:57Z
        Indexed on 
            2012/10/16
            17:05 UTC
        
        
        Read the original article
        Hit count: 413
        
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.
© Server Fault or respective owner