Search results

  1. M

    Quick Edit and iowait

    I think your MySQL is the bottle neck which causes high I/O wait, and stall all PHP processes, which causes LSWS to start more PHP processes. Maybe merging posts will cause MySQL to block and takes long time to process? Please post your lsphp configuration for reviewing.
  2. M

    Can't compile PHP thru interface

    chmod 0755 /usr/bin/gcc, after finish compiling PHP, do chmod 0700 /usr/bin/gcc.
  3. M

    Is this a bug in 3.3.10?

    That's normal, used to allow "0" which means disabled, the real threashold was set to 1073741823. You can ignore the warning.
  4. M

    Quick Edit and iowait

    I/O wait is most likely cuased by heavy random access to HD, I don't know if there is really any corelation with quick edit. If yes, you need to check the HTTP request used for quick edit and find out why.
  5. M

    Listener - changing from ANY to IP

    You need to restart twice to release the ANY listener in order for starting the IP listener. not a problem for the web console.
  6. M

    Upgrading PHP LSAPI

    Yes, that's correct.
  7. M

    Upgrading PHP LSAPI

    Not possible now, will add a version number in the phpinfo page. Anyway, the web console will always use the latest version.
  8. M

    Cant install xcache or eaccelerator

    If you use suEXEC, you can strace the php process when experiencing the problem.
  9. M

    Error: ERROR: Unable to detect download method (install curl, fetch, or wget)

    "Extra PATH environment" in the compile PHP page.
  10. M

    AutoUpdate not working?

    auto update initiated.
  11. M

    Cant install xcache or eaccelerator

    trouble shooting tips: http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:lsapi strace the PHP process or even gdb it, suhosin may cause trouble I believe.
  12. M

    Cant install xcache or eaccelerator

    You cannot use both, have to pick one.
  13. M

    error_log is constantly being written to

    forgot to apply the fix to 4.0b1 branch, just updated 4.0b1 package to address this.
  14. M

    Stray rails processes

    Maybe they are in a infinity loop. You can try gdb attach to those processes. gdb attach <pid_of_ruby> bt Also check http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:ruby_debug
  15. M

    Php Lsapi 4.7

    Yes, it should.
  16. M

    Stray rails processes

    You need to strace the ruby processes that stop working.
  17. M

    Question about Ruby processes

    Automatically, but configurable via environment variables. http://www.litespeedtech.com/ruby-lsapi-module.html
  18. M

    4.0b1 packages

    Yeah, I think your site can be cached.
Top