Thanks a lot beforehand. I need to disable SSL Compression in Apache 2.2.16 in Gentoo in order to mitigate TLS CRIME. I've been searching for a long time and I've found out that it's possible to disable SSL Compression in old versions of Apache in CentOS by adding export OPENSSL_NO_DEFAULT_ZLIB=1
to the file /etc/sysconfig/httpd
. However, I need to do the same in Gentoo, but obviously I don't have the file /etc/sysconfig/httpd
.
Do you know some way to do so?
Thank you very much.