Change from dos to unix convention
[httpd-crcsyncproxy.git] / debian / crccache_server.conf
blob24df95a7a69d64afa349731e2d326f72034becdb
1 <IfModule mod_crccache_server.c>
2 # cache cleaning is done by htcacheclean, which can be configured in
3 # /etc/default/apache2
5 # For further information, see the comments in that file, 
6 # /usr/share/doc/apache2.2-common/README.Debian, and the htcacheclean(8)
7 # man page.
9         # This path must be the same as the one in /etc/default/apache2
10         CacheRootServer /var/cache/apache2/mod_crccache_server
12         # This will also cache local documents. It usually makes more sense to
13         # put this into the configuration for just one virtual host.
15         #CacheEnable disk /
17         CacheDirLevelsServer 5
18         CacheDirLengthServer 3
19 </IfModule>