E
E
enchikiben2017-02-06 20:13:03
Yii
enchikiben, 2017-02-06 20:13:03

How to configure apcu and requirements.php in Yii2?

Good evening! Tell me what could be the reason for not seeing apcu in requirements.php?
although it is included everywhere:

php -i | grep apc
/etc/php/7.0/cli/conf.d/20-apcu.ini,
apcu
apc.coredump_unmap => Off => Off
apc.enable_cli => On => On
apc.enabled => On => On
apc.entries_hint => 4096 => 4096
apc.gc_ttl => 3600 => 3600
apc.mmap_file_mask => no value => no value
apc.preload_path => no value => no value
apc.serializer => php => php
apc.shm_segments => 1 => 1
apc.shm_size => 32M => 32M
apc.slam_defense => On => On
apc.smart => 0 => 0
apc.ttl => 0 => 0
apc.use_request_time => On => On
apc.writable => /tmp => /tmp

the main thing on the site itself is not swearing, but in requirements.php it gives out.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Access Denied, 2017-02-06
@AccessDenied80

You look from the command line (CLI). On the web, a completely different ini, in a different folder, check there.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question