Search results

  1. M

    failed to find flength, ffmpeg-php not compatible with LiteSpeed?

    We decided to avoid cache the request body for file uploads in 4.0 release, it will work with all upload progress bars. Our original plan with SSI implementation is very hard to make it compatible with different upload progress bars.
  2. M

    503 Service Unavailable

    It is a mysql security problem. you need use a MySQL user which allowed to access that DB.
  3. M

    pls MIME type

    added as well.
  4. M

    Alternative PHP Cache (APC)

    You should build your own with "Build PHP binary" function in our web console or through cPanel easy apache if you use that.
  5. M

    mysqli support

    Then I think mysqli has not built into PHP binary or load as a module, you can try build PHP again and check the log file to make sure there is no error regarding this.
  6. M

    Multiple Ruby versions at the same time ?

    It is possible, but not easy, you have follow "Manual configuration" steps http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:ruby_rails In dispatch.lsapi you can set the ruby path at the beginning of the script.
  7. M

    SSL installation // beginning process

    You need to change the admin listener configuration.
  8. M

    Disable Pipelining

    Just set "Max Keep-Alive Requests" to 1 under server tuning tab.
  9. M

    SSL installation // beginning process

    check TLS and encryption level "HIGH"
  10. M

    pls MIME type

    will add that, thanks.
  11. M

    mysqli support

    don't know why, if phpinfo() page shows mysqli extension, it should work.
  12. M

    License expire date

    lsws/bin/lshttpd -V http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:license:all_about_licenses
  13. M

    LiteSpeed max connections per client

    Yes, HTTP request pipelining is supported.
  14. M

    Would 2 CPU license lower load?

    We need IP address of your server.
  15. M

    PHP 5.2.8 is out

    Just download 3.3.23 package and upgrade again, it should work.
  16. M

    LSWS cPanel/WHM plugin

    cPanel update will not touch third party plugins, so, it should be fine, unless they change the way how plugin should be integrated into cPanel. Not likely.
  17. M

    LiteSpeed max connections per client

    LSWS does not limit two connections per client. Maybe it is the HTTP keep-alive, so browser only need two connections.
  18. M

    install 2 SSL certs on same box

    You have to use two independent listeners for two SSL certificate. So, you need a second IP address. How is your second IP address being configured? as a IP alias? does not show up in the output of "ifconfig"?
  19. M

    Litespeed problem

    You need to configure your own hosts through the web console, check tutorials for beginners http://www.usefuljaja.com/litespeed
  20. M

    Invalid Credentials

    have you tried reset the password suggested? Cent OS should work fine.
Top