Search results

  1. C

    Site freezes when processing MYSQL operation

    I'm assuming that is to strace the existing lsphp5 processes first. Assuming it is APC that is causing the problem, is there any settings in APC we can tune to avoid this problem without turning off suEXE Daemon mode? I noticed the problem usually occur 5-7 days after the previous LS restart to...
  2. C

    Site freezes when processing MYSQL operation

    Yes lsws restart Also the variable we set 1800 to is Connection Timeout (secs) under Server>tuning
  3. C

    Site freezes when processing MYSQL operation

    Here is the LSPHP5 setting
  4. C

    Site freezes when processing MYSQL operation

    We have some important scheduled tasks that are triggered via a HTTP requests to a page, the task can take up to 30 mins. If set less the schedule it will timeout before it is completed.
  5. C

    Site freezes when processing MYSQL operation

    We are using PHP 5.3.29, it should be compatible with APC. There was a freeze last night, this time killall lsphp5 didn't fix the problem but a server restart did.. I also noticed in the error log that during the freeze there are nothing but the following 2 types of logs: 2015-01-26...
  6. C

    Site freezes when processing MYSQL operation

    Unfortunately the main site uses APC caching heavily, and suEXEC Daemon mode is required for APC to work properly. The blog site however doesn't use APC.
  7. C

    Site freezes when processing MYSQL operation

    Did some testing when the site froze again, here are the latest info i've found. 1) We have two separate sites running in the same LS virtual host, one is our main site running on Zend Framework + Social Engine, the other is our blog site running on Wordpress. When the problem occurs and the...
  8. C

    Site freezes when processing MYSQL operation

    Didn't find any similar requests in access log.
  9. C

    Site freezes when processing MYSQL operation

    I've looked online and apparently having a large number of "Sleep" connections are perfectly normal. I suspect it could be caused by a denial of service attack judging by the symptom. We are currently waiting on our hosting service provider with more info, meanwhile what are some of the settings...
  10. C

    Site freezes when processing MYSQL operation

    Just had a freeze happen again, here was the MYSQL processlist while site was frozen +-------+------+-----------+-----------+---------+------+-------+------------------+ | Id | User | Host | db | Command | Time | State | Info |...
  11. C

    Site freezes when processing MYSQL operation

    Hi, After some research I found 'SHOW ENGINE INNODB STATUS' is supposed to show the latest deadlock if it happens, however no deadlocks were shown on my result. And I think a deadlock would timeout after 50 second by default, set by the 'innodb_lock_wait_timeout' variable, so no reason for my...
  12. C

    Site freezes when processing MYSQL operation

    Hello, My site running on LS Enterprise 4-core became unresponsive on two occasions in about a week. Both time it happened after an attempt to update the databases by the site. i.e a person submits a form with data to update to the DB. The site would freeze, any connection attempt would be...
  13. C

    [Resolved] Unable to configure openssl, libcrypto not found error with openssl library installed

    Hi Michael, Took a look again, no /opt folder there but found /usr/local/opt folder and a shortcut of openssl under it ( /usr/local/opt/openssl ), which links to /usr/local/Cellar/openssl/1.0.1j_1 (the version number). I have then re-compiled PHP with '--with-openssl=/usr/local/opt/openssl' and...
  14. C

    [Resolved] Unable to configure openssl, libcrypto not found error with openssl library installed

    Hello, I am unable to configure LS php 5.3 with openssl on Litespeed Web Server Enterprise v4.2.19 with the following param: '--with-openssl' OR '--with-openssl=/usr/local/ssl' (dir in which openssl was installed in) The log shows the following: checking for OpenSSL support... yes checking...
  15. C

    [Resolved] Multiple APC Cache Instances + Low APC Uptime

    Did a "Force reinstall" yesterday did some testing, checked again today and the APC problem seems to be fixed :) FYI here are the processes. 0 3353 1 0 4:02PM ?? 0:00.01 litespeed (lshttpd) 0 3356 3353 0 4:02PM ?? 0:00.06 lsphp5 -2 3535 3356 0 4:14PM ?? 0:01.24 lsphp5 -2 3539...
  16. C

    [Resolved] Multiple APC Cache Instances + Low APC Uptime

    Here is an update on the processes 0 466 1 0 10:46AM ?? 0:00.01 litespeed (lshttpd) 0 469 466 0 10:46AM ?? 0:00.00 httpd (lscgid) 0 472 466 0 10:46AM ?? 0:00.02 lsphp5 0 473 466 0 10:46AM ?? 0:00.01 lsphp5 -2 556 473 0 10:47AM ?? 0:00.37 lsphp5 -2 559 472 0 10:47AM ...
  17. C

    [Resolved] Multiple APC Cache Instances + Low APC Uptime

    I am using that build, do I have to reinstall the server then?
  18. C

    [Resolved] Multiple APC Cache Instances + Low APC Uptime

    Here is the screenshot
  19. C

    [Resolved] Multiple APC Cache Instances + Low APC Uptime

    It is configured at the server level under Configuration > Server > External App > lsphp5, and there is no apps at the VH level under Virtual Host > (My VH) > view/edit > External App
  20. C

    [Resolved] Multiple APC Cache Instances + Low APC Uptime

    rebuilt php with same settings, did a hard restart on the server with /usr/local/lsws/bin/lswsctrl stop/start, and the parent process is still lshttpd.. any other suggestions?
Top