Search results

  1. 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?
  2. 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...
  3. 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.
  4. 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.
  5. 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...
  6. 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.
  7. 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
  8. 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.
  9. 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.
  10. 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.
  11. Cold-Egg

    SSL

    May I know the domain or domain id?
  12. Cold-Egg

    How to setup an asp.net core website

    Thanks for the update
  13. Cold-Egg

    Making hidden files 403 unaccessable

    Do you mind sharing with others?
  14. Cold-Egg

    Listener and virtual host cannot running (notice from admin dashboard)

    I'm not sure why it doesn't work on your server. Maybe you can simply use the script to install OLS + MariaDB + WordPress on a fresh server. https://openlitespeed.org/kb/1-click-install/ bash <( curl -k https://raw.githubusercontent.com/litespeedtech/ols1clk/master/ols1clk.sh ) -w Let me...
  15. Cold-Egg

    Build Openlitespeed on Alpine Linux

    You cannot control modules like that, need to change CMakeList.txt. And debug symbol can be removed with strip openlitespeed .
  16. Cold-Egg

    Does the one click openlitespeed wordpress install package includes memcached and redis?

    Hi, https://open.litespeedtech.com/kb/1-click-install/ does not contain those packages. To get the same service on DigitalOcean', please use https://github.com/litespeedtech/ls-cloud-image/wiki/Build-WordPress-Image#what-if-i-want-to-use-it-directly method. bash <( curl -sk...
  17. Cold-Egg

    Build Openlitespeed on Alpine Linux

    Those are likely due to debug symbols, and modules compiled.
  18. Cold-Egg

    PHP Backdoor - My WordPress websites was hacked

    Hi, the pastebin shows "Error, this is a private paste or is pending moderation. If this paste belongs to you, please login to Pastebin to view it. "
  19. Cold-Egg

    Google Cloud Compute VM - Ubuntu 20.04 - Openlitespeed

    Hi, May I ask what https://ip-server/login.php suppose to load? because OLS has no default port on 443. Also, the default web admin port is on 7080. If you want to use WordPress, please try to load the image...
Top