Changes between Version 21 and Version 22 of ParrotServer
- Timestamp:
- 09/12/13 10:02:25 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ParrotServer
v21 v22 171 171 == tmp files == 172 172 173 Each user has their own {{{~/tmp/}}} directory and files in these directories are deleted automatically when they are seven days old, see ticket:583. 173 Each user has their own {{{~/tmp/}}} directory and for sites which generate session files it's important to add their tmp directory to the list in {{{/etc/tmpreaper.conf}}} so that files older than 7 dayes are deleted to save the machine from running out of inodes, see ticket:583. 174 175 {{{ 176 TMPREAPER_DIRS='/home/recon/tmp/. /home/movie/tmp/.' 177 }}} 174 178 175 179 == SSL Certs ==