Hi,

>
>   what's the best/recommanded way to compress Embperl's output? There're
> few modules for this like Apache::GzipChain, Apache::EmbperlChain,
> Apache::Compress/Apache::Filter. The last one looks best maintained, but
> no word as to whether it supports Embperl.

There is a EmbperlFilter module somewhere around, which should make this
work

>What are you using?

I use mod_gzip  (http://www.remotecommunications.com/apache/mod_gzip/) with
the following configuration:

mod_gzip_on     Yes
mod_gzip_item_include file \.epl
mod_gzip_item_include file \.htm
mod_gzip_item_include file \.html
mod_gzip_minimum_file_size 300
mod_gzip_maximum_file_size 0
mod_gzip_item_exclude reqheader "User-Agent:Konqueror"

The last line tell mod_gzip not to compress for Konqueror (Linux KDE 2
Browser), because it can handle compressed pages, but is much slower with
compressed data, then with uncompressed pages.

Depending on what else pages you are serving a

mod_gzip_dechunk   Yes

may also be necessary.

Gerald


-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to