View Single Post
  #19  
Old 01-03-2013, 09:00 AM
LowKey LowKey is offline
Member
 
Join Date: Dec 2012
Posts: 16
Quote:
Originally Posted by webizen View Post
Your PHP engine is not responding. This has nothing to do with LS Caching. Did you build matching PHP? Also check stderr.log for any indication.

Regarding your cache policy, you should set Enable Cache to No in order to use rewrite rule for caching.
Yes, I'm build matching PHP.

Still same issue after Enable Cache set to No
Quote:
2013-01-04 00:54:29.664 [STDERR] 7941: packetLen < 0
2013-01-04 00:54:30.525 [STDERR] 8585: packetLen < 0
2013-01-04 00:54:32.613 [STDERR] 8323: packetLen < 0
2013-01-04 00:54:34.401 [STDERR] 7896: packetLen < 0
2013-01-04 00:54:34.401 [STDERR] 8457: packetLen < 0
2013-01-04 00:54:35.584 [INFO] [49.124.58.46:54289-0#APVH_xxx.net] connection to [/tmp/lshttpd/lsphp5.sock] on request #3, confirmed, 0, associated process: 7253, running: 1, error: Broken pipe!
2013-01-04 00:54:35.590 [INFO] [108.162.222.250:19746-0#APVH_xxx.net] connection to [/tmp/lshttpd/lsphp5.sock] on request #4, confirmed, 0, associated process: 7253, running: 1, error: Broken pipe!
2013-01-04 00:54:37.286 [STDERR] 8587: packetLen < 0
2013-01-04 00:54:38.329 [STDERR] 7999: packetLen < 0
2013-01-04 00:54:38.757 [INFO] [175.143.153.228:53473-0#APVH_xxx.net] connection to [/tmp/lshttpd/lsphp5.sock] on request #0, confirmed, 0, associated process: 7253, running: 1, error: Resource temporarily unavailable!
2013-01-04 00:54:38.757 [INFO] [175.143.153.228:53473-0#APVH_xxx.net] connection to [/tmp/lshttpd/lsphp5.sock] on request #0, confirmed, 0, associated process: 7253, running: 1, error: Resource temporarily unavailable!
2013-01-04 00:54:38.757 [INFO] [175.143.153.228:53473-0#APVH_xxx.net] connection to [/tmp/lshttpd/lsphp5.sock] on request #0, confirmed, 0, associated process: 7253, running: 1, error: Resource temporarily unavailable!
2013-01-04 00:54:38.758 [INFO] [175.143.153.228:53473-0#APVH_xxx.net] connection to [/tmp/lshttpd/lsphp5.s
Quote:
RewriteBase /
RewriteRule (.*\.php)?$ – [E=Cache-Control:max-age=120]

Still same issue happen, There is any other idea?

Thanks
Reply With Quote