/usr/share/xcache/htdocs/config.default.php is in php5-xcache 3.1.0-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | <?php
// [default config]
// DO NOT rename/delete/modify this file which will be overwritten when upgrade
// See config.example.php instead
// detected by browser
// $config['lang'] = 'en-us';
$config['charset'] = "UTF-8";
// translators only
$config['show_todo_strings'] = false;
// this ob filter function is applied for the list with paths, not the whole page
$config['path_nicer'] = 'ob_filter_path_nicer_default';
|