Webserver Error

zoom

Well-Known Member
#1
I've been observing a strange problem on the litespeed webserver which is preventing litespeed from serving up the php pages. I've noticed lot's of php spawned processes and the litespeed server has the following messages.

2008-05-15 06:29:06.085 INFO [phpLsapi] setuid child process, let parent kill it: 22301
2008-05-15 06:29:06.085 NOTICE [phpLsapi] Send SIGKILL to process [10000] that won't stop.

It appears that it's having difficulty killing the process, but why? It's been acting this way for the last two days since I went live. I'm running on x64 system with php compiled using the litespeed frontend. Below are the options I used..

--with-libdir=lib64 --with-mysql --with-zlib --with-gd --enable-shmop --enable-track-vars --enable-sockets --enable-sysvsem --enable-sysvshm --enable-magic-quotes --enable-mbstring --with-iconv --with-jpeg --with-png --with-pear=/usr/share/pear --with-config-file-path=/etc --disable-ipv6 --without-pdo-sqlite
 
Top