IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 6, 2010, 1:49:58 PM (16 years ago)
Author:
Serge CHASTEL
Message:

Deletion parameters are now in site.php.in + doc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/def/README

    r28615 r28616  
    173173To avoid this problem, the function delete_old_tmp_files() in ipp.php
    174174was created. It checks the /tmp directory and removes all files
    175 belonging to the apache user and that are older than 15 minutes.
    176 delete_old_tmp_files() is called at the beginning of the
    177 autocodeImage.php template script (line 4) and is therefore present in
    178 all generated plotting scripts.
     175belonging to the $DELETION_USER user and that are older than
     176$DELETION_DELAY minutes. delete_old_tmp_files() is called at the
     177beginning of the autocodeImage.php template script (line 4) and is
     178therefore present in all generated plotting scripts.
     179
     180$DELETION_USER and $DELETION_DELAY are defined in site.php.in (values
     181are 'apache' and '15').
Note: See TracChangeset for help on using the changeset viewer.