Search results

  1. M

    Hardware question!

    The Clovertown server should be a better choice.
  2. M

    Swapping

    As what I have told you already. The new build with the fix is available. Please download http://www.litespeedtech.com/packages/3.0/lsws-3.3-ent-i386-linux.tar.gz , then do a manual upgrade by running the install.sh
  3. M

    lsapi and PLESK

    OK, found the problem. The plesk generated virtual host configuration for domain and subdomain does not have a "User" or "SuexecUserGroup" directive, so LSWS cannot determine which user own those vhosts, thus, cannot figure out the user's home directory and load the .ls_rails_config there. The...
  4. M

    optimization help

    It may help with high disk I/O wait if you mount the partition with "noatime"
  5. M

    How to enable userdir?

    You need to explicitly add the IP address as one of the domain alias for that vhost configured through the template. turn on debug logging, and check which vhost is serving the request, which directory it is looking for.
  6. M

    Swapping

    It should be addressed in the latest build.
  7. M

    How to enable userdir?

    Which virtual host is reached when access the server with <IP>? You need to configure a virtual host serve that and add context there. Using "/home/" as document root.
  8. M

    Swapping

    Please try the 3.3 release package http://www.litespeedtech.com/packages/3.0/lsws-3.3-ent-i386-linux.tar.gz
  9. M

    Is Enterprise Trial is 1CPU version?

    It depends on how much static content/SSL traffic need to be served, how high the disk I/O wait is on that server, if any of above is high, 2CPU or 4CPU license will do much better job than 1CPU license. For mainly PHP powered site, 1CPU should do well.
  10. M

    Is Enterprise Trial is 1CPU version?

    It is a 2CPU license. You will get similar result from 1-CPU license for vBulletin like application, unless the server need to serve a lot static files, like a gallery. I did not notice the problem you described. I think it is more likely a vbulletin problem, not LiteSpeed, if it is true.
  11. M

    Need some more extensions to be added

    check this one: http://marc.info/?l=php-install&m=108030891925096&w=2
  12. M

    lsapi and PLESK

    Have you configured a subdomain for that vhost under plesk? Can you PM me the configuration for this vhost and subdomain if available?
  13. M

    Litespeed and PHP 4.4.7 end of life

    Yes, building PHP binary is not a easy task sometimes, unfortunately, even if we ship PHP 5 binary, you may still need to build your own as it may not have all the PHP modules needed.
  14. M

    Stray rails processes

    It rarely happen but it could happen when the rails process blocked at accept() call, and the server lost the tracking of the process pid for some reason. We will try to find a better solution to avoid rails process being blocked with accept() on top what we have done already.
  15. M

    newbie - RoR configuration trouble

    The error messages already told you what is wrong. Document root /opt/lsws/RubyVHost/public is not accessible. You should configure your rails application with the Rails vhost template.
  16. M

    Free edition Linux PPC

    Probably not going to happen due to the low demand. :)
  17. M

    .htaccess or Rewrite doesnt work.

    This issue is addressed in upcoming 3.3 release.
  18. M

    File download with send_file

    You should have LSWS stream the file instead of pushing it through Rails. Please checkout http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed:wiki:feature:internal_redirect If the file is not under your document root, you can create a static context with a secret URI, mapping to...
  19. M

    .htaccess or Rewrite doesnt work.

    If you don't mind please PM me login information, I can take a look.
  20. M

    lsapi and PLESK

    can confirm that /var/www/vhosts/newline-projects.com is the home directory of nlcprojects in /etc/passwd? the .ls_rails_config should be owned by nlcprojects user and the user that lshttpd run as should have read permission. The related configuration under "server"->"Ruby" tab has been set...
Top