Search results

  1. Cold-Egg

    [Resolved]Repository for ubunntu 22.04?

    ok. For Ubuntu 22.04, it should be xxx jammy main instead of xxx noble main.
  2. Cold-Egg

    How configure ASGI instead of default WSGI

    Hi, I don't think the OLS app context supports ASGI, but you could set up a reverse proxy to the App in this case.
  3. Cold-Egg

    SSL doesn't work in PhpMyAdmin with openlitespeed OLS

    Hi, OpenliteSpeed supports phpmyadmin and SSL if you configure it in the right way, but the screenshot you shared is not OpenLiteSpeed.
  4. Cold-Egg

    Questions about node js app with openlitespeed (static files, websocket, restart mechanism)

    1. no, it does not. You might need to restart the lsnode process after the code change by kill. 2. Use static context. 3. If you want to setup websocket proxy(which you should no need since you are using app ocntext), please check...
  5. Cold-Egg

    [Resolved]Repository for ubunntu 22.04?

    What's the output with the following command? cat /etc/apt/sources.list.d/lst_debian_repo.list Does it help if you install the LiteSpeed Repository again? https://docs.openlitespeed.org/installation/repo#install-the-litespeed-repository
  6. Cold-Egg

    Rewrite rules for all sites in httpd_config.conf ?

    You can create a conf file for it, and include it in the httpd_config.conf file. See https://openlitespeed.org/kb/ols-configuration-examples/#Include_Files
  7. Cold-Egg

    Getting 503 Service Unavailable The server is temporarily busy.

    That's a known warning, please ignore it for now, it should not cause any issues.
  8. Cold-Egg

    Missing LSPHP 8.3.x modules

    Thanks, I will forward it to the package build master.
  9. Cold-Egg

    litespeed service inactive, but web service is still running

    Please check lsrestat.log, to get some idea of what happened. A graceful restart must be completed before issuing another one. 1. Avoid using systemctl stop lsws or systemctl start lsws, use Always use "systemctl restart lsws" only, otherwise it may break the graceful restart. 2. Avoid...
  10. Cold-Egg

    Docker/WordPress in Sub-Path Redirects to Root

    My OLS WP docker test server works fine with QC. Maybe something blocked the API in your stack. For further help with the QUIC.cloud, please raise a ticket on https://quic.cloud/support
  11. Cold-Egg

    Trouble with AWStats install

    Thanks, I don't see any symbolic links(the ln command should generate a link for it). Like this cgi-bin -> /usr/lib/cgi-bin
  12. Cold-Egg

    Trouble with AWStats install

    What's the output with the following command, ls -al /home/example.com/public_html/
  13. Cold-Egg

    Docker/WordPress in Sub-Path Redirects to Root

    I think this part is purely a WordPress configuration issue, and not caused by OpenLiteSpeed. Here's another guide that you might want to take a look at and see if it's easier to config...
  14. Cold-Egg

    Docker/WordPress in Sub-Path Redirects to Root

    I am a little bit confused, you are using nginx to serve wordpress already, so why and how to use ols-docker-env solution with the existing stack? Have you checked the .htaccess file? What's the .htaccess content?
  15. Cold-Egg

    litespeed service inactive, but web service is still running

    Try full stop, then start OLS, and see if it helps. /usr/local/lsws/bin/lswsctrl stop systemctl restart lsws
  16. Cold-Egg

    503 Error on LiteSpeed Admin Panel (port 7080), using DirectAdmin

    Does the issue happen after changing the PHP version or something?
  17. Cold-Egg

    Protected directory VHost Template

    The "group" depends on your web server settings.
  18. Cold-Egg

    lswgi config for django app confusion

    No problem, glad to help.
  19. Cold-Egg

    Protected directory VHost Template

    Because it's a template virtual host, web server doesn't know which virtual host you want to create and where to create, so you need to create the file manually. In my test, I'd put $SERVER_ROOT/conf/vhosts/$VH_NAME/.htpass to the User DB Location. Then you can go to the SSH console and...
Top