Search results

  1. M

    setting up include conf directives

    You should try it with Apache first, if it works with Apache, then we will look into if it does not work with litespeed.
  2. M

    AH01797 Issues

    It is an Apache error. not litespeed.
  3. M

    LSWS - Mod_Rewrite QSD [Query String Discard]

    It should work. can you give an example?
  4. M

    PHP HTTP_USER_AGENT seems incomplete or shortened for litespeed,,

    Which version of LSWS are you using?
  5. M

    modsecurity variables

    Add that to our to do list.
  6. M

    [Resolved] LSCache issue when disabling user

    It could be permission problem. check if root user can access that file. if yes, check a regular user see if can access, if not, it is a permission problem. Also, if you use CageFS, perform a force update to make sure that file is available in the user's cage.
  7. M

    LiteSpeed and mod_security problem

    ctl:ruleRemoveByID is not supported yet. SecRuleRemoveById directive works. Just use that in the vhost configuration section.
  8. M

    Disable IPV6

    You just do not listen on IPv6 address.
  9. M

    LitesSpeed for all Docker containers?

    You should ask CloudLinux about this question, they should be more clear about it. Are you using it together with cPanel?
  10. M

    LSLB as a CDN ?

    That is a feature we planed and start implementing it.
  11. M

    New cpanel server with EA4

    Glad the issue is solved.
  12. M

    LSLB as a CDN ?

    LB follow standard cache-control for caching static file. It can be configured to turn on cache based on file suffix used in the URL. Caching static file in memory is expensive, our cache is file backend, store cache to a SSD disk should be good.
  13. M

    LitesSpeed for all Docker containers?

    If each Docker container needs its own web server, it is not going to work, if web server is shared for all the docker containers, one license is fine.
  14. M

    New cpanel server with EA4

    Have you checked /usr/local/apache/logs/error_log? try turning on debug logging if need.
  15. M

    litespeed + Cpanel - stat() failed on /etc/rc.d/init.d/httpd: No such file or directory

    You can safely remove /etc/rc.d/init.d/httpd for Linux OS using systemd.
  16. M

    [Resolved] Litespeed for PHP 5.3.29

    you need to fix the 503 error, it is due to PHP error, has nothing to do with the web server. Please follow this to figure out the root cause of 503 error. https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:503-errors
  17. M

    Litespeed blocking Google bot

    it is triggered by a mod_security rule "drop" action, you should review your mod_security audit log to find out which rule was triggered, then disable that rule.
  18. M

    [Resolved] Problem with timezoneDB extension after update

    The timezonedb script from our wiki has been fixed, you can try it again.
  19. M

    mod_pagespeed porting to litespeed?

    It will be in 5.2 release. expected by the end of the this year or beginning of next year.
  20. M

    [Resolved] Problem with timezoneDB extension after update

    Please create ticket with us, our staff can login your server to investigate.
Top