Search results

  1. Cold-Egg

    How to configure OLS LSWGI with a DJango app

    I was trying to install weblate app but not successful due to too many package dependency errors. If you are still not able to figure it out, please raise a ticket to support@litespeedtech.com so we can help to check on the OpenLiteSpeed part.
  2. Cold-Egg

    Do Not Cache Urls

    How about <IfModule litespeed> CacheLookup on RewriteEngine On RewriteCond %{REQUEST_URI} !/company/list [NC] RewriteRule .* - [E=cache-control:max-age=120] </IfModule> <IfModule mod_rewrite.c> <IfModule mod_negotiation.c> Options -MultiViews -Indexes </IfModule> RewriteEngine On # Handle...
  3. Cold-Egg

    Do Not Cache Urls

    It works on my site. Did you put the rule on the top of the .htaccess file and restart the webserver? If so, could you provide the content of the .htaccess and site URL?
  4. Cold-Egg

    How to configure OLS LSWGI with a DJango app

    It's better to make sure that the environment works for the default Django project first, then start migrating the project you want.
  5. Cold-Egg

    How to configure OLS LSWGI with a DJango app

    mhm, may I confirm that the original Django + venv works fine and it starts showing 500 errors after you migrate the Weblate project?
  6. Cold-Egg

    OpenLiteSpeed Digital Ocean Droplet with Wordpress

    Looks not right to me, wa is high, and there's no PHP process. Is it a fresh set up server? Since I can not reproduce it on my test server, could you raise a ticket to support@litespeedtech.com with the forum post link attached?
  7. Cold-Egg

    Change Running As to www:data

    1. That is correct. Subprocess will run as the defined user and group. 2. Looks good to me.
  8. Cold-Egg

    Do Not Cache Urls

    Check an example here, https://docs.litespeedtech.com/lscache/noplugin/installation/#basic-rewrite-rules Hope it helps.
  9. Cold-Egg

    OpenLiteSpeed Digital Ocean Droplet with Wordpress

    Hi, Could you please try to bypass any CDN and proxy first, then check the top command output from SSH while accessing the WordPress Startpage with a logged-in user?
  10. 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?
  11. 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/
  12. 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/)?
  13. 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. :)
  14. 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.
  15. 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.
  16. 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.
  17. 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.
  18. Cold-Egg

    Installing LSPHP 7.1 to latest OLS

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

    how to set up openlitespeed Proxy

    Hi @jack lee , Do you mean that you managed to make it works now? Best, Eric
  20. 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.
Top