Search results

  1. M

    can't configure rails path

    Yes, you can change that. But it should not matter as LSWS use the configuration under ruby tab. You should not change the default Rails template which should work well.
  2. M

    How to auto restart litespeed if failed?

    You should limit the memory PHP can use, reduce number of PHP processes, prevent it from using all your memory.
  3. M

    can't configure rails path

    You should use the root directory of your RoR application for a Rails context configuration, not the path to ruby command.
  4. M

    How to auto restart litespeed if failed?

    Which process used up the memory? lshttpd? PHP? lshttpd will not able to start new process if memory is used up, have to release the memory first.
  5. M

    can't configure rails path

    Are your lshttpd running as "nobody"? please check with "ps -ef | grep lshttpd". Try command sudo -u nobody /usr/local/bin/ruby -v see if it works. If you got permission problem, you need to check the permission of directories along the path. Is there any symbolic link along the path? You can...
  6. M

    How to auto restart litespeed if failed?

    That's pretty strange, is there any lshttpd process running when you restarted it manually? Have you set Auto Restart to yes?
  7. M

    problem with part of my site when using LiteSpeed

    The output of LiteSpeed shows that the PHP has crashed. I have met a problem like that once. Are you using Zend ExtensionManager? Please make sure the additional extension configuration directory and its configuration files inside are readable by nobody user. If that is not your problem, you...
  8. M

    problem with part of my site when using LiteSpeed

    The URL was wrong, It is the frontpage of admincp. the actual URL need to be checked should be /admincp/user.php?do=edit&u=1
  9. M

    LiteSpeed : Websites loading slow?

    You need to turn on debug logging, see what slows it down. check a phpinfo() page make sure PHP has all the modules required. Maybe reinstall LiteSpeed with the default configuration.
  10. M

    LiteSpeed is exiting???

    please check error.log and stderr.log. strace the lshttpd process, etc.
  11. M

    LiteSpeed and open_basedir restriction ???

    The error message is normal. You can ignore that. Just an idle PHP process was stopped. open_basedir restriction: http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:apache:cpanel#directory_auto_index
  12. M

    specify an alternate conf directory

    It will slow lshttpd a little bit, not block it completely. What is the I/O wait value of the test server during the test? If it is not very high, it won't affect much. How long does "ab" test take when there is no large downloads?
  13. M

    403 Forbidden

    php script handler in LSWS configuration is missing, you should enable PHP support when you install it, or use the default configuration for your hosting control panel.
  14. M

    Forwarding SSI/SHTML To Apache

    The problem should have been fixed in the latest 3.3.4 build. Just change the version number in the download link to get the package.
  15. M

    Apache 2.2 problem

    Looks like a MIME-type problem. Should set .shtml to MIME type "text/html" The problem is the 5 vhost limit in standard edition. 3.3.4 will not help.
  16. M

    Apache 2.2 problem

    same solution here http://www.litespeedtech.com/support/forum/showthread.php?t=1654
  17. M

    difference between KeepAliveTimeout and Max Idle Time

    http://www.litespeedtech.com/docs/webserver/config/rails/
  18. M

    problem with part of my site when using LiteSpeed

    That's code for the top level frame, does not help. check the html code for admincp/index.php?do=home
  19. M

    Apache 2.2 problem

    I think it maybe caused by one vhost without specify the document root directory. this error should not affect anything, does it?
  20. M

    odd error.log messages, lots of lsapi spawning

    LiteSpeed has the most polished built-in process manager for sure. :)
Top