~justin-fathomdb/charms/trusty/wordpress/trunk

« back to all changes in this revision

Viewing changes to files/charm/php/php5_conf.d_apc.ini

  • Committer: Marco Ceppi
  • Date: 2012-08-24 01:14:11 UTC
  • mfrom: (51.1.100 wordpress)
  • Revision ID: marco@ceppi.net-20120824011411-mvtjdhxfl0gq48rr
* Nginx as a webserver
* Allow for scale-out with nginx
* Track Themes, Plugins, and other custom files in remote repo
* Cache levels are user-definable
* Share files between nodes with NFS
* Lots of performance enhancements

# Todo
* Add memcache support
* Wider support for remote files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
extension=apc.so
 
2
apc.enable=1
 
3
apc.shm_size = 1024M
 
4
apc.stat_ctime = 0
 
5
apc.stat = 0
 
6
apc.max_file_size = 2M
 
7
apc.write_lock = true
 
8
apc.mmap = /mnt/tmp/apc.XXXXXX
 
9
apc.ttl = 0
 
10
apc.user_ttl = 7200
 
11
apc.gc_ttl = 7200
 
12
apc.use_request_time = 1
 
13
apc.file_md5 = 1