Search results

  1. M

    4.0b3 release

    Most likely it is.
  2. M

    Removing LiteSpeed brand from the 503 pages

    define a custom error page for 503 error.
  3. M

    Litespeed 5.0

    actually, it should be "LiteSpeed SQL", a backup solution to MS SQLServer. ;)
  4. M

    Trying Litespeed, but having a few problems

    Do you have PHP error log enabled in php.ini? You can try increasing the memory limit in php.ini as well as lsphp5 external app memory soft/hard limit.
  5. M

    Pre-sale questions

    if you enabled "PHP suEXEC", disable it.
  6. M

    Pre-sale questions

    the 128M limit in php.ini is too small, it should be set to match lsphp5 soft limit.
  7. M

    Pre-sale questions

    Just add 128MB to your current limit, Apache may not apply any memory limit.
  8. M

    Pre-sale questions

    Usually, only the main page are generated by PHP script, other images/js/css are static files, so, I recommend using "1" as the limit, However, if you have multiple requests served by PHP dynamically within one page, like some images, you may need to increase the "Dynamic Requests/second", it...
  9. M

    Problem with 4.0b3

    Yes, it was even in beta2.
  10. M

    Problem with 4.0b3

    Yes, just assign MIME "application/x-httpd-shtml" to suffix "shtml"
  11. M

    4.0b3 release

    This problem should have been fixed with the latest build of 4.0b3 package, please download it and give it a try.
  12. M

    Problem with 4.0b3

    Fixed a bug that causes this problem. 4.0b3 package has been updated, tried on your server, seems works fine.
  13. M

    Trying Litespeed, but having a few problems

    Please try cd /home/cpeasyapache/src/php-5.2.6 make clean Then try building matching PHP binary. If it still not working, you have to use "Compile PHP" from web console, make sure to set "Install Path Prefix" to "/usr/local", "configuration parameters" should be the same as that from Apache...
  14. M

    Trying Litespeed, but having a few problems

    You can try the following: Run easyapache to rebuild apache, no need to change any option. Then try building matching PHP binary from LiteSpeed. Then run LiteSpeed parallel to Apache with a port offset, so you can test it without affect your normal web traffic.
  15. M

    Litespeed 5.0

    Wrong company, you should google "LiteSpeed MySQL" to find the right one.
  16. M

    Trying Litespeed, but having a few problems

    With cPanel/WHM, just "Build matching PHP binary" from our WHM plugin.
  17. M

    Problem with 4.0b3

    If you don't mind, you can PM me a temp root login, I can take a look.
  18. M

    Rails 2.2 cache_classes problem.

    Tried on 2.1.0, works well.
  19. M

    Installation Errors :-(

    yum install ia32-libs
  20. M

    Rails 2.2 cache_classes problem.

    That's great, we will try the fix, does it work with earlier releases of Rails?
Top