Windows 開発サーバーに APC をインストールしました。APC を有効にして apache を再起動すると、ページが読み込まれません。それらはタイムアウトし、ブラウザで接続がリセットされました。などのサーバー上の他のスクリプトphpmyadmin
もロードされません。
システム構成は次のとおりです。
Windows 2003 Server
Apache 2.2.22
PHP Version 5.3.15
APC Version 3.1.11
調べてみるapc.php
と、ヒット率は 80%、ミス率は 20% です。
APC ランタイム設定
apc.cache_by_default 1
apc.canonicalize 1
apc.coredump_unmap 0
apc.enable_cli 0
apc.enabled 1
apc.file_md 50
apc.file_update_protection 2
apc.filters ''
apc.gc_ttl 3600
apc.include_once_override 0
apc.lazy_classes 0
apc.lazy_functions 0
apc.max_file_size 1M
apc.num_files_hint 1000
apc.preload_path ''
apc.report_autofilter 0
apc.rfc1867 0
apc.rfc1867_freq 0
apc.rfc1867_name APC_UPLOAD_PROGRESS
apc.rfc1867_prefix upload_
apc.rfc1867_ttl 3600
apc.serializer default
apc.shm_segments 1
apc.shm_size 32M
apc.slam_defense 1
apc.stat 1
apc.stat_ctime 0
apc.ttl 0
apc.use_request_time 1
apc.user_entries_hint 4096
apc.user_ttl 0
apc.write_lock 1
指定された一時フォルダーに次のような名前で作成されたファイルを見.apc.a00532
たことがありますが、 file size 0
PHPエラーログもチェックしましたが、そこには何も表示されません。
事前に感謝します。
編集 私は VC9 でコンパイルされた PHP を使用しており、Apache は Apache ラウンジからコンパイルされた VC9 と一致しています。APC 3.1.9 も使用してみましたが、ページも表示されません。私が実行するすべてのphpスクリプトは、apc.php自体を除いてタイムアウトを与え、キャッシュされていることを示しています。