Search results

  1. Cold-Egg

    Use OLS like resolve proxy and normal http server

    Yes if there's no port conflict
  2. Cold-Egg

    Enable opcache php 8.0.7 (OLS 1.7.11)

    apt-get install lsphp80-opcache
  3. Cold-Egg

    Another .htaccess RewriteRule question

    Could you provide some examples, for the first line, what do you put in the URL, and what's the result you expect?
  4. Cold-Egg

    Enabe rewrite , disable mod security

    mod_security module should have nothing to do with the rewrite, not sure where did you see it. You can control it with custombuild.
  5. Cold-Egg

    Unable to build in arm64

    Looks ip2location does not compile properly. Maybe you can try to run the build script again. /root/third-party/script/build_ip2loc.sh Please try to fix the failure if any.
  6. Cold-Egg

    GCP - How to edit wp-config.php

    Try "curl -kL https://127.0.0.1:7080/" from the SSH console, if it's a success, then it means there's a firewall on your network level.
  7. Cold-Egg

    openlitespeed + wordpress + cache = no php?

    You can't, it won't launch PHP anymore if the page is cached. Maybe you can try ajax call to call a non-cache URI to send these data.
  8. Cold-Egg

    Moodle + Openlitespeed + Lscache

    Not as I know, not much case for Moodle yet, maybe you can share here once you have a solution?
  9. Cold-Egg

    GCP - How to edit wp-config.php

    Hi, For port 7080, please check https://docs.litespeedtech.com/cloud/images/wordpress/#web-server-control-panel-access to allow it. For file editing, after SSH, please run sudo -s to become a root user, then you can edit it. More...
  10. Cold-Egg

    Rewrite rules (.htaccess) not working as per examples

    Thanks for the report. Both RewriteCond %{HTTP_USER_AGENT} !.*google.* [NC] RewriteCond %{HTTP_USER_AGENT} !.*Bing.* [NC] RewriteRule sitemap.xml$ - [F,L] and RewriteCond %{HTTP_USER_AGENT} !.*(google|Bing).* [NC] RewriteRule sitemap.xml$ - [F,L] Should works.
  11. Cold-Egg

    OpenLiteSpeed Unstable .. keeps crashing

    Does this happen at a specific time every day? Maybe you can submit a ticket to bug@litespeedtech.com with this forum link appended.
  12. Cold-Egg

    Moodle + Openlitespeed + Lscache

    Currently, there's no cache plugin for moodle. So you might want to use the rewrite rule to cache pages https://docs.litespeedtech.com/lscache/noplugin/installation/#basic-rewrite-rules I'd recommend you to use the cache rule for guest view only, so it won't mess up the login users. Also...
  13. Cold-Egg

    This connection is not private - New Google cloud LS wordpress install

    That's fine, since the cert if applies to your domain, not the IP. Although it shows a warning message, it is still secured.
  14. Cold-Egg

    This connection is not private - New Google cloud LS wordpress install

    The default port 443 listener will use an example certificate, the warning will be gone once you apply a valid certificate, or finish the prompt script + cert apply https://docs.litespeedtech.com/cloud/images/wordpress/#step-3
  15. Cold-Egg

    How to integrate awstats?

    Hi, have you checked https://stackoverflow.com/questions/65404004/how-to-use-awstats-with-openlitespeed-webadmin yet? Maybe you failed step 3.
  16. Cold-Egg

    new install on google cloud

    What if you curl the site from the SSH console, if curl works internally, then it means you have port 80/443 firewall issue on the network layer.
  17. Cold-Egg

    DigitalOcean Wordpress Litespeed Droplet PHP 8 Compatibility?

    Current OLS WP on DigitalOcean should use PHP8.0 by default. If your droplet is using 7.x, please follow https://docs.litespeedtech.com/cloud/images/wordpress/#how-do-i-use-lsphp80 to use different PHP versions.
  18. Cold-Egg

    SSL

    May I know the domain or domain id?
Top