Ignore:
Timestamp:
08/23/12 09:29:10 (12 years ago)
Author:
wmerlotto
Message:

Ticket #2889 - Complementando correções no virtual host, ssl, do apache e no cron

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/INSTALL/arquivos/expresso-cron

    r6173 r7104  
    1717#DEBIAN00 22    * * *   www-data        php5    EXPRESSO_DIR/phpgwapi/cron/clean_phpgw_tables.php 
    1818 
     19# Utilizado para limpar os arquivos de sessao do PHP 
     20#*/31 *  * * *   root                    find /dev/shm -type f -name "sess_*" -cmin 240 -print0 | xargs -n 200 -r -0 rm 
     21 
     22 
Note: See TracChangeset for help on using the changeset viewer.