On Sun, 31 Oct 2004, Octavian Rasnita wrote:

> Please tell me how can I compress the html with gzip and send it to 
> the clients' browsers in order to be transfered faster.

The Apache web server can do this with the mod_gzip module.

If you're using a different server, you'll have to do it at the 
application level in Perl, but if you can use mod_gzip it'll be much 
easier for you.
 

-- 
Chris Devers

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to