[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [syndication] feed compression



> 
> 
> elijah wright <elw@stderr.org> wrote:
> >> How is it best implemented?
> >apache mod_gzip
> 
> And for people who use php or perl to generate feeds dynamically, use 
> the appropriate gzip libraries.
> 
> -- 

And if you are in the Java/Servlet/JSP world and using Tomcat as your
webserver (ie, HTTP to tomcat without using an Apache server) you can switch
on compression as documented at
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/http.html (look for
"compression", "compressableMimeTypes" and "noCompressionUserAgents")

Nick