Changes between Version 13 and Version 14 of LennyToSqueeze
- Timestamp:
- 09/22/11 16:20:13 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LennyToSqueeze
v13 v14 492 492 A fsfs.conf files needed creating in the subversion repo's db directory before the backupninja backup would run, see http://linuxsysadminblog.com/2010/06/svnadmin-cant-open-file-svndbfsfs-conf-no-such-file-or-directory/ 493 493 494 495 494 Varnish is pulled in via {{{/etc/apt/sources.list.d/varnish.list}}} which contains: 495 496 {{{ 497 deb http://repo.varnish-cache.org/debian/ lenny varnish-2.1 498 }}} 499 500 And 3 is available for squeeze: https://www.varnish-cache.org/installation/debian 501 502 See: https://www.varnish-cache.org/docs/trunk/installation/upgrade.html 503 504 The changes to the config were saved to {{{/etc/varnish/default.vcl.3.0}}} and the 2.1 settings backed up to /etc/varnish/default.vcl.2.1 505