Search results

  1. Cold-Egg

    OpenLiteSpeed as Reverse Proxy [ https ]

    HIHI, You can set OpenLiteSpeed to use port 80/443 and Apache use other ports of course. What I mean in my test is that I failed to change Apache's default port number for some reason, so I changed OpenLitespeed port instead. And test result indicated that there's no 500 or other error when...
  2. Cold-Egg

    OpenLiteSpeed as Reverse Proxy [ https ]

    Hi, It seems works from my testing on my testing server. I failed to switch apache default port 80/443 so I will just keep it and change OpenLiteSpeed listener port to 81/444 instead. 1. Apache with port 80 curl -Ik http://www.ols-example.tk:80/ HTTP/1.1 301 Moved Permanently Date: Wed, 11 Dec...
  3. Cold-Egg

    Question about SSL

    If all domains are sharing the same cert/key location, then no need.
  4. Cold-Egg

    Question about SSL

    Hi @tathspts , You may want to replace subdomain's cert with the new one.
  5. Cold-Egg

    Configuration Help

    To answer upgrade to 1.6 (edge version) question. You can try /usr/local/lsws/admin/misc/testbeta.sh 1.6.4 More info please check, https://openlitespeed.org/kb/upgrade-ols-to-edge-tier/
  6. 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
  7. 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...
  8. 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
  9. 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.
  10. Cold-Egg

    DigitalOcean Wordpress IonCube is Missing

    I see, you can try `killall lsphpnew` next time
  11. 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...
  12. 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.
  13. 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.
  14. 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
  15. Cold-Egg

    Can't install on Fedora 31

    Yes, you are right. It will be fixed by developer.
  16. 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
  17. 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/
  18. 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
  19. 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
  20. 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
Top