Search results

  1. P

    lscache not able to purge cache at server .

    Not clear how did you purge cache. Do you mean LSCWP and purge function from LSCWP?
  2. P

    Ask for help writing a RewriteRule.

    On your OLS server, it should look like example.com/blog as well when you install your application correctly to your document root /blog folder. It should not be a rewrite stuff, more like initial configuration. What's your application? How did you install it? What's the URL? You should get...
  3. P

    PHP Session files are not automatically being cleaned and PHP.ini file cannot be updated

    It is a PHP question, not OLS question. Better split your different question into different thread. For /tmp folder fill up issue, you can check what file filled up that folder. For your php.ini issue, php detached mode should be restarted. "killall lsphp" should make it effective. If not...
  4. P

    How do I purge cahce for some custom data that I show ?

    It is really a LSCWP relate question, not about OLS, You 'd better raise your question https://wordpress.org/support/plugin/litespeed-cache/
  5. P

    Upload files via proxy

    Any reason you want to setup proxy in the front? If you upload file to server 2 without OLS proxy , doesn't upload speed ok?
  6. P

    Is it ok to install Lets Chat on GCP openlitespeed-wordpress

    Better you test it on your test server before trying them on your production server. It depends on how did you install openlitespeed-wordpress deployment. most likely they will be based on MySQL or MariaDB, not sure if MariaDB has any conflict with your MongoDB. For node.js and python, you...
  7. P

    Amazon Linux (RHEL) installation

    Any particular reason you like Amazon Linux 2? instead of other typical OS like centos, Ubuntu, or debian? Amazon Linux 2 looks like based on CentOS7, but it has a lot of customization. You will need to resolve a lot of dependency problem...
  8. P

    Quic / http/3 not working in version 1.7.1 directadmin version

    What's your domain URL? How did you test QUIC with 1.7.1?
  9. P

    No request delivery notification has been received from LSAPI application, possible dead lock.

    It just means LSAPI doesn't receive response. If there is no issue, you need to do nothing. If some issue, try to see if you can reproduce the issue with reliable steps.
  10. P

    Memory limit for OpenLitespeed

    OpenLiteSpeed won't use much resources at all. You don't need to worry. Most of the resources consuming on php and MySQL.
  11. P

    Litespeed server is restarting every minute or less

    There are two type of core files, if it is from OLS, should be at /tmp/lshttpd/bak_core/ , if nothing there, server should be ok. PHP may crash for 503 error, if so, try https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:503-errors
  12. P

    Litespeed server is restarting every minute or less

    If core file generated at /tmp/lshttpd/bak_core/, You can try upgrade to latest version to see if it helps or not. If not, please log a ticket to bug@litespeedtech.com https://openlitespeed.org/kb/submit-openlitespeed-bug-report/
  13. P

    ENV Path

    Are you talking about this https://unix.stackexchange.com/questions/26047/how-to-correctly-add-a-path-to-path
  14. P

    AWC Installation Problems

    "setup script fails" , What script? How it failed (full output)? You just install openlitespeed? or cyperpanel + OLS? Cyberpanel + OLS is recommended way and installation should be very easy https://cyberpanel.net/docs/installing-cyberpanel/
  15. P

    Domain Pointers - theoretical limit?

    could be disk full or web server no permission to the cache folder.
  16. P

    cannot configure access log for vhost template

    You can log a ticket with us with tmp root ssh access to your server, we can check for you.
  17. P

    Mod security module

    You can add cloudFlare to allowed list https://openlitespeed.org/kb/show-real-visitor-ip-instead-of-cloudflare-ips/
  18. P

    OpenLiteSpeed LSCache Storage Directory with DirectAdmin

    use "storagepath" diretive on OLS, https://openlitespeed.org/kb/openlitespeed-cache-module/
  19. P

    Openlitespeed blocks Google bots?

    Have you enabled some security feature like recapcha? https://openlitespeed.org/kb/recaptcha-with-openlitespeed/ For 503 error with LSCWP, it is a different issue and should be in a separate thread. If you can reliably reproduce the issue, you can log a ticket with us. Normally LSCWP should...
Top