|
I installed and configured xcache. Within seconds of restarting the server, the 503 errors come back. I setting max processes to 0/0, no luck. Here is the result of strace:
# strace -f -p 16225
Process 16225 attached - interrupt to quit
select(6, [5], NULL, NULL, {0, 853000}) = 0 (Timeout)
getppid() = 16224
select(6, [5], NULL, NULL, {1, 0}) = 1 (in [5], left {0, 226000})
read(5, "LS\1\0\355\6\0\0\315\3\0\0\0\0\0\0\201\1\0\0\372\ 1\0\0\265\1\0\0n\2\0\0"..., 8192) = 1773
write(5, "LS\7\0\10\0\0\0", 8) = 8
setitimer(ITIMER_PROF, {it_interval={0, 0}, it_value={60, 0}}, NULL) = 0
rt_sigaction(SIGPROF, {0x685d80, [PROF], SA_RESTORER|SA_RESTART, 0x3ed4e301b0}, {0x685d80, [PROF], SA_RESTORER|SA_RESTART, 0x3ed4e301b0}, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [PROF], NULL, 8) = 0
getcwd("/usr/local/lsws/fcgi-bin", 4095) = 25
chdir("/home/sitename/public_html") = 0
setitimer(ITIMER_PROF, {it_interval={0, 0}, it_value={30, 0}}, NULL) = 0
rt_sigaction(SIGPROF, {0x685d80, [PROF], SA_RESTORER|SA_RESTART, 0x3ed4e301b0}, {0x685d80, [PROF], SA_RESTORER|SA_RESTART, 0x3ed4e301b0}, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [PROF], NULL, 8) = 0
open("/home/sitename/public_html/vbseo.php", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=48445, ...}) = 0
mmap(NULL, 48445, PROT_READ, MAP_SHARED, 6, 0) = 0x2aaaafef6000
munmap(0x2aaaafef6000, 48445) = 0
close(6) = 0
open("/home/sitename/public_html/vbseo.php", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=48445, ...}) = 0
fcntl(6, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE)
fstat(6, {st_mode=S_IFREG|0644, st_size=48445, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2aaaafef6000
lseek(6, 0, SEEK_CUR) = 0
lseek(6, 0, SEEK_SET) = 0
read(6, "<?php\n\n/************************"..., 4096) = 4096
lseek(6, 4096, SEEK_SET) = 4096
stat("/home/sitename/public_html/vbseo.php", {st_mode=S_IFREG|0644, st_size=48445, ...}) = 0
fcntl(1, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=1}) = 0
fcntl(1, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=0, len=1}) = 0
lseek(6, -4096, SEEK_CUR) = 0
close(6) = 0
munmap(0x2aaaafef6000, 4096) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
Process 16225 detached
|