Compression in SSL

Hello,

In mod_ssl I can not see any option to enable compression.
It's posible to enable compression in SSL or
mod_deflate made it before?

--
--
Devel in Precio http://www.pas-world.com

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users [at] modssl.org
Automated List Manager majordomo [at] modssl.org
devel [ Mo, 12 Februar 2007 21:11 ] [ ID #1626612 ]

Re: Compression in SSL

devel schrieb:
> In mod_ssl I can not see any option to enable compression.
> It's posible to enable compression in SSL or
> mod_deflate made it before?

Hi,

if you are using Apache 2 you should be fine with mod_deflate. Test
your site with the firefox plugin "LiveHttpHeaders"; the header info
"Content-Encoding=gzip" means your listener delivers compressed content.

If you are using Apache 1.3, follow the steps from the mini howto at
http://marc.theaimsgroup.com/?l=apache-modgzip&m=10305681341 7250&w=2.
In short terms, set up two vhosts: one hidden only compressing with
mod_gzip, the other public one with ssl which is proxying the content
from the first one.

Hope that helps,
Eckard
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users [at] modssl.org
Automated List Manager majordomo [at] modssl.org
Eckard Wille [ Di, 13 Februar 2007 09:36 ] [ ID #1627937 ]
Webserver » gmane.comp.apache.mod-ssl.user » Compression in SSL

Vorheriges Thema: Cannot load mod_ssl.so into server: The operating system cannot run %1
Nächstes Thema: Problem in Setting Up SSL