我在Windows開發服務器上安裝了APC。啓用APC並重新啓動Apache後,我們的頁面不會加載。他們超時,我只是得到連接重置瀏覽器。 服務器上的其他腳本,如phpmyadmin
也不會加載。啓用APC後頁面超時
這裏是我們的系統配置:
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本身,並且它顯示了我正在緩存的內容。
您可能會在serverfault上看到更多操作。 – 2012-08-13 20:44:40
我不想創建跨網站的副本,如果在這裏沒有得到一些想法可能會將其移到那裏。感謝您的建議。 – PoX 2012-08-14 14:36:12
你沒有使用Zend Server嗎? – wesside 2012-08-20 13:51:41