On Tue, 2006-09-19 at 15:00 -0500, Peter Karman wrote: > 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.
If your frontend serves static files, and you want them compressed, you should put it there. It's also better to have it there because it frees up the backend server processes faster. - Perrin _______________________________________________ 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/
