Search results

  1. Cold-Egg

    PHP stops working when changing the HTTP port from 8088 to 80

    Hi, Could you share some of your listener and script handler settings or screenshot? best
  2. Cold-Egg

    htpasswd problem

    Hi @nfn , Can you check if there's any entry inside of your DBfile? If it shows empty from console, please try this method to generate the password manually. https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:authenticate#step1_create_account_through_htpasswd Let us...
  3. Cold-Egg

    OLS will not run a simple hello world wsgi python script

    Hi @k2-18b , Please use context with type = App Server , and any script handler is not needed. Let us know if it helps. Best, Eric
  4. 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.
  5. Cold-Egg

    DigitalOcean Wordpress IonCube is Missing

    I see, you can try `killall lsphpnew` next time
  6. 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...
  7. 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.
  8. 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.
  9. 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
  10. Cold-Egg

    Can't install on Fedora 31

    Yes, you are right. It will be fixed by developer.
  11. 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
  12. 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/
  13. 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
  14. 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
  15. 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
  16. Cold-Egg

    Can't install on Fedora 31

    ok, I can reproduce it too, will forward to developer to check. thanks Best, Eric
  17. 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...
  18. 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...
  19. 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
  20. Cold-Egg

    Image optimization - working or not?

    If you see the optimize percentage keep increasing, then no need to worry about it.
Top