After using lsphp 6.3, and use "suEXEC Daemon" on "Run On Start Up", APC is still restarted (my litespeed php5 config is attached below).
When i checked the litespeed log, i see some messages that could be the reason of the litespeed to be restarted?
Does my litespeed config is not optimized?
When i checked the litespeed log, i see some messages that could be the reason of the litespeed to be restarted?
Code:
No request delivery notification has been received from LSAPI process group [-1], possible run away process.
...
Retry with new process group.
...
connection to [uds://tmp/lshttpd/lsphp5.sock.29027] on request #0, confirmed, 0, associated process: -1, running: 0, error: Connection timed out!
...
Suspicious request timeout, associated process: -1, running: 0.
Max retries has been reached, 503!
oops! 503 Service Unavailable
Code:
Runtime Settings
apc.cache_by_default 1
apc.canonicalize 1
apc.coredump_unmap 0
apc.enable_cli 1
apc.enabled 1
apc.file_md5 0
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 20M
apc.mmap_file_mask /home/apc/apc.GKhZuh
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 7144M
apc.slam_defense 1
apc.stat 0
apc.stat_ctime 0
apc.ttl 0
apc.use_request_time 1
apc.user_entries_hint 400000
apc.user_ttl 7200
apc.write_lock 1
Attachments
-
31.7 KB Views: 2
Last edited by a moderator: