新しい専用サーバーで非常に奇妙な問題が発生しています。Plesk 11がインストールされており、APCをインストールしようとしています。すべてがうまくいき、でAPC構成を確認できますが、phpinfo()
構成できません。私は可能な限りあらゆる方法で試していますが、phpinfoに表示される構成は変更されません。apc.ini
構成ファイルが追加のiniファイルにロードされていることは示されていませんがextension=apc.so
、ファイル内の行にコメントを付けると、APCがダウンします。
これが私のapc.iniファイルです。
[APC]
extension=apc.so
apc.enabled = 1 # Turn APC cache on
apc.optimization = 0 # Experimental keep off
apc.shm_segments = 1 # Shared memory segments
apc.shm_size = 256M # Max shared memory dependent on OS
apc.ttl = 7200
apc.user_ttl = 7200
apc.num_files_hint = 1024
apc.mmap_file_mask = /tmp/apc.XXXXXX
apc.enable_cli = 1 # Allow command line php to function
apc.cache_by_default = 1 # Enabled, 0 for filters
apc.max_file_size = 10M # Maximum cached file size
apc.stat = 1 # 1 for dev, 0 for production, whether the source file is checke$
#apc.include_once_override = 1 # Use PHP5.3+ for include_once optimization
事前に感謝し、私の悪い英語をお詫びします、
ヴィニシウス