|
|

01-31-2013, 11:28 AM
|
|
Member
|
|
Join Date: Nov 2008
Posts: 22
|
|
Well, I have upgraded to lsws 4.2.2 and recompiled the php, but still have the same problem with 503 errors on php pages 
|

01-31-2013, 11:41 AM
|
|
Member
|
|
Join Date: Nov 2008
Posts: 22
|
|
|
I have compiled the php5.4.11 without Zend, APC or any additional modules enabled...
The only errors I see are these:
2013-01-31 19:24:53.059 [INFO] [83.239.187.182:42845-0#APVH_acc01.c1.server-1.biz] connection to [/tmp/lshttpd/lsphp54.sock.617] on request #0, confirmed, 0, associated process: 69618, running: 0, error: Operation timed out!
2013-01-31 19:24:53.059 [NOTICE] [83.239.187.182:42845-0#APVH_acc01.c1.server-1.biz] Suspicious request timeout, associated process: 69618, running: 0.
2013-01-31 19:24:59.005 [INFO] [83.239.187.182:42856-0#APVH_acc01.c1.server-1.biz] ExtConn timed out while processing.
2013-01-31 19:24:59.005 [INFO] [83.239.187.182:42856-0#APVH_acc01.c1.server-1.biz] connection to [/tmp/lshttpd/lsphp54.sock.617] on request #0, confirmed, 0, associated process: 69618, running: 0, error: Operation timed out!
2013-01-31 19:24:59.005 [NOTICE] [83.239.187.182:42856-0#APVH_acc01.c1.server-1.biz] Suspicious request timeout, associated process: 69618, running: 0.
2013-01-31 19:25:04.045 [INFO] [83.239.187.182:42856-0#APVH_acc01.c1.server-1.biz] ExtConn timed out while processing.
2013-01-31 19:25:04.045 [INFO] [83.239.187.182:42856-0#APVH_acc01.c1.server-1.biz] connection to [/tmp/lshttpd/lsphp54.sock.617] on request #0, confirmed, 0, associated process: 69618, running: 0, error: Operation timed out!
2013-01-31 19:25:04.045 [NOTICE] [83.239.187.182:42856-0#APVH_acc01.c1.server-1.biz] Suspicious request timeout, associated process: 69618, running: 0.
2013-01-31 19:25:09.060 [INFO] [83.239.187.182:42856-0#APVH_acc01.c1.server-1.biz] ExtConn timed out while processing.
2013-01-31 19:25:09.060 [INFO] [83.239.187.182:42856-0#APVH_acc01.c1.server-1.biz] connection to [/tmp/lshttpd/lsphp54.sock.617] on request #0, confirmed, 0, associated process: 69618, running: 0, error: Operation timed out!
2013-01-31 19:25:09.060 [NOTICE] [83.239.187.182:42856-0#APVH_acc01.c1.server-1.biz] Suspicious request timeout, associated process: 69618, running: 0.
2013-01-31 19:25:09.060 [NOTICE] [83.239.187.182:42856-0#APVH_acc01.c1.server-1.biz] Max retries has been reached, 503!
2013-01-31 19:25:09.067 [NOTICE] [83.239.187.182:42856-0#APVH_acc01.c1.server-1.biz] oops! 503 Service Unavailable
Also I see that when old working php running (compiled a year ago, 5.2.17) it creates new processes for requests under user who has the domain requested... but with last php builds with 503-errors issue there is only 1 php process runing all the time, with nobody user...
|

01-31-2013, 11:47 AM
|
|
LiteSpeed Staff
|
|
Join Date: May 2003
Location: New Jersey
Posts: 7,585
|
|
|
you can PM me a temp root access, I can take a look.
|

01-31-2013, 02:54 PM
|
|
LiteSpeed Staff
|
|
Join Date: May 2003
Location: New Jersey
Posts: 7,585
|
|
|
It is cause by a bug in php-litespeed-6.1 release when LSAPI_ACCEPT_NOTIFY=1 is used. fixed now.
|

02-01-2013, 02:05 AM
|
|
Member
|
|
Join Date: Nov 2008
Posts: 22
|
|
Quote:
Originally Posted by mistwang
It is cause by a bug in php-litespeed-6.1 release when LSAPI_ACCEPT_NOTIFY=1 is used. fixed now.
|
Ok. Thanks!
|

02-11-2013, 09:45 PM
|
|
Member
|
|
Join Date: Jun 2007
Posts: 23
|
|
|
I am still getting 503 errors when I've updated from 4.2 to 4.2.1 and when I upgraded to 4.2.2. I don't see any setting for LSAPI_ACCEPT_NOTIFY=1. Where is this LSAPI_ACCEPT_NOTIFY setting?
Also, can you think of anything else. I would like to use the latest version of 4.2.2.
|

02-12-2013, 01:11 PM
|
|
LiteSpeed Staff
|
|
Join Date: May 2003
Location: New Jersey
Posts: 7,585
|
|
|
Please PM me a temp root access, I can take a look.
|

02-13-2013, 11:54 AM
|
|
LiteSpeed Staff
|
|
Join Date: May 2003
Location: New Jersey
Posts: 7,585
|
|
Quote:
Originally Posted by bzerangue
I am still getting 503 errors when I've updated from 4.2 to 4.2.1 and when I upgraded to 4.2.2. I don't see any setting for LSAPI_ACCEPT_NOTIFY=1. Where is this LSAPI_ACCEPT_NOTIFY setting?
Also, can you think of anything else. I would like to use the latest version of 4.2.2.
|
You cannot use "PHP suEXEC daemon" mode when you configure a vhost via vhost template. turn it off, it works as expected.
4.2 does not support "PHP suEXEC daemon" mode, so not affected.
|

02-13-2013, 01:34 PM
|
|
Member
|
|
Join Date: Jun 2007
Posts: 23
|
|
Quote:
Originally Posted by mistwang
You cannot use "PHP suEXEC daemon" mode when you configure a vhost via vhost template. turn it off, it works as expected.
4.2 does not support "PHP suEXEC daemon" mode, so not affected.
|
4.2 does not support PHP suEXEC daemon mode????? Forgive me if I didn't understand, then why did y'all post the following blog post, saying just the opposite, "LSWS 4.2 introduces PHP suEXEC daemon mode"???? It makes it sound like it is supported in y'alls blog post.
Also, why can't you use PHP suEXEC daemon mode when configuring a vhost via vhost template?
Sorry, forgive me for my lack of understanding, could you explain why this is the case?
Thanks for your help.
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -7. The time now is 09:27 PM.
|
|