by ntorres » Wed Jan 09, 2013 8:31 am
Hi Jason,
the web server has access to write and read to the cache directory and there are some files
fc-journalSettings-xxx.php
fc-locale-03b174b61510807426c2a2c128f6a86a.php
fc-locale-list.php
fc-pluginSettings-xx-yyy.php
and directories
HTML
t_cache
t_compile
t_config
The 'cache' setting in config.inc.php file :
;;;;;;;;;;;;;;;;;;
; Cache Settings ;
;;;;;;;;;;;;;;;;;;
[cache]
; Choose the type of object data caching to use. Options are:
; - memcache: Use the memcache server configured below
; - xcache: Use the xcache variable store
; - apc: Use the APC variable store
; - none: Use no caching.
object_cache = none
; Enable memcache support
memcache_hostname = localhost
memcache_port = 11211
; For site visitors who are not logged in, many pages are often entirely
; static (e.g. About, the home page, etc). If the option below is enabled,
; these pages will be cached in local flat files for the number of hours
; specified in the web_cache_hours option. This will cut down on server
; overhead for many requests, but should be used with caution because:
; 1) Things like journal metadata changes will not be reflected in cached
; data until the cache expires or is cleared, and
; 2) This caching WILL NOT RESPECT DOMAIN-BASED SUBSCRIPTIONS.
; However, for situations like hosting high-volume open access journals, it's
; an easy way of decreasing server load.
web_cache = Off
web_cache_hours = 1
I tried to set web_cache to On but it doesn't but I can't access to articles yet.
Regards,
Natalia