[Phpslash-commit] CVS: phpslash-dev/public_html config-dist.ini.php,1.24,1.25
Brought to you by:
joestewart,
nhruby
From: Luis M <le...@us...> - 2004-11-17 17:09:02
|
Update of /cvsroot/phpslash/phpslash-dev/public_html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30120 Modified Files: config-dist.ini.php Log Message: assigning jpcache file prefixes to all file-based caching now possible (except for static files). Index: config-dist.ini.php =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/public_html/config-dist.ini.php,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** config-dist.ini.php 29 Oct 2004 05:29:48 -0000 1.24 --- config-dist.ini.php 17 Nov 2004 17:08:38 -0000 1.25 *************** *** 223,226 **** --- 223,230 ---- ;jpcache.cachedir = /dev/shm/cache + ;; jpcache.fileprefix - valid values = string + ;; + ;; All non-static files will be prefixed with this string + jpcache.fileprefix = "jpc-" ;;; |