Search results

  1. M

    How to set SSL Forward Secrecy & cipher-suite?

    You need to config Apache SSL cipher following https://community.qualys.com/blogs/securitylabs/2013/08/05/configuring-apache-nginx-and-openssl-for-forward-secrecy
  2. M

    How to set SSL Forward Secrecy & cipher-suite?

    Just force reinstall 4.2.14 to get the latest build.
  3. M

    Access to context [/] is denied!

    please check the content of /var/www/vhosts/aspkin.com/httpdocs/.htaccess is caused by directives from mod_access_xxxx module, "Deny from ..." . Please show us the full content of .htaccess .
  4. M

    How to set SSL Forward Secrecy & cipher-suite?

    Forward Secrecy need carefully crafted ciphers setting. We update our latest 4.2.14 build with that as default, so, you may get it by updating to the latest 4.2.14 build. /usr/local/lsws/admin/misc/lsup.sh -f -v 4.2.14 Openssl has been updated to 1.0.1i .
  5. M

    [Closed] Comodo Waf brute force rules issues

    We tested those rules, looks working fine. The default threshold of those rules only trigger the blocking when there are more than 30 hits in 60 seconds, you may need to lower the threshold.
  6. M

    [Closed] Comodo Waf brute force rules issues

    That line does not matter. Will check what happened with the rule.
  7. M

    [Closed] Comodo Waf brute force rules issues

    Please force reinstall 4.2.14 see if it has been fixed or not.
  8. M

    [Closed] Comodo Waf brute force rules issues

    got it now, the problem is due to the "block" action used in those rules, causes the engine did not do anything, fixing it.
  9. M

    [Closed] Comodo Waf brute force rules issues

    make sure you did not sent it litespeed.com, should be litespeedtech.com
  10. M

    [Closed] Comodo Waf brute force rules issues

    have not received it yet.
  11. M

    [Closed] Comodo Waf brute force rules issues

    go ahead, we have not received any thing yet. it is "bug@..." not "bugs@...".
  12. M

    [Closed] Comodo Waf brute force rules issues

    We need the exact set of rules you used. related to id "230007" .
  13. M

    How to set SSL Forward Secrecy & cipher-suite?

    http://www.litespeedtech.com/support/forum/threads/solved-http-strict-transport-security-hsts-support.4868/ You need to change your cipher string explicitly to give higher priority to other more secure ciphers.
  14. M

    [Resolved] Gzip

    find out the MIME type used for "css", list the MIME type explicitly in that setting.
  15. M

    External Application Broken COnnection issue in LSWS 4.2.12

    You still got "kill: 1" means your "noabort" env was not set properly. You should upgrade to 4.2.14.
  16. M

    modsec blocks not reported in error_log

    You need to change the log level to "NOTICE", those messages are logged at that level.
  17. M

    [solved] disable_functions per user

    You should file a bug report to php.net, it is a PHP internal issue, system() should be disabled. You can try other functions.
  18. M

    LiteSpeed Cache + Magento

    Our 5.0 ESI support will cache work a lot better with Magento, we can working on the RC2 release now.
  19. M

    [solved] disable_functions per user

    check phpinfo() output see if any of your configuration override works.
  20. M

    Why is stderror logged ?

    Please try latest 4.2.14 build.
Top