File tree Expand file tree Collapse file tree 2 files changed +44
-0
lines changed
Expand file tree Collapse file tree 2 files changed +44
-0
lines changed Original file line number Diff line number Diff line change @@ -364,6 +364,28 @@ Optional recommended packages:
364364denyhosts - a utility to help sys admins thwart ssh crackers
365365rsync - fast remote file copy program (for backup)
366366
367+ -----------------------------------------------------------------------------------------------------------
368+
369+ Ispc log files rotate , for now manual add but to add in ispc installer:
370+
371+ /etc/logrotate.d/logispc3
372+
373+ /var/log/ispconfig/ispconfig.log {
374+ weekly
375+ missingok
376+ rotate 4
377+ compress
378+ delaycompress
379+ }
380+ /var/log/ispconfig/cron.log {
381+ weekly
382+ missingok
383+ rotate 4
384+ compress
385+ delaycompress
386+ }
387+
388+
367389-----------------------------------------------------------------------------------------------------------
368390
369391Possible errors and their solutions
Original file line number Diff line number Diff line change @@ -362,6 +362,28 @@ Optional recommended packages:
362362denyhosts - a utility to help sys admins thwart ssh crackers
363363rsync - fast remote file copy program (for backup)
364364
365+ -----------------------------------------------------------------------------------------------------------
366+
367+ Ispc log files rotate , for now manual add but to add in ispc installer:
368+
369+ /etc/logrotate.d/logispc3
370+
371+ /var/log/ispconfig/ispconfig.log {
372+ weekly
373+ missingok
374+ rotate 4
375+ compress
376+ delaycompress
377+ }
378+ /var/log/ispconfig/cron.log {
379+ weekly
380+ missingok
381+ rotate 4
382+ compress
383+ delaycompress
384+ }
385+
386+
365387-----------------------------------------------------------------------------------------------------------
366388
367389Possible errors and their solutions
You can’t perform that action at this time.
0 commit comments