Search results

  1. Cold-Egg

    reg IfModule mod_expires.c [ Do it work in .htaccess ]

    Well, you can, check https://openlitespeed.org/kb/litespeed-cache-openlitespeed-reverse-proxy/ But I would recommend to use OpenLiteSpeed one server only which is much easier to manage.
  2. Cold-Egg

    DigitalOcean Wordpress IonCube is Missing

    I see, you can try `killall lsphpnew` next time
  3. Cold-Egg

    reg IfModule mod_expires.c [ Do it work in .htaccess ]

    It won't work in .htaccess but I think you can update expiration time on server level. Check Web admin > Server Configuration > General > Expires Settings Here's the default value...
  4. Cold-Egg

    OLS will not run a simple hello world wsgi python script

    Sure, you can post here or you can also join LiteSpeed community on slack and DM me @eric if you want.
  5. Cold-Egg

    DigitalOcean Wordpress IonCube is Missing

    How about try restarting php? you can use ps aux | grep php to find the PID and kill it.
  6. Cold-Egg

    DigitalOcean OpenLiteSpeed django app postgresql 500 error

    @knaitas Please give it a try by following this https://docs.litespeedtech.com/cloud/django/#how-do-i-switch-sqlite-to-postgresql Let us know if it works. Best, Eric
  7. Cold-Egg

    Can't install on Fedora 31

    Yes, you are right. It will be fixed by developer.
  8. Cold-Egg

    DigitalOcean/OLS from DigitalOcean/NGINX Migration

    Hi Here's some general wordpress migration method https://docs.litespeedtech.com/cloud/wordpress/#methods-for-migrating-wordpress . Better to do some test first since I'm not sure what nginx module and .htaccess you used. Best, Eric
  9. Cold-Egg

    IP Not Shows Web Page in OLS - Why?

    FYI, Shivam already answered here :) https://www.litespeedtech.com/support/forum/threads/litespeed-show-webpage-and-ols-show-404-error-while-browse-to-ip.18066/
  10. Cold-Egg

    Can connect to admin site only on 1 IP (Amazon/AWS)

    Hi, I guess you only allowed to web admin port 7080 from your office ip of UFW firewall. Please try allow all IPs access to port 7080 see if it helps from SSH console. ufw allow 7080 Best, Eric
  11. Cold-Egg

    Can't install on Fedora 31

    @Navjot Singh , Please try following command which works on my testing server. sudo dnf install libnsl Also just updated your question on stackoverflow too. Best, Eric
  12. Cold-Egg

    OLS will not run a simple hello world wsgi python script

    Hi @k2-18b , If you followed https://openlitespeed.org/kb/python-wsgi-applications/ exactly, then config shouldn't looks like that and it should works. I expect to see context, type appserver ..etc Best, Eric
  13. Cold-Egg

    Can't install on Fedora 31

    ok, I can reproduce it too, will forward to developer to check. thanks Best, Eric
  14. Cold-Egg

    htaccess with appserver (node)

    Hi @paulozlx , If you use context method, you can try: Go to your openlitespeed web admin -> Virtual host -> context ,e.g. `/` - Set Enable Rewrite to `Yes` - Set Rewrite Rules to `rewriteFile /usr/local/lsws/Example/html/.htaccess` Feel free to replace your own .htaccess file path, then...
  15. Cold-Egg

    DigitalOcean Wordpress CPU Optimized Droplets Don't Work

    Hi, Just saw there's a post from cloudways, https://community.cloudways.com/t/litespeed-is-it-possible-in-the-future/476 Here’s a high-level opinion: OpenLiteSpeed WordPress for: 1. If you are looking for page speed/high traffic solution 2. Page score can also be improved 3. no extra fee...
  16. Cold-Egg

    Can't install on Fedora 31

    Hi, Please try following command: /usr/local/lsws/admin/misc/testbeta.sh 1.6.4 Will take a look if still not working. Best, Eric
  17. Cold-Egg

    Image optimization - working or not?

    If you see the optimize percentage keep increasing, then no need to worry about it.
  18. Cold-Egg

    Multi Level .htaccess Support - 404 Page Not Found.

    Would be better if you can share before/after the rules in htaccess file Best
  19. Cold-Egg

    How to improve TTFB

    Hi @deewinc , Any possible to provide the site URL? Best
  20. Cold-Egg

    OpenLitespeed vs Nginx performance under heavy load testing

    Hi, Default "Max Connections" and "Max SSL connections" values are still low, e.g. 2k on CyberPanel if I remember correctly. To do the benchmark with it, please increase both to like 10k and then try it again. Let us know if it helps. Best
Top