Changes between Version 44 and Version 45 of NewLiveServer


Ignore:
Timestamp:
11/03/10 13:48:56 (6 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NewLiveServer

    v44 v45  
    12121. Optimise, what php accelerator should we use? Filecache for the moment because of problems encountered with both memcache and apc. Tweak MySQL defaults? 
    1313 
    14 2. Cron 
    15  
    16 3. !ImageMagick 
    17  
    18 4. This error from the apache logs 
    19  
    20 {{{ 
    21 [Thu Oct 28 12:56:18 2010] [info] SSL Library Error: 336027900 error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol speaking not SSL to HTTPS port!? 
    22 }}} 
    23  
    24 5. Why does the front page have no images, css or js?  http://live.quince.webarch.net/ this was solved here: ticket:147#comment:12 can we automate this solution? 
    25  
    26 6. A 'This site is moving' page for the gaia server and webarch mediawiki server after the last DB syncs and when the DNS has been updated. 
    27  
    28 7. Move the http://static.transitionnetwork.org/ site and FTP server from the dev server to quince. 
    29  
    30 8. Perhaps install http://awstats.sf.net/ for generating nice usage graphs from the apache logs and exim logs. 
     142. !ImageMagick 
     15 
     163. Perhaps install http://awstats.sf.net/ for generating nice usage graphs from the apache logs and exim logs. 
    3117 
    3218== apache == 
     
    11197}}} 
    11298 
     99== cron == 
     100 
     101The cron job for the http://www.transitionnetwork.org/ site is set up for user chris and it contains: 
     102 
     103{{{ 
     104# m h  dom mon dow   command 
     105*/30 * * * * /usr/sbin/ab -n 1 http://www.transitionnetwork.org/cron.php >/dev/null 2>&1   
     106* */1 * * * /usr/sbin/ab -n 1 http://workspaces.transitionnetwork.org/cron.php >/dev/null 2>&1   
     107}}} 
     108 
     109ab is [http://httpd.apache.org/docs/2.2/programs/ab.html apachebench]. 
    113110 
    114111== backup2kiwi ==