Changes between Version 23 and Version 24 of PuffinServer
- Timestamp:
- 02/06/13 21:49:48 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PuffinServer
v23 v24 23 23 24 24 There is a Xen shell available for console access, see wiki:XenShell. 25 26 == Munin Stats == 27 28 There are munin stats for the server available here 29 30 * https://ecodissident.net/munin/webarch.net/puffin.webarch.net/ 25 31 26 32 == Barracuda Octopus Ageir == … … 142 148 autocmd BufRead,BufNewFile /etc/php5/fpm/* set syntax=dosini 143 149 autocmd BufRead,BufNewFile /opt/local/etc/php53-fpm.conf set syntax=dosini 150 au BufRead,BufNewFile /etc/nginx/*,/etc/nginx/conf.d/*,/var/aegir/config/server_master/nginx/*/* set ft=nginx 151 au BufRead,BufNewFile /data/disk/tn/config/server_master/nginx/vhost.d/* set ft=nginx 152 144 153 }}} 145 154 146 And a {{{/root/.vim/syntax/}}} directory was created and {{{mycnf.vim}}} was created in it by downloading it from http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vim-syntax-mycnf/ 155 And a {{{/root/.vim/syntax/}}} directory was created and {{{mycnf.vim}}} was created in it by downloading it from http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vim-syntax-mycnf/ and {{{nginx.vim}}} was downloaded from http://www.vim.org/scripts/script.php?script_id=1886