I am on an Amazon EC2, Suse installation which comes with a Apache 2.2.12. I am using HTTPS and want to turn off SSLCompression but it isn't available for Apache 2.2.12. I can't even upgrade Apache as the repository maintained by Amazon doesn't yet include Apache 2.4.3, not even Apache 2.2.24.
So since I'm stuck with it, is there anyway I can turn off SSLCompression in Apache 2.2.12?
Asked
Active
Viewed 2,566 times
3
kumar
- 133
1 Answers
3
There is no option to disable compression in Apache <= 2.2.23 mod_ssl.
You have few options to resolve this problem:
1) Wait for Apache 2.2.24 and compile from source: https://issues.apache.org/bugzilla/show_bug.cgi?id=53219
2) Use current stable Apache 2.2.23 and use patch for disabling compression from the link above
3) Use other frontend/proxy for SSL termination (for example nginx or pound)