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
Comment on
mod_gzip and perl
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
.
[reply]
Re^2: mod_gzip and perl
by
artin
(Initiate)
on Apr 16, 2005 at 20:00 UTC
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 ?
[reply]
Back to
Seekers of Perl Wisdom