Changes between Version 35 and Version 36 of NewLiveServer
- Timestamp:
- 10/28/10 13:02:58 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewLiveServer
v35 v36 8 8 The live site is being set up at http://live.quince.webarch.net/ and the notes about the old live server are here: LiveServer The move to quince.webarch.net is being sorted out on ticket:147 9 9 10 == Mediawiki == 10 == apache == 11 12 The server is running the default debian apache2: 13 14 {{{ 15 /usr/sbin/apache2 -v 16 Server version: Apache/2.2.9 (Debian) 17 Server built: Apr 20 2010 15:40:17 18 /usr/sbin/apache2 -l 19 Compiled in modules: 20 core.c 21 mod_log_config.c 22 mod_logio.c 23 prefork.c 24 http_core.c 25 mod_so.c 26 }}} 27 28 The main configuration file is /etc/apache2/apache2.conf and the virtual hosts are sym linked from /etc/apache2/sites-enabled 29 30 == apc == 31 32 The php-apc package is installed and info about how it is preforming is at https://live.quince.webarch.net/info/apc.php 33 34 The #mediawiki site is set to use APC via this setting in /web/wiki.transitionnetwork.org/www/LocalSettings.php 35 36 {{{ 37 $wgMainCacheType = CACHE_ACCEL; 38 }}} 39 40 Drupal can be set to use it via /web/transitionnetwork.org/www/sites/default/settings.php 41 42 43 == mediawiki == 11 44 12 45 The Mediawiki site at http://wiki.transitionnetwork.org/ will be running running on quince.webarch.net after the server switch, ticket:147, it is also available at http://wiki.quince.webarch.net/ … … 45 78 To backup the Mysql database and the files for the web sites to the wiki:DevelopmentServer run the /usr/local/bin/backup2kiwi script, it puts the files in /home/live/quince on kiwi.webarch.net and these files are used by the scripts on kiwi to update the Drupal and Mediwiki sites with the latest data from the live sites. 46 79 47 == Mysql Backup ==80 == mysql-backup == 48 81 49 82 A MySQL Backup script from http://worldcommunitypress.com/opensource/mysql-backup is installed in /usr/local/bin and it's set to create backups in /var/backups/mysql/ … … 67 100 }}} 68 101 69 == Backupninja ==102 == backupninja == 70 103 71 104 [https://labs.riseup.net/code/projects/show/backupninja/ Backupninja] has been installed and set up -- it's set to backup files to another server in the same rack and then this backups up the data to a server in another colo. The main configuration file is /etc/backupninja.conf and the files containing the list of things to be backed up are in /etc/backup.d/. 60 days worth of backups are saved. It is set to backup MySQL and the following directories: