Change from dos to unix convention
[httpd-crcsyncproxy.git] / crccache / doc / readme.ubuntu
blob77b615f9443694e932acf339b7f69350f7f3bf0a
1 The module should work with a standard ubuntu apache install (thats my (Toby's) test setup), I have included the files I have
2 added or changed under etc in this doc dir.
4 Note that you must set-up something to load module 'mod_deflate', if that is not done standard
5 mod_deflate gets used in the in the client proxy, to unzip 'gzip' encoded data before they are
6 stored in the cache, so that on the next request, an non-compressed page  can be used as basis
7 for the delta calculation
8 use "sudo a2enmod deflate" to enable the deflate module
11 Note that you must enter following command to enable the upstream proxy after you have
12 copied the above mentioned files into the standard ubuntu apache install:
13 sudo a2ensite upstream-proxy