Search results

  1. Cold-Egg

    Does OpenLiteSpeed have its own panel?

    You might want to search it, e.g. Free Web Hosting Control Panels on Google search, and it will show you some posts and you can check from there. They may or may not support OpenLiteSpeed/LiteSpeed Enterprise, you might want to check it further by yourself.
  2. Cold-Egg

    Does OpenLiteSpeed have its own panel?

    HI, OpenliteSpeed has a panel for configuring OpenLiteSpeed itself only, it's not like other control panels for hosting purposes. If you want a hosting control panel, you may want to give CyberPanel one click a try.
  3. Cold-Egg

    AWS Loadbalancer infront of OLS + Wordpress

    Ha, good to know it works.
  4. Cold-Egg

    Resource temporarily unavailable

    Is it a test server? Please submit the issue to support@litespeedtech.com with this forum post link appended, we will help you to check further from there.
  5. Cold-Egg

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

    Go to WebAdmin Settings > General > Access Control, set allow to 127.0.0.1T and ALL to the Denied List, and see if it works.
  6. Cold-Egg

    Not seeing new RPMS for OLS v1.7.18

    Right, I got "Non-supported operating system: fedora" when using the repo installation. It seems you can only install it from the source code, see a similar post https://forum.openlitespeed.org/threads/is-fedora-working.3107/ Another method is to use OpenLiteSpeed docker...
  7. Cold-Egg

    AWS Loadbalancer infront of OLS + Wordpress

    Webadmin runs with HTTPS, did you set the target to e.g. HTTPS:5484 ?
  8. Cold-Egg

    Not seeing new RPMS for OLS v1.7.18

    The build will be ready this week. Feel free to check it again after a few days. I remember fedora support the yum command, what's the current issue with the ols1clk on the fedora system?
  9. 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/
  10. 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
  11. 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/
  12. 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.
  13. 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...
  14. 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/
  15. 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.
  16. Cold-Egg

    LiteSpeed Cache

    @Leavii Thanks, the issue is confirmed and fixed with this commit.
  17. 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.
  18. 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.
  19. 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...
Top