lsapi-php hanging?

ts77

Well-Known Member
#1
Hi there,

after trying the current 1.1-lsapi-php (btw. the link to the "Universal patch" points to 1.0 version) with my 2.1RC1 install I see sites trying to use lsapi-code hanging.
It just does nothing and somewhen the page times out (even a simple phpinfo).

Trying to strace the php-process gives only this:
Code:
read(0,
and nothing more.

Any ideas what to try? I've had a prerelease lsapi-php running without problems before.

thanks,

thomas
 

ts77

Well-Known Member
#2
damned, forget it. my fault.
forgot to run buildconf with the universal patch.

Some suggestions though:
how about installing the lsphp-executable in the specified location too with "make install"?

Your php-4.3.11-patch fails with a hunk in "generated_lists".
 

mistwang

LiteSpeed Staff
#3
Thank you for the update and the suggestion.
It is not easy to change PHP's Makefile which is generated by automake based on Makefile.frag.
I think it is safe to ignore the "generated_lists".
 
Top