Search results

  1. W

    IP based hosting

    What all required to host a website on openliteseepd so that website will open via IP address? Note - Same server have one more website but that will open when domain name type. How to do this?
  2. W

    The mysqli extension is missing - debian 10

    phpMyAdmin - Error The mysqli extension is missing apt install lsphp74-mysqli Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package lsphp74-mysqli What will be issue?
  3. W

    Debian 10.4 and OLS

    Hi, I am using the below in my script but always getting an error. Are modules valid? The same is working for CentOS but not debian. Please guide. LSPHPVAL is my lsphp versions #$COMMAND install $LSPHPVAL $LSPHPVAL-common $LSPHPVAL-mysqlnd $LSPHPVAL-process $LSPHPVAL-gd $LSPHPVAL-mbstring...
  4. W

    OLS on Amazon Linux

    Hi, Please guide. How to install OLS on Amazon Linux?
  5. W

    Failed to open temp file for swapping

    [STDERR] Failed to open temp file for swapping: No space left on device Why and how to fix this issue?
  6. W

    Killing runaway process PID: XXXX with SIGTERM

    2020-11-05 03:21:21.129 [STDERR] [19407] Killing runaway process PID: 5577 with SIGTERM 2020-11-05 03:21:48.684 [STDERR] [19407] Killing runaway process PID: 5581 with SIGTERM 2020-11-05 03:22:05.991 [STDERR] [19407] Killing runaway process PID: 5608 with SIGTERM Why and how to fix this error?
  7. W

    packetLen < 0 frequent error

    2020-10-27 09:37:41.733 [STDERR] [15215] packetLen < 0 2020-10-27 09:37:45.060 [STDERR] [15216] packetLen < 0 2020-10-27 09:37:52.434 [STDERR] [15218] packetLen < 0 Why and how to fix this error?
  8. W

    apachectl configtest

    Like "apachectl configtest" which help to check apache configration is ok. How we check same for OLS ?
  9. W

    Domain Preview

    Anyway to check domain working status via preview link/URL?
  10. W

    Too many open files error on LiteSpeed Web Server

    Hi, How to fix this ? 2020-10-10 00:14:29.027446 [ERROR] [ftpw3ser.990]: Failed to listen socket [/tmp/lshttpd/ftpw3ser-lsphp.sock]: Too many open files 2020-10-10 00:14:29.027490 [ERROR] [ftpmembers.990]: Failed to listen socket [/tmp/lshttpd/ftpmembers-lsphp.sock]: Too many open files...
  11. 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?
  12. 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...
  13. 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...
  14. 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...
  15. W

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

    Header set Access-Control-Allow-Origin "*" How to use in .htaccess ? Will it work?
  16. 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.
  17. 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...
  18. 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.
  19. 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?
  20. 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
Top