我有带 APC 的 Apache2。
当我更改某些内容时,我必须重新启动 Apache 才能看到效果。我知道 100% 肯定是因为 APC。
我的设置有什么问题?(谢谢您的帮助!)
extension=apc.so
apc.enabled = On
apc.optimization = 0
apc.shm_segments = 1
apc.shm_size = 2.6G
apc.ttl = 7200
apc.user_ttl = 720
apc.num_files_hint = 102400
apc.mmap_file_mask = /tmp/apc.XXXXXX
apc.enable_cli = 1
apc.cache_by_default = 1
apc.max_file_size = 220M
apc.stat = 0