Snow Leopard Server, how to turn on compression for web
- by gbrandt
I am trying to make the webserver in Snow Leopard compress all output by default. The only thing I have found is to add SetOutputFilter DEFLATE in the .htaccess file for a directory.
I really don't want to add an .htaccess file to every directory served.
How can I globally get Apache2 on Snow Leopard to compress output?