Changes between Version 57 and Version 58 of LiveServer
- Timestamp:
- 09/27/10 17:22:04 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LiveServer
v57 v58 6 6 The sites running on 67.217.100.83 are https://www.transitiontoday.org/ | http://www.transitiontoday.org/ | http://atrium.transitiontoday.org/ 7 7 8 And on 67.217.100.92 https://www.transitionnetwork.org/ | http://www.transitionnetwork.org/ 8 And 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. 9 9 10 10 The 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. … … 41 41 == Cron == 42 42 43 The following crontab for the transnetwww user ensures that tasks like the sending of the newsletter are carried out:43 The following crontab for the transnetwww user ensures that regular tasks are carried out, both on the main TN site and the Workspaces sub-site: 44 44 {{{ 45 45 crontab -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 48 49 }}} 49 50