Search results

  1. M

    lshhpd: unrecognized service

    you may need to install the rc script first with /usr/local/lsws/admin/misc/rc-inst.sh restart lsws via service lsws restart chkconfig lsws on to turn it on.
  2. M

    tls 1.1 and tls 1.2

    We use a default cipher string like "ECDHE-RSA-AES128-SHA256:AES128-GCM-SHA256:RC4:HIGH:!MD5:!aNULL:!EDH", and server's cipher order should be followed. You can customize the XML configuration file directly (not through the web console) to get your preferred cipher order.
  3. M

    tls 1.1 and tls 1.2

    AESNI support is enabled in 4.2.5 using OpenSSL 1.0.1e, our test shows that AES128-GCM-SHA256 is faster than RC4-SHA .
  4. M

    tls 1.1 and tls 1.2

    ECDHE-RSA-AES128-SHA256 has the highest priority on server side, so it must be IE8 not support it. TLSv1.0 with AES CBC is not safe to BEAST attack, it has lower priority than RC4. And remember that ECDHE ciphers is much slower than AES128-GCM-SHA256 or RC4.
  5. M

    tls 1.1 and tls 1.2

    Please do a force reinstall of 4.2.5, ECDHE ciphers should work now.
  6. M

    index file not found -

    Or, you have not configure web server to use "index.php" as index file, 404 is returned when index.php is not set in the url.
  7. M

    index file not found -

    Please do a force reinstall of 4.2.4. It should have been addressed.
  8. M

    4.2.4 - switched to Apache without starting causing 404 randomly

    Whether Apache enables CageFS is not control by LiteSpeed. You may need to recompile Apache and set corresponding configurations to make sure it will use CageFS, working exactly in the same way as Litespeed.
  9. M

    ModSec @rbl Operator

    No LiteSpeed does not support @rbl, it is very hard to do for a non-blocking event-driven server as it need to query a server on the network.
  10. M

    tls 1.1 and tls 1.2

    We have put a build of 4.2.5 with OpenSSL 1.0.1 , You can give it a try if you want, with command /usr/local/lsws/admin/misc/lsup.sh -f -v 4.2.5
  11. M

    [Resolved] IPv6 Support ?

    There is a minor issue related to the IPv6 address format in cPanel generated httpd.conf . It has been addressed in up-coming 4.2.5.
  12. M

    can not build new php 54

    Please force reinstall 4.2.4, the download code should have been fixed.
  13. M

    Can't upload certain JPG

    maybe your memory limit for lsphp5 external app is too low? Anything in stderr.log?
  14. M

    tls 1.1 and tls 1.2

    We plan to switch to OpenSSL 1.0.1 with our 5.0 release. could build a special build for 4.2.5 release for people wants it.
  15. M

    Modsecurity rule @ipMatch doesn't work

    It is added in modsec 2.7 release. will be supported in 4.2.5
  16. M

    503 Service Unavailable

    http://www.litespeedtech.com/docs/webserver/config/reqfilter/#enableCensorship
  17. M

    Lots of Abort requests

    You can go to server->General tab, under General Setting table, there is an "External application abort", set it to "no abort".
  18. M

    Which Owned License Suit My Server?

    You can start from 2-CPU license, you can upgrade if need. You will get page cache feature with 2-CPU license, may be helpful if page cache can be used.
  19. M

    503 Service Unavailable

    that's normal, you can grep "oops" in error_log for messages related to 503.
  20. M

    503 Service Unavailable

    You need to check error_log & stderr.log. If you use cPanel, those log files are under /usr/local/apache/logs/ Maybe PHP crashed, or resource limit has been reached.
Top