Perrin Harkins scribbled on 9/19/06 11:46 AM:

> Since you use apache in production, have you considered using
> mod_deflate for compression?  It seems like a better solution than
> something at the perl level.
> 

I started to write a long response, then realized why I was having the whole 
compression/caching issue in the first place. I was caching compressed pages, 
which meant that browser headers were ignored, etc.

doh!

So now I need to implement mod_deflate. Since y'all have likely done this 
before, I'll ask here.

We have a typical proxy frontend/mod_perl backend setup. Which server should 
handle the compression? Seems like maybe the backend could, since we are 
caching 
pages, but don't know if there are accepted best practices on this.

Thanks.


-- 
Peter Karman  .  http://peknet.com/  .  [EMAIL PROTECTED]

_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to