artin has asked for the wisdom of the Perl Monks concerning the following question:

Hi ! how can i configure perl to use mod_gzip or any compressing module , thanks

Replies are listed 'Best First'.
Re: mod_gzip and perl
by sh1tn (Priest) on Apr 16, 2005 at 13:56 UTC
    You have to configure the web server itself, Apache - httpd.conf.
    If you want Perl implementation use Apache::Compress.


      i tryed all of that 3 method but all gave me internal error 505 ( but error was compressed ;) ) i installed mod_gzip do i need to install anythings more ?