Changes between Version 57 and Version 58 of LiveServer


Ignore:
Timestamp:
09/27/10 17:22:04 (6 years ago)
Author:
jim
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LiveServer

    v57 v58  
    66The sites running on 67.217.100.83 are https://www.transitiontoday.org/ | http://www.transitiontoday.org/ | http://atrium.transitiontoday.org/ 
    77 
    8 And on 67.217.100.92 https://www.transitionnetwork.org/ | http://www.transitionnetwork.org/  
     8And on 67.217.100.92 https://www.transitionnetwork.org/ | http://www.transitionnetwork.org/. There is a subdomain of the main site at http://workspaces.transitionnetwork.org/ | https://workspaces.transitionnetwork.org/. This sub-site shares the code base and some of the database tables for the live site, but additionally has its own database and files folders. 
    99 
    1010The 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]), 1Gb is available to the virtual server, burstable to 3 GB. The machine has two Xeon 3.2 GHz processors and the storage space available is 5Gb and the bandwidth allowed is 20Gb per month. 
     
    4141== Cron == 
    4242 
    43 The following crontab for the transnetwww user ensures that tasks like the sending of the newsletter are carried out: 
     43The following crontab for the transnetwww user ensures that regular tasks are carried out, both on the main TN site and the Workspaces sub-site: 
    4444{{{ 
    4545crontab -e -u transnetwww 
    46   # m h  dom mon dow   command 
    47   */5 * * * * /usr/local/sbin/ab -v 1 -n 1 http://transitionnetwork-live.gaiahost.coop/cron.php >/dev/null 2>&1  
     46# m h  dom mon dow   command 
     47*/30 * * * * /usr/local/sbin/ab -v 1 -n 1 http://www.transitionnetwork.org/cron.php >/dev/null 2>&1 
     48* */1 * * * /usr/local/sbin/ab -v 1 -n 1 http://workspaces.transitionnetwork.org/cron.php >/dev/null 2>&1 
    4849}}} 
    4950