Changes between Version 34 and Version 35 of ServerSetup

Show
Ignore:
Timestamp:
10/07/10 17:00:09 (15 years ago)
Author:
faisal (IP: 70.119.212.119)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerSetup

    v34 v35  
    56567. then setup new webserver by following [/wiki/ReleaseChecklist] 
    5757 
    58 ----  
    59 For release beta 15 must do 
    60 add new file: 
    61 emacs /etc/hgplatform.ini 
     58'''PHP.INI Config (/etc/php5/cgi/php.ini)''' 
    6259{{{ 
    63 [general] 
    64 APPLICATION_ENV = production 
     60memory_limit = 256M 
     61session.save_handler = memcache 
     62session.save_path="tcp://192.168.137.54:11211?persistent=1&weight=1&timeout=1&retry_interval=15" 
    6563}}} 
    66 and change the memory_limit to 256M in php.ini at /etc/php5/cgi/php.ini