Revision ff17efe3
Added by Scott Ullrich almost 19 years ago
usr/local/etc/php.ini | ||
---|---|---|
9 | 9 |
html_errors = Off |
10 | 10 |
include_path = ".:/etc/inc:/usr/local/www:/usr/local/captiveportal:/usr/local/pkg" |
11 | 11 |
apc.enabled="1" |
12 |
apc.enable_cli="1" |
|
12 | 13 |
apc.shm_size="3" |
13 | 14 |
extension=apc.so |
usr/local/lib/php.ini | ||
---|---|---|
9 | 9 |
html_errors = Off |
10 | 10 |
include_path = ".:/etc/inc:/usr/local/www:/usr/local/captiveportal:/usr/local/pkg" |
11 | 11 |
apc.enabled="1" |
12 |
apc.enable_cli="1" |
|
12 | 13 |
apc.shm_size="3" |
13 | 14 |
extension=apc.so |
Also available in: Unified diff
Enable client cli caching as well.