Re: [EMAIL PROTECTED] Compressing content

2005-10-01 Thread Emmanuel E
Subject: [EMAIL PROTECTED] Compressing content Hi, I have read the following in O'Reilly's "Practical mod_perl": To compress only outgoing static files, you can look at the mod_gzip and mod_deflate modules for Apache. Does that mean that those 2 Apache modules cannot be used

Re: [EMAIL PROTECTED] Compressing content

2005-10-01 Thread Joshua Slive
On 10/1/05, Octavian Rasnita <[EMAIL PROTECTED]> wrote: > Hi, > > I have read the following in O'Reilly's "Practical mod_perl": > > To compress only outgoing static files, you can look at the mod_gzip and > mod_deflate modules for Apache. > > Does that mean that those 2 Apache modules cannot be use

[EMAIL PROTECTED] Compressing content

2005-10-01 Thread Octavian Rasnita
Hi, I have read the following in O'Reilly's "Practical mod_perl": To compress only outgoing static files, you can look at the mod_gzip and mod_deflate modules for Apache. Does that mean that those 2 Apache modules cannot be used for compressing the content created dynamicly? Thanks. Teddy -