Changes between Version 19 and Version 20 of LiveServer


Ignore:
Timestamp:
07/20/10 14:28:16 (6 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LiveServer

    v19 v20  
    66 
    77The live server is a virtual server running FreeBSD 7.2-RELEASE !#0, it has 4Gb of RAM (found via [http://www.cyberciti.biz/faq/freebsd-command-to-get-ram-information/ this script]) though only 1Gb is for our use. 
     8 
     9== Cron == 
     10 
     11The following crontab for the transnetwww user ensures that tasks like the sending of the newsletter are carried out: 
     12{{{ 
     13crontab -e -u transnetwww 
     14  # m h  dom mon dow   command 
     15  #*/5 * * * * /usr/local/sbin/ab -v 1 -n 1 http://www.transitionnetwork.org/cron.php >/dev/null 2>&1   
     16  */5 * * * * /usr/local/sbin/ab -v 1 -n 1 https://transitionnetwork-live.gaiahost.coop/cron.php >/dev/null 2>&1  
     17}}} 
    818 
    919== Packages ==