Search results

  1. P

    Do I need separate cache folder for each site? How does the caching work?

    If no "storagepath" diretive, OLS will automatically create a folder named "cachedata" under /usr/local/lsws. If no virtual host level storage path, all domains cache will use server-level cache storage path. For share hosting, you can add cache module and set cache settings under each virtual...
  2. P

    How to Upgrade by command?

    The thread mainly talks about php deadlock message. I don't see relationship between php and OLS upgrade. Our upgrade method has been clearly documented. You can just try the one suitable for your situation.
  3. P

    How to Upgrade by command?

    What do you mean "possible dead lock" ?
  4. P

    How to get debugging logs

    django debugging log is not web server debugging log, You should check with Django application forum for debugging.
  5. P

    Please help SSL expired on GCP

    the image should use let's encrypt, you can check let's encrypt documentation on how to renew. The installation process should be similar to this https://openlitespeed.org/kb/lets-encrypt-ssl-on-openlitespeed/ You might consider to use cyberpanel with OLS since it can handle such things for...
  6. P

    Oxwall

    You'd better create a new thread for a different question if your rewrite rules issue resolved.
  7. P

    Help a newbie, please.

    OLS has an example Virtual host. Test it first to make sure it works. replacing your files to example virtual host and make sure they work. You will also need to get PHP configurated correctly. You will also need to get permission correctly. You can check KB form here to see if you can find...
  8. P

    Debugging rewrite rules

    it depends on the URLs, example.com/index.php and example.com/index.php?q=123 and example.com/index.php?q=456 are three different URLs. they will be cached separately unless you ask OLS to drop querystrings completely for any URL. There is no such tool for you to view cache. They are hashed...
  9. P

    Oxwall

    The above is not rewrite rule and you should just remove them. The rest are rewrite rules and you should just place them in .htaccess. As far as they work with apache, they should work with OLS. Make sure to restart OLS after any changes to .htaccess. You can get your answer from here as...
  10. P

    Request a sample site with OpenLightSpeed

    this forum and verything on https://openlitespeed.org/ are powered by OLS.
  11. P

    Rewrite Rule triggers the 502 server Error

    Can you provide an 502 URL for us to see?
  12. P

    Question about x-litespeed-cache name

    I don't think so, it is special header to make sure lscache is working.
  13. P

    SQL BinLog is churning up my GCP space. What to do?

    sound like a mysql question, not OLS, you should ask from MySQL forum.
  14. P

    Your PHP is missing SQL plugin. Please guide.

    Can you make your phpinfo page available? What Linux system do you use? What command did you use to install lsphp74?
  15. P

    How to Install Cloudflare full strict ssl version in openlightspeed?

    you should spit your questions into different threads.
  16. P

    How to Install Cloudflare full strict ssl version in openlightspeed?

    Do you mean https://support.cloudflare.com/hc/en-us/articles/200170416-End-to-end-HTTPS-with-Cloudflare-Part-3-SSL-options#h_8afd8a8d-382d-4694-a2b2-44cbc9f637ef ? You just configure that SSL certificates on OLS , checking related KB on how to configure SSL on OLS. To improve wordpress...
  17. P

    Reverse proxy encoding troubles

    You can log a ticket with us with tmp root ssh access, we can turn on debug on to check.
  18. P

    My openlitespeed is using an older version of SSL which doesn't support TLS 1.3

    OLS and lsphpxx are different things, you should not mix them up. For OLS, the prebuild package and rpm package are based on BoringSSL, not your system openssl at all, hence you don't need to worry. As far as you have latest version such as 1.7.3, TLS 1.3 should be enabled by default.
  19. P

    Do I need separate cache folder for each site? How does the caching work?

    "each host/site should have its own cache folder " correct, you can set such cache root on virtual host level
  20. P

    Reverse proxy encoding troubles

    400 Bad Request error normally client side error which may break protocol. You can investigate client side. https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/400
Top