~dave-cheney/charms/precise/wordpress/trunk

« back to all changes in this revision

Viewing changes to files/charm/php/php5-fpm_pool.d_www.conf

  • Committer: Marco Ceppi
  • Date: 2012-08-27 22:18:13 UTC
  • mfrom: (55.1.6 wordpress)
  • Revision ID: marco@ceppi.net-20120827221813-ivqpqv6oy8yaainz
Marco Ceppi 2012-08-27 Updated to build wp-cli from source
Marco Ceppi 2012-08-27 idea => ideal
Marco Ceppi 2012-08-25 Added warning about HP Cloud standard.xsmall
Marco Ceppi 2012-08-25 Fix so that php5-fpm can run on t1.micro and standard.xsmall instances
Marco Ceppi 2012-08-25 Fixes to sed lines for compatibility?
Marco Ceppi 2012-08-24 Memcache support

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
pm = dynamic
15
15
pm.max_children = 100
16
 
pm.start_servers = 15
 
16
pm.start_servers = 4
17
17
pm.min_spare_servers = 4
18
18
pm.max_spare_servers = 15
19
19
pm.max_requests = 5000
31
31
rlimit_core = unlimited
32
32
catch_workers_output = no
33
33
 
 
34
php_admin_value[error_log] = /mnt/php5/php-error.log
 
35
 
34
36
; this is untested will do this on a later update
35
37
 
36
38
env[HOSTNAME] = $HOSTNAME
38
40
env[TMP] = /mnt/tmp
39
41
env[TMPDIR] = /mnt/tmp
40
42
env[TEMP] = /mnt/tmp
41
 
env[OHSO_POOL] = $pool