Recent content by Pong

  1. P

    Reverse Proxy for Blazor WebServer

    You'd better use OLS Web Admin to avoid sytax error, which might not easy to spot. so your http port 80 proxy is ok, right? You may need to create separate virtual host for https , then set it to proxy to 5001. but question is if you can force http to https, you don't need http virtual host...
  2. P

    global include configuration

    No exact match. For OLS configuration, you will need to login to OLS web admin to configure there. it may not have eact match. Allow deny, you can create rewrite rules to do so.
  3. P

    Opengraph not working properly on Litespeed, needs some config tuning?

    Compare Your PHP setting on OLS with your nginx to try to make them match each other. could be some PHP module or settings required for Opengraph. Also need to check error log to see any errors from stderr.log or error_log.
  4. P

    how to install lsphp71?

    Which distro? Some distro only support higher version of PHP. For example, Debian 11, only starting lsphp74, and lsphp80, not lower version.
  5. P

    Unable to reset OpenLiteSpeed WebAdmin Console password

    /usr/local/lsws/admin/misc/admpass.sh should work. You can log a ticket with us and we need to login to check.
  6. P

    Automatic language redirect with htaccess

    Enable rewrite log to check where is wrong in your rule. Also make sure to restart OLS after any changes in .htaccess.
  7. P

    How optimize Openlitespeed settings to take advantage of server resources

    it is application-level caused a lot of PHP processes, which lead to high load. You should consider to enable cache for your Wordpress to reduce PHP processes.
  8. P

    httpd_config.conf file keeps crashing on 1.7.14

    Any core file generated? If not, What crash do you mean? you should log a bug report by sending email to bug@litespeedtech.com so that we can login to check further.
  9. P

    How can I disable lazy load for Adsense?

    doesn't look a question about OLS, you should check with Google Adsense support.
  10. P

    Strange log in access.log

    You can log a ticket with us by sending email to support@litespeedtech.com, we need to login to your server to check.
  11. P

    reserve proxy to other domain

    You can log a ticket with us by sending an email to support@litespeedtech.com, we can check further for you.
  12. P

    Whitelist admin-ajax.php from Realm auth

    I don't think you can exlude Realm auth from that directory/context once it sets. Better just allow IPs for your administrators including local IP so you local plugin can access to admin-ajax.php.
  13. P

    OLS is preventing WordPress from properly communicating with Apache Tika

    Try to change the following memSoftLimit 2047M memHardLimit 2047M to 16G or even higher like 100G to see how it goes. If still issue, you can log a ticket by sending email to support@litespeedtech.com with your server 's full ssh access and steps to reproduce the...
  14. P

    Website Getting Stuck at First Load

    Does it show cache hit header when 15 to 20 seconds? Most likely it doesn't. You will need to check the header before testing. Look around 348ms TTFB when I see the cache hit header with https://edtimes.in/ https://prnt.sc/1thwhud without cache hit header, TTFB is around 14.69s...
  15. P

    Node.Js Website stalling after MongoDB module required

    You should provide more details on each configuration. Otherwise, we don't know how did you run node.js on OLS, what change did you make, what errors did you experience.
Top