Search results

  1. 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...
  2. 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
  3. 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
  4. 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.
  5. Cold-Egg

    Missing LSPHP 8.3.x modules

    Thanks, I will forward it to the package build master.
  6. 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...
  7. 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
  8. 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
  9. Cold-Egg

    Trouble with AWStats install

    What's the output with the following command, ls -al /home/example.com/public_html/
  10. 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...
  11. 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?
  12. 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
  13. Cold-Egg

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

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

    Protected directory VHost Template

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

    lswgi config for django app confusion

    No problem, glad to help.
  16. 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...
  17. Cold-Egg

    How to set using home directory

    1. Try to go to Virtual Hosts> General, and set $VH_ROOT to the Document Root. 2. If the subdomain also share the same document root, and no special rewrite for it, then you can add the subdomain to the same virtual host mapping.
  18. Cold-Egg

    lswgi config for django app confusion

    As I said before, if you launch the server from the template, the lswsgi should be configured by default, have you contacted their support team regarding it?
  19. Cold-Egg

    lswgi config for django app confusion

    @gui2one you need to replace the "VERSION" with a real number, e.g. 2.1. So the curl command will be like this curl -O http://www.litespeedtech.com/packages/lsapi/wsgi-lsapi-2.1.tgz
Top