Search results

  1. M

    can't set 'Forced Type', undefined MIME Type handler/no-handler

    You can turn on debug logging for a while if you have to find out which vhost.
  2. M

    LSLB 2.0RC1 Released with configserver

    what configserver exploit? any correlation with LSLB? It is recommended to test it in your staging server first.
  3. M

    [Resolved] Latest Release shows as -std and won't update

    please remove /usr/local/lsws/autoupdate/platform, then try again.
  4. M

    Crazy Caching

    remove the directory, not the configuration.
  5. M

    Crazy Caching

    remove cache store path.
  6. M

    Migration issue: Apache to LiteSpeed causes 403 errors

    Please check /usr/local/apache/logs/error_log, it should show the reason why. One possibility is PHP script handler is not setup properly, like a custom PHP handler does not exists for MIME type application/x-httpd-php55.
  7. M

    Litespeed http2 with Atomic WAF or ASL

    HTTP/2 will not interfere with Atomic WAF. It is not recommended to use proxy mode with litespeed, which put Apache as a front-end proxy server, it will slow down your server.
  8. M

    RFE: Enable RBL support for ModSecurity

    The best way is to let us login to the server with temp root access to figure out what happened. If you prefer not to giving temp root access, you can turn on full debug logging, then send us the error log.
  9. M

    Setting up SSL

    Yes, if you use a SSL from a vendor.
  10. M

    Setting up SSL

    It should have -----BEGIN RSA PRIVATE KEY----- There should be two files generated when you create the CSR request, one is the private key file, you never send private key file to anyone. The certificate signed by SSL vendor should have -----BEGIN CERTIFICATE-----
  11. M

    LiteSpeed update 5.0.6 > 5.0.7 directory listing denided

    Are you using cPanel? We tested in our cPanel test box, autoindex works fine with 5.0.7 . Please make sure you get the latest build of 5.0.7, /usr/local/lsws/admin/misc/lsup.sh -f -v 5.0.7 If you still experiencing the problem, we may need to login to check related Apache configuration.
  12. M

    [Resolved] HEAD -> PHP -> "Content-length" removed

    Please force reinstall 5.0.7 to get the latest build. The content-length header should be added for the HEAD request.
  13. M

    Should <VirtualHost> work with LiteSpeed?

    Yes. If you use cPanel, you should customize the per-vhost include file.
  14. M

    Should <VirtualHost> work with LiteSpeed?

    You have to put it inside the real <VirtualHost> configuration section.
  15. M

    Multiple certificates per domain/host ?

    It will be supported in our up-coming 1.4.12 release. Sorry for the confusion, we finished coding a while ago but have not release it yet. Will be release in this week.
  16. M

    Should <VirtualHost> work with LiteSpeed?

    No, cannot change audit log configuration at vhost level. the best you can do is to add that rule only to a virtual host.
  17. M

    Should <VirtualHost> work with LiteSpeed?

    You can use "SecAuditLogParts" to change it.
  18. M

    Should <VirtualHost> work with LiteSpeed?

    LiteSpeed does not log POST payload in error log, you can use audit log part "C" to log request body.
  19. M

    Do I need to compile PHP each time.

    Yes, you can compile your own PHP binary, Or, you can use ready to use RPM packages. REMI or our own repository. https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:rpm
  20. M

    RFE: Enable RBL support for ModSecurity

    5.1RC1 has been released. @rbl and @inspectFile support has been added. Have been testing @rbl in production for a few days to find forum spam. looks like it is working well. Due to the big internal changes, we release it as release candidate, user need to be careful with rolling out. It is...
Top