Search results

  1. M

    LiteSpeed Web Server 4.0.13 has been released

    LiteSpeed Web Server 4.0.13 has been released Download LiteSpeed Web Server View Version History It is highly recommended to upgrade to this release.
  2. M

    Huge lsphp5 problem

    We have not heard any feedback on eAccelerator 0.9.6 yet. Assume it is better than 0.9.6-rc1. Please give it a try and let us know.
  3. M

    High Traffic vbulletin forum with 503 Errors

    That's caused by random crash by PHP, there is no good solution other than trying different PHP version, turn off eAccelerator etc. As I know PHP 5.2.12 + eAccelerator is not that stable. Another thing you can try is to let lsphp5 dump core file, so, you can get an idea what is the problem in...
  4. M

    High Traffic vbulletin forum with 503 Errors

    I did, do not change it.
  5. M

    High Traffic vbulletin forum with 503 Errors

    Adjust the parameter a little bit, see if it helps or not.
  6. M

    High Traffic vbulletin forum with 503 Errors

    Yes, you can do that.
  7. M

    High Traffic vbulletin forum with 503 Errors

    The image is too small.
  8. M

    too-many-files-open issue with 5.2.12

    I think APC have file descriptor leak problem. Should upgrade APC.
  9. M

    [RESOLVED] Issues with PHP memory_limit

    Suhosin might be the reason.
  10. M

    mod_security support

    ruleRemoveByID is not supported yet, so, the only option with LiteSpeed is to comment out those unwanted rules.
  11. M

    litespeed PHP memory_limit not being recognised ??

    If eAccelerator is configured to use 256MB, the soft limit should be set above 512MB to leave 256MB for normal PHP usages. I think 600M should be enough by giving some head room.
  12. M

    disable automatic startup

    /path/to/lsws/admin/misc/rc-uninst.sh
  13. M

    admin login proboem after upgrade to 4.0.12

    You can try a complete reinstall of 4.0.12, not sure what messed up the permission. Which control panel you uses? DA?
  14. M

    Mod_rewrite problem

    mod_rewrite is built in. You can use the exact same configuration as if Apache is used. RewriteEngine On is the directive. Turn on rewrite log, you will see what happened in the error log.
  15. M

    High Traffic vbulletin forum with 503 Errors

    In the access log, 503 is the code, 400 is the response body size of 503 error returned. 503 error is caused by PHP crash, please take a closer look at error log and stderr.log for messages related to the 503 error. please post your lsphp5 external app configruation. Have you tried different...
  16. M

    Mod_rewrite problem

    You can turn on rewrite log by adding RewriteLogLevel 9 to the vhost configuration to enable rewrite logging, then you can check error log see what happened.
  17. M

    [RESOLVED] Issues with PHP memory_limit

    You can compare the phpinfo() output form apache fcgi PHP setup and LiteSpeed output, see if there is any major difference, you can compare the memory usage of PHP processes from ps or top output.
  18. M

    [RESOLVED] Issues with PHP memory_limit

    Maybe you added a opcode cache with LiteSpeed setup, opcode cache memory is counted toward the limit.
  19. M

    [RESOLVED] signal=9 errors on mutiple litespeed servers

    Any update? Is it OK now?
  20. M

    [RESO] Trouble shooting vbulletin post new thread hang after switching to litespeed ?

    It should have something to do with PHP setup. Have you tried turning off eAccelerator? eAccelerator has no effect on Apache suphp, I guess that is the difference between LiteSpeed and Apache PHP setup. Seems eAccelerator is not very stable lately.
Top