Search results

  1. M

    Is litespeed compatible with CloudLinux's alt-ruby ?

    It is on our todo list, but lower priority.
  2. M

    SecAction phase:2 skipAfter kills modsecurity

    Please try latest build of LSWS 5.0.7 /usr/local/lsws/admin/misc/lsup.sh -f -v 5.0.7 Should be fixed.
  3. M

    PHP7 with Litespeed

    Our PHP7 support does not depends on any control panel. There are people using PHP7 + cPanel/Plesk now.
  4. M

    litespeed 5.0 http2 with Cloudflare

    Cloudflare does not talk in SPDY or HTTP/2 to the backend. the regular HTTPS is used between CloudFlare and backend servers. Your site only shows as SPDY capable until they update their service to support HTTP/2.
  5. M

    Rewrite rules not applying on cgi-bin URLs

    ScriptAlias is part of the cPanel vhost template, unless you totally get rid of it. Anyway, looks like we have to use vhost level rewrite rules to get around it. Enable cPanel VirtualHost include file, add those rewrite rules to the include file. Make sure it has leading slash when you match...
  6. M

    Rewrite rules not applying on cgi-bin URLs

    It is more likely because the /cgi-bin/ scriptAlias configuration in Apache vhost, have you tried adding 301 redirect under /cgi-bin/ directory?
  7. M

    Multiple certificates per domain/host ?

    We added that capability to OpenLitespeed, soon will be in our Enterprise edition as well.
  8. M

    SecAction phase:2 skipAfter kills modsecurity

    What is the target. SecMarker 1234123450 or SecRule ... "id:1234123450" If you use SecMarker, use a non-numeric ID to avoid confusion. If you use SecRule, make sure the ID value is less than the maximum value of 32bit integer.
  9. M

    SecAction phase:2 skipAfter kills modsecurity

    By definition, modsec engine will location rule with id of 1234123450, or matching SecMarker, then jump to next rule. If cannot find any thing match, the whole rule set will be skipped.
  10. M

    Serious bug with .htaccess allow/deny processing.

    Quick fix is to add "RewriteEngine off" in /directory/.htaccess . Sometimes, it is hard to follow exact apache behavior in all scenarios.
  11. M

    wordpress upload media , Error 503

    That indicates PHP crashes after starting processing the request. something wrong with PHP.
  12. M

    Multiple Failures with 5.0.5; Can't Downgrade

    Just use /usr/local/lsws/admin/misc/mgr_ver.sh 4.2.23 service lsws restart to get back to 4.2.23, assuming 4.2.23 was not removed from this server.
  13. M

    Imagick with cPanel

    switch back to Apache temporarily, check phpinfo() from Apache see if it is available, make sure it is. then check if the imagick.so exists in the extension directory used in LiteSpeed phpinfo() , load imagick.so extension from php.ini. If Apache and LiteSpeed uses the same version of PHP and...
  14. M

    RFE: Enable RBL support for ModSecurity

    We are putting it together. May have a beta release next week.
  15. M

    Imagick with cPanel

    Please check phpinfo() output to make sure imagick.so has been loaded. likely not yet. Ask your server admin to fix it.
  16. M

    [Resolved] Litespeed and phpselctor per directory ?

    Yes, if it is required. /usr/local/bin/lsphp will be replaced with the selected PHP version in a user's cage.
  17. M

    [Resolved] Litespeed and phpselctor per directory ?

    https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:running-multiple-versions-with-a-control-panel Edit: Link above has been fixed
  18. M

    RFE: Enable RBL support for ModSecurity

    We have added @inspectFile and @rbl in our upcoming Load balancer's mod_security implementation. It will be back port to LSWS enterprise soon, may have it in 5.0.6 release.
  19. M

    High CPU usage Autoindex

    Yes. as long as autoindex is on, the whole directory need to be scanned, does not matter how many files to show.
  20. M

    Cookies problem

    Is the site using SSL? Please force update to make sure you are using the latest build. If the problem persists, we need to find a way to reproduce it.
Top