Search results

  1. M

    litespeed's lsapi php cli usage incompatibility with standard php

    Why bother changing the code to use lsphp5 as a CLI interpreter, why not just use "php" which is the CLI version of PHP as usual?
  2. M

    When support for MERB?

    Merb 1.0 use Rack adapter, Rack has a handler interface for LiteSpeed from 0.3 release. So, it should work fine.
  3. M

    Web Admin doesn't saves Virtual Host data

    Configuration cannot be owned by root. The directory cannot be owned by root. should be owned by the user that web server run as.
  4. M

    Would 2 CPU license lower load?

    Since your load is caused by PHP/Mysql, upgrade to 2-CPU license may not help. You can use the trail key to give it a try.
  5. M

    4.0b3 release

    Just copy paste those rules.
  6. M

    litespeed's lsapi php cli usage incompatibility with standard php

    Actually, when you build lsphp, the CLI PHP was built as well, just use the CLI binary at sapi/cli/php. We may add a few CLI command line parameters in the future, but wont be all of them. So, please let us know what options are important.
  7. M

    Rails 2.2 cache_classes problem.

    I don't mean to get your site code. Just wondering if it is possible to quickly create a simple application to reproduced this problem with Rails 2.2. At this point, we do really know where to start to trouble shoot this problem.
  8. M

    4.0b3 release

    The best option is to let us login to your server and take a look. If it is not possible, you can send us the core files under /tmp/lshttpd/bak_core directory.
  9. M

    4.0b3 release

    Just set the security rule at server level.
  10. M

    Clustering

    http://www.litespeedtech.com/docs/webserver/config/extapps/ You need to define a "Load Balancer" external application.
  11. M

    4.0b3 release

    Release candidates should be pretty stable. For the beta releases, only the new features are not considered stable, as it has not been widely tested.
  12. M

    Clustering

    The simplest way is to use DNS load balancing, point the web to the IP of both servers. Or. you can setup a load balancer on server1, then off load some requests to server2. LiteSpeed Web Server has internal load balancer external application. If it does not work very well for you, you can run...
  13. M

    Rails 2.2 cache_classes problem.

    We will look into it. Is it possible to send a test application that we can reproduce the problem?
  14. M

    Enable cURL

    Have you built lsphp from web console before? Just add "--with-curl" to the configuration and rebuild.
  15. M

    4.0b3 release

    It will be addressed along with the new server status page. This release is only a make up, did not change the way it works or add something new. We'd like to have another beta release, then go through two or three Release Candidate releases before the official release. Hopefully, we will move...
  16. M

    Enable cURL

    Check the phpinfo() output from apache, and compile LSPHP with similar configuration. If you use cPanel, just do "Build matching PHP" from LSWS plugin for WHM.
  17. M

    4.0 road map

    4.0b3 release package is available now http://www.litespeedtech.com/support/forum/showthread.php?t=2492
  18. M

    4.0b3 release

    Finally, here comes 4.0b3 release. :) New features are: mod_security 2.x rule support Improved mod_security audit log, compatible with cPanel mod_security plugin. reorganized real-time status page Large file support for 32bit Linux All bug fixes from 3.3.x releasesTo enable cache for vhost...
  19. M

    VPS License

    It is the output of command netstat -an | grep 80 | grep ESTA | wc -l
  20. M

    VPS License

    http://www.litespeedtech.com/litespeed-web-server-editions.html The only limitation is Max Concurrent Connections, which is 500 for VPS.
Top