Search results

  1. Cold-Egg

    modsec rule not active when LiteSpeed Cache plugin active

    More https://www.litespeedtech.com/support/forum/threads/solved-bug-or-feature-if-page-is-cached-modsecurity-cant-work.19340/
  2. Cold-Egg

    adminListener address restricted to localhost, but its still available at domain.com:7080

    Under the Listener page, allow "localhost, 127.0.0.1" to the VH Domains. Let us know if it works. More https://docs.openlitespeed.org/configuration#map-virtual-hosts
  3. Cold-Egg

    Resource temporarily unavailable

    Do you have any other service running on the server that could occupy all the cores? See https://forum.openlitespeed.org/threads/stderr-lscgid-execve-usr-local-lsws-lsphp73-bin-lsphp-resource-temporarily-unavailable.4866/
  4. Cold-Egg

    AWS Loadbalancer infront of OLS + Wordpress

    Please check https://docs.openlitespeed.org/configuration#map-virtual-hosts, you can try to add `*, your_domain` to that virtual hosts Domains. And see if it works.
  5. Cold-Egg

    OLS Multi-WP Sites Setup

    Use the add additional virtual host script, see https://github.com/litespeedtech/ols1clk#how-to-i-create-additional-virtual-hosts-and-le-certificates-from-the-console If you already have some other wordpress on the server, just create the VH with the script, and then update the document root to...
  6. Cold-Egg

    Title: Problem Configuring Static Files in OpenLiteSpeed with Django Project

    Does /usr/local/lsws/Example/html/growpyme/staticfiles folder exists? Did you run the collecstatic command? More https://openlitespeed.org/kb/python-wsgi-applications/
  7. Cold-Egg

    AWS Loadbalancer infront of OLS + Wordpress

    Good, if curl localhost is not changeable, then you just need to add it to the domain list of the listener.
  8. Cold-Egg

    LiteSpeed Cache

    @Leavii Thanks, the issue is confirmed and fixed with this commit.
  9. Cold-Egg

    How to save access logs by date?

    Hi, I saw a similar request before, the solution is to use cronjob to rename the access log file daily.
  10. Cold-Egg

    LiteSpeed Cache

    No problem, but I am not sure why yours has the permission issue :unsure: If it happens again, let me know, and I will try it on a Debian 11 server.
  11. Cold-Egg

    LiteSpeed Cache

    @Leavii The WordPress folder and files' permission are incorrect. The following list is my test site that I just freshly installed on a Ubuntu 22.04 server. history 1 wget https://raw.githubusercontent.com/litespeedtech/ols1clk/master/ols1clk.sh && bash ols1clk.sh --wordpressplus...
  12. Cold-Egg

    AWS Loadbalancer infront of OLS + Wordpress

    Hi, This is my guess, maybe the localhost or 127.0.0.1 is not included in your OLS listener or virtual host domain. Please try to curl again with the domain name. Let us know if it works.
  13. Cold-Egg

    OpenSpeedLite site conf file not writeable.

    Sure, glad to know it works after rebuilding.
  14. Cold-Egg

    AWS Loadbalancer infront of OLS + Wordpress

    That's odd, whether it matches the rewrite rule or not, it should not cause a 404 issue. Just want to clarify with you again. "Still receive 404 not found. " means curl returns a 404, or from the browser? "When I browse to the website <placeholder>.com/healthcheck.php I do receive an OK "...
  15. Cold-Egg

    AWS Loadbalancer infront of OLS + Wordpress

    Yes, will you still get a 404?
  16. Cold-Egg

    AWS Loadbalancer infront of OLS + Wordpress

    If you want to use AWS Elastic Load Balancer, you might also want to find a way to sync / share the cache folder between your servers in order to serve the valid cached file. If no rewrite, can you visit the healthcheck.php directly?
  17. Cold-Egg

    openlitespeed dns

    OpenLiteSpeed is a web server. If you need a DNS service on a Ubuntu system, please check https://ubuntu.com/server/docs/service-domain-name-service-dns
  18. Cold-Egg

    Page rendering is really slow

    The server load seems fine. I saw some similar issues from time to time, if you have any security or backup plugins, please try to disable it and see if it helps.
  19. Cold-Egg

    random error and slowness

    Any security service or plugin for this site? How's the DB performance during the slowness issue happening? Any io issue?
Top