Changes between Version 105 and Version 106 of PuffinServer
- Timestamp:
- 01/13/14 13:18:10 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PuffinServer
v105 v106 121 121 122 122 The MySQL root password is available in {{{/root/.my.cnf}}}. 123 124 Tuning of the MySQL server is being tracked on ticket:587. 125 126 We have set MySQL to use a RAM disk for temp tables, see ticket:591. 123 127 124 128 BOA installs MariaDB as the MySQL server using the debs from the MariaDB site, see {{{/etc/apt/sources.list.d/mariadb.list}}}, these are the current (2013-01-13) packages which are installed (note the config files only remain for php5-mysql as PHP in now installed from source code by BOA): … … 136 140 }}} 137 141 138 Tuning of the server is being tracked on ticket:587. 139 140 We have set MySQL to use a RAM disk for temp tables, see ticket:591. 142 == Nginx == 143 144 BOA did use Nginx from dotdeb but now it compiles it from source, the dotdeb config files remain: 145 146 {{{ 147 dpkg -l | grep -i nginx 148 rc nginx-common 1.4.1-1~dotdeb.0 all small, powerful, scalable web/proxy server - common files 149 }}} 150 151 The only changes made to the default nginx configuration during the initial install was to move the key and cert it was using out of the way and symlink to the *.transitionnetwork.org ones, see ticket:466#comment:25. 152 153 The other change made from the default BOA config are to enable Munin graphs, see wiki:PuffinServer#nginxconfigchanges 141 154 142 155 === php-fpm === … … 386 399 Two changes were made the the default postfix install, it was set to send root emails out, see ticket:466#comment:23 and it was configured to use TLS with the transition network cert, see ticket:466#comment:25. 387 400 388 == Nginx ==389 390 The only changes made to the default nginx configuration was to move the key and cert it was using out of the way and symlink to the *.transitionnetwork.org ones, see ticket:466#comment:25.391 392 401 == Handy commands == 393 402