Search results

  1. Cold-Egg

    How to configure OLS LSWGI with a DJango app

    What if you change the startup file to the wsgi.py under your project? Will it work if you manually run the runserver command locally from the project inside of the virtualenv?
  2. Cold-Egg

    SMTP does not work on the wordpress site. What should be done to solve this problem?

    Hi, OpenLiteSpeed is a web server that has no control over the mail service nor firewall service. Hope it helps, https://bobcares.com/blog/phpmailer-smtp-error-could-not-authenticate/
  3. Cold-Egg

    Do Not Cache Urls

    Hi, May I know how you set up the lscache? By cache plugin(https://docs.litespeedtech.com/lscache/lsclaravel/installation/) or rewrite rule(https://docs.litespeedtech.com/lscache/noplugin/installation/)?
  4. Cold-Egg

    Unable to get SSL Listener connected

    Hi @petethompson, A restart is needed once you migrated so the server can reload the config and .htaccess file, you shouldn't need to do it again. :)
  5. Cold-Egg

    Change Running As to www:data

    I remember that a simple restart may not help to update all the files/folders permission. But if restart works for you, then it's good.
  6. Cold-Egg

    Unable to get SSL Listener connected

    Maybe you can raise a ticket to support@litespeedtech.com so we can take a quick look for you.
  7. Cold-Egg

    Unable to get SSL Listener connected

    Have you reloaded the OpenLiteSpeed Web Server? Just a suggestion, please consider using LSCache Plugin to speed up all your sites on this server.
  8. Cold-Egg

    Unable to get SSL Listener connected

    What about if you try to set the key and cert with the full path without any variable. Also, make sure you have the Chained Certificate set to Yes.
  9. Cold-Egg

    Installing LSPHP 7.1 to latest OLS

    Hi, Is this a standalone OLS server? or a CyberPanel server?
  10. Cold-Egg

    how to set up openlitespeed Proxy

    Hi @jack lee , Do you mean that you managed to make it works now? Best, Eric
  11. Cold-Egg

    Deny access to zip files

    Hi @iRafaelG, OLS wont support <FilesMatch>, but rewrite rule or use context in vhost config as workaround works. Hi @gilles, I can pass the request to the developer.
  12. Cold-Egg

    how to set up openlitespeed Proxy

    I saw a similar issue before, could you confirm if the document root folder exist?
  13. Cold-Egg

    OLS on Amazon Linux

    https://serverfault.com/questions/1023541/installation-openlitespeed-web-server-on-amazon-linux-rhel No repository is available. But you can try to install the binary and see how it goes https://openlitespeed.org/kb/install-from-binary/
  14. Cold-Egg

    how to set up openlitespeed Proxy

    Hi, May I know if you have followed this guide, https://openlitespeed.org/kb/reverse-proxy-basics/? If you have any clean/fresh server, feel free to set one up with this example script, maybe it can bring you some ideas.
  15. Cold-Egg

    Django File System Encoding

    It probably not LiteSpeed related, I saw something similar before, can you try to add encoding to DB/SQL config file directly?
  16. Cold-Egg

    Connection refused

    Hi, Could you confirm if the service is listening? netstat -antupl| grep 8123
  17. Cold-Egg

    Deny access to zip files

    Hi @gilles , Yes, both methods should work. To use .htaccess, we will need to refactor the FilesMatch rules to RewriteRule. :)
  18. Cold-Egg

    OLS webadmin GUI does not ask for a restart when context is deleted

    Thanks for the report, I am able to reproduce it, will forward to the developer.
  19. Cold-Egg

    Cannot install pear php for Open Lite Speed

    Hi, Could you double confirm that the lsphp73-pear module loaded by creating a PHP info page and check on it.
  20. Cold-Egg

    Lsphp74 mcrypt install

    Do you install it with apt-get install command? If so, please try to restart PHP process. killall lsphp
Top