Changes between Version 34 and Version 35 of ServerSetup
- Timestamp:
- 10/07/10 17:00:09 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerSetup
v34 v35 56 56 7. then setup new webserver by following [/wiki/ReleaseChecklist] 57 57 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)''' 62 59 {{{ 63 [general] 64 APPLICATION_ENV = production 60 memory_limit = 256M 61 session.save_handler = memcache 62 session.save_path="tcp://192.168.137.54:11211?persistent=1&weight=1&timeout=1&retry_interval=15" 65 63 }}} 66 and change the memory_limit to 256M in php.ini at /etc/php5/cgi/php.ini