Changes between Version 60 and Version 61 of DevelopmentServer


Ignore:
Timestamp:
06/29/11 13:29:05 (5 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentServer

    v60 v61  
    125125}}} 
    126126 
     127The main config file is {{{/etc/memcached.conf}}} and the following was added to {{{/web/dev.transitionnetwork.org.webarch.net/www/sites/default/settings.php}}}: 
     128 
     129{{{ 
     130$conf['cache_inc'] = './sites/all/modules/cacherouter/cacherouter.inc'; 
     131$conf['cacherouter'] = array( 
     132        'default' => array( 
     133        'engine'  => 'memcache', 
     134        'server'  => array('127.0.0.1:11211'), 
     135        'shared'  => TRUE, 
     136), 
     137); 
     138}}} 
    127139 
    128140