Search results

  1. W

    Log Level

    I set log level as ERROR but /usr/local/lsws/logs/error.log also showing Info/ Warn etc. What will be issue?
  2. W

    Module:Cache checkAssignHandler error 2

    I am not able to reproduce the same issue but I have one query. Having module at a global level with below ( disable ) enableCache 0 Means all websites on the server do not use OLS cache? Many time I noticed --> The same website with support .htaccess rules on OLS not working...
  3. W

    Security Headers - Important

    Using OLS ---> Scanned website and the following issue reported. Missing security header for ClickJacking Protection. Alternatively, you can use Content-Security-Policy: frame-ancestors 'none'. Missing security header to prevent Content Type sniffing. Missing Strict-Transport-Security security...
  4. W

    Module:Cache checkAssignHandler error 2

    I am creating fresh server now. I will test and come back in next 2 days. Checking each line again.
  5. W

    Module:Cache checkAssignHandler error 2

    I tried like module cache { } But no luck. Can you check? Is is required?
  6. W

    reg tempalate based configration

    Is any place/link to check all configuration file formats, parameters, etc. I would like to monitor if any changes/addition in parameters if any new release. In this way, I may able to update/ correct my system if any bug. In my file - httpdWorkers 1 ( not present and many more parameters...
  7. W

    Module:Cache checkAssignHandler error 2

    OpenLiteSpeed 1.6.15 I am also getting the same error. 2020-08-31 17:58:42.245710 [ERROR] [3.128.26.105:24524#XXXXX.com] [Module:Cache]checkAssignHandler error 2. 2020-08-31 17:58:42.265022 [ERROR] [3.128.26.105:24534#XXXXX.com] [Module:Cache]checkAssignHandler error 2. Created Module as...
  8. W

    Reg Rules

    As we can set rules in OLS console panel and using .htaccess also. What is in OLS console ==> RewriteEngine On RewriteCond %{REQUEST_URI} !admin [NC] RewriteRule .* - [E=cache-control:max-age=300] And in .htaccess ==> RewriteEngine On RewriteRule .* - [E=Cache-Control:no-cache] which one...
  9. W

    Header set Access-Control-Allow-Origin "*"

    Extra Headers = Access-Control-Allow-Origin Is tag name has been changed? Please confirm.
  10. W

    Header set Access-Control-Allow-Origin "*"

    Header set Access-Control-Allow-Origin "*" How to use in .htaccess ? Will it work?
  11. W

    [Module:Cache]checkAssignHandler found cachestate 2 but set to not check.

    Hi, I am using latest updated OpenLiteSpeed 1.6.15 Apart from this.. Cache also creating issue. Observation - 1 ) WHMCS application behavior is wrong. When we disable cache it work perfectly. Same way many application ( Opencart ) not working as expected on OLS if they wanted to use...
  12. W

    [Module:Cache]checkAssignHandler found cachestate 2 but set to not check.

    [Module:Cache]checkAssignHandler found cachestate 2 but set to not check. Error showing in the error log and website load testing terminated.
  13. W

    OLS as redirection

    Hi, What will be rewrite rule for above where SSL Proxy is my OLS as proxy server with SSL and the next server is my webserver without SSL. What modification required before with force https at OLS layer and OLS <-> Web server ( without SSL communication )? RewriteCond %{HTTPS} !=on...
  14. W

    Install Multiple PHPs

    What will be the command to install the selected PHP version only? yum groupinstall lsphp-all Above will install all but what will be only for specific like php71 and php56 ? I need it for automation. So please help.
  15. W

    "Empty reply from server" - Code: 52

    Hi, I have hosted 2 websites on the same server on OLS. CURL called ( API ) from one website to another getting error - Error: "Empty reply from server" - Code: 52 What will be the reason ? Does any setting need to be done on OLS?
  16. W

    Reg LSPHP56

    Hi, I am getting an error while installing lsphp56 and other modules on the server. Any issue in repo ? An error like - Last metadata expiration check ... No match for argument: lsphp56
  17. W

    Default php version with OLS

    What is the default PHP version with current OLS?
  18. W

    Frequent Bad Request Issue

    User getting many time bad request - server not able to understand the error. Whereas the same URL hit the second time go 200 response without issue. Where will the be issue? Any tools to know where the is issue? Any setting needs to be changed.
  19. W

    OpenLiteSpeed as Proxy

    What will be redirection rule for below --- Internet ===> OpenliteSpeed ( Proxy - For https for all ) ====> Backup End Apache Server ( without SSL ) Any parameters need to be adjusted for big traffic websites like Online News Website. Please help.
Top