Ativando o cache do APC desativa o site

1

Eu tenho um VPS em execução no centos 5 com 2 GB de RAM. Eu corro um fórum IP.Board nesse servidor. Recentemente, meu servidor foi invadido e tive que formatar o disco e começar de novo. Eu estava usando o cache APC antes e estava funcionando bem. Mas agora, quando eu o habilito, o fórum fica offline. Eu estou no meu juízo final. Por favor, ajude-me a fazê-lo funcionar. Deixe-me saber se preciso fornecer mais informações sobre o meu servidor. Atenciosamente

Estou usando a seguinte configuração que encontrei em uma pergunta do StackOverflow: link

apc.enabled=1
apc.shm_segments=1

; I would try 32M per WP install, go from there
apc.shm_size=128M

; Relative to approx cached PHP files,
apc.num_files_hint=512

; Relative to approx WP size W/ APC Object Cache Backend, 
apc.user_entries_hint=4096

apc.ttl=7200
apc.use_request_time=1
apc.user_ttl=7200
apc.gc_ttl=3600
apc.cache_by_default=1
apc.filters
apc.mmap_file_mask=/tmp/apc.XXXXXX
apc.file_update_protection=2
apc.enable_cli=0
apc.max_file_size=2M

;This should be used when you are finished with PHP file changes.
;As you must clear the APC cache to recompile already cached files.
;If you are still developing, set this to 1.
apc.stat=0

apc.stat_ctime=0
apc.canonicalize=1
apc.write_lock=1
apc.report_autofilter=0
apc.rfc1867=0
apc.rfc1867_prefix =upload_
apc.rfc1867_name=APC_UPLOAD_PROGRESS
apc.rfc1867_freq=0
apc.rfc1867_ttl=3600

;This MUST be 0, WP can have errors otherwise!
apc.include_once_override=0

apc.lazy_classes=0
apc.lazy_functions=0
apc.coredump_unmap=0
apc.file_md5=0
apc.preload_path

Eu usei o mesmo tutorial para instalar o APC como antes. Pode ser encontrado neste link

link

    
por noisyoscillator 19.10.2014 / 17:04

0 respostas