Search results

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

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

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

    Protected directory VHost Template

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

    lswgi config for django app confusion

    No problem, glad to help.
  5. 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...
  6. 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.
  7. 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?
  8. 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
  9. Cold-Egg

    lswgi config for django app confusion

    To configure LSWSGI, you can follow https://openlitespeed.org/kb/python-wsgi-applications/ But it should be working by default if you launch the OLS Django template from Hostinger.
  10. Cold-Egg

    Skytable Integration

    Hi, I guess you are talking about LSCacheplugin integration, please raise a new issue on the LSCache Github.
  11. Cold-Egg

    Recommended limits for 16 CPU/16 GB RAM and one website

    Depends on the traffic, if it hits the limit, then you can increase it from e.g. 10 to 30.
  12. Cold-Egg

    my APP load fine in localhost:8080, how I can send this as response to ANY request to HTTPS://hn.mydomain.com ?

    Follow the doc, once you setup the external app, then you can set up the proxy with rewriterule. https://docs.openlitespeed.org/docs/advanced/proxy#method-1-proxying-with-rewrite-rules e.g. RewriteCond %{HTTPS} !=on REWRITERULE ^(.*)$ HTTP://p1/$1 [P,L,E=PROXY-HOST:hm.mydomain.com ] RewriteRule...
  13. Cold-Egg

    lswgi config for django app confusion

    My experience is, that when you create an OLS Django template + instance, it should be an instance from Hostinger instead of another VPS provider. The price depends on the server type/spec, 1$/day is probably a powerful server. As long as it is named OpenLiteSpeed, then it's the community...
  14. Cold-Egg

    Current version for RHEL 9 (etc) systems

    1.8.x is not on the stable tier yet, once it is ready, we will build a package and push it to the repository. https://rpms.litespeedtech.com/centos/9/update/x86_64/RPMS/
  15. Cold-Egg

    my APP load fine in localhost:8080, how I can send this as response to ANY request to HTTPS://hn.mydomain.com ?

    HI, I think you just need to fix the SSL config on the port 8080 listener. If you want to use hn.mydomain.com in the front, and localhost:8080 at the backend, you can follow https://docs.openlitespeed.org/docs/advanced/proxy to setup reverse proxy.
  16. Cold-Egg

    Fixed unexpected 402 error when trying to save Context on virtual host

    Maybe you changed the config permission by accident? Please submit the issue to support@litespeedtech.com with this forum post link appended.
  17. Cold-Egg

    How to Install LSCache Module?

    @superipey I just ran the same command to install the package on a fresh server. The cache module is installed by default. So I am not sure why it does not exist on your server, maybe you can manually add the module by following https://openlitespeed.org/kb/litespeed-cache-on-openlitespeed/
  18. Cold-Egg

    Fixed unexpected 402 error when trying to save Context on virtual host

    Are you still at the login status? Is there any error shown in the server error log and admin error log(/usr/local/lsws/admin/logs/error.log)?
Top