Snow Leopard Server, how to turn on compression for web
Posted
by gbrandt
on Server Fault
See other posts from Server Fault
or by gbrandt
Published on 2010-03-23T15:13:48Z
Indexed on
2010/03/23
15:23 UTC
Read the original article
Hit count: 628
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?
© Server Fault or respective owner