~ispconfig/interface/temp runs over with sess_ files

Discussion in 'General' started by mopox, Apr 8, 2018.

  1. mopox

    mopox New Member

    hallo community,
    i am using ubuntu, ispconfig 3.1.11 and nginx. that server has not that much load and the ispconfig interface is not used much.
    while a manual backup i got awar that there are 324584 sess_... files in the directory.
    is that normal? why are the sess_ files not removed automated?
    any ideas?
     
  2. Jesse Norell

    Jesse Norell Well-Known Member Staff Member Howtoforge Staff

    I don't see any sess_ files there; a quick search shows
    `/usr/local/ispconfig/server/lib/classes/cron.d/200-logfiles.inc.php` runs `exec('cd '.$tmp_path."; find . -mtime +1 -name 'sess_*' | grep -v -w .no_delete | xargs rm > /dev/null 2> /dev/null");` which should clean that up - check that you have ispconfig's cronjobs setup and running.
     

Share This Page