installed plugin W3 Total Cache
version 2.3.2
This commit is contained in:
26
wp-content/plugins/w3-total-cache/ini/eaccelerator.ini
Normal file
26
wp-content/plugins/w3-total-cache/ini/eaccelerator.ini
Normal file
@ -0,0 +1,26 @@
|
||||
; /etc/php.d/eaccelerator.ini
|
||||
|
||||
;extension = eaccelerator.so
|
||||
zend_extension = "/usr/lib/php/modules/eaccelerator.so"
|
||||
zend_extension_ts = "/usr/lib/php/modules/eaccelerator.so"
|
||||
|
||||
eaccelerator.shm_size = 32
|
||||
;eaccelerator.cache_dir = "/tmp/eaccelerator"
|
||||
eaccelerator.enable = 1
|
||||
eaccelerator.optimizer = 0
|
||||
eaccelerator.debug = 0
|
||||
eaccelerator.log_file = "/var/log/httpd/eaccelerator_log"
|
||||
eaccelerator.name_space = ""
|
||||
eaccelerator.check_mtime = 1
|
||||
eaccelerator.filter = ""
|
||||
eaccelerator.shm_max = 0
|
||||
eaccelerator.shm_ttl = 7200
|
||||
eaccelerator.shm_prune_period = 7200
|
||||
eaccelerator.shm_only = 1
|
||||
eaccelerator.compress = 0
|
||||
eaccelerator.compress_level = 9
|
||||
eaccelerator.keys = shm
|
||||
eaccelerator.sessions = shm
|
||||
eaccelerator.content = shm
|
||||
; Insert path to document root below, then uncomment the line
|
||||
;eaccelerator.allowed_admin_path = "/var/www/domain.com/"
|
Reference in New Issue
Block a user