diff --git a/docs/INSTALL_DEBIAN_5.0.txt b/docs/INSTALL_DEBIAN_5.0.txt index f07183b0d76148cfd133ef09ceff259741ed3c52..44add4f4546a671b9267adfaceeeee3f1ee4887c 100644 --- a/docs/INSTALL_DEBIAN_5.0.txt +++ b/docs/INSTALL_DEBIAN_5.0.txt @@ -364,6 +364,28 @@ Optional recommended packages: denyhosts - a utility to help sys admins thwart ssh crackers rsync - fast remote file copy program (for backup) +----------------------------------------------------------------------------------------------------------- + +Ispc log files rotate, for now manual add but to add in ispc installer: + +/etc/logrotate.d/logispc3 + +/var/log/ispconfig/ispconfig.log { + weekly + missingok + rotate 4 + compress + delaycompress +} +/var/log/ispconfig/cron.log { + weekly + missingok + rotate 4 + compress + delaycompress +} + + ----------------------------------------------------------------------------------------------------------- Possible errors and their solutions diff --git a/docs/INSTALL_DEBIAN_6.0.txt b/docs/INSTALL_DEBIAN_6.0.txt index 1aba46bba8206148632a8de520298c47f676facc..6c8bdef24b5bc5041c413b3f9856d657d4de047a 100644 --- a/docs/INSTALL_DEBIAN_6.0.txt +++ b/docs/INSTALL_DEBIAN_6.0.txt @@ -362,6 +362,28 @@ Optional recommended packages: denyhosts - a utility to help sys admins thwart ssh crackers rsync - fast remote file copy program (for backup) +----------------------------------------------------------------------------------------------------------- + +Ispc log files rotate, for now manual add but to add in ispc installer: + +/etc/logrotate.d/logispc3 + +/var/log/ispconfig/ispconfig.log { + weekly + missingok + rotate 4 + compress + delaycompress +} +/var/log/ispconfig/cron.log { + weekly + missingok + rotate 4 + compress + delaycompress +} + + ----------------------------------------------------------------------------------------------------------- Possible errors and their solutions