Changes between Version 19 and Version 20 of LiveServer
- Timestamp:
- 07/20/10 14:28:16 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LiveServer
v19 v20 6 6 7 7 The 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 11 The following crontab for the transnetwww user ensures that tasks like the sending of the newsletter are carried out: 12 {{{ 13 crontab -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 }}} 8 18 9 19 == Packages ==