<IfModule mod_headers.c>
  <FilesMatch ".(js|css|xml|png|jpg|jpeg|html)$">
    Header set Cache-Control "private"
  </FilesMatch>
</IfModule>