Search results

  1. Cold-Egg

    My website gets stuck for few seconds, before starting to work again

    I guess it still happens due to OpenLiteSpeed comes with php detached mode by default, so need to restart php with command killall -9 lsphp to make settings take effect. If it still not work, please raise a ticket to support@litespeedtech.com
  2. Cold-Egg

    My website gets stuck for few seconds, before starting to work again

    Hi, According to the error log "Reached max children process limit: 10, extra: 0, current: 10, busy: 10, please increase LSAPI_CHILDREN." that your server has hit the limit, please go to WebAdmin console > Server Configuration > External App > lSPHP7x, update both Max Connections and...
  3. Cold-Egg

    After running Certbot, URL download file instead of loading page

    Curl shows a redirect to HTTPS, it seems no issue? curl -I http://poetrade.gg/ HTTP/1.1 301 Moved Permanently Date: Thu, 14 Jan 2021 03:05:49 GMT Connection: keep-alive Cache-Control: max-age=3600 Expires: Thu, 14 Jan 2021 04:05:49 GMT Location: https://poetrade.gg/ cf-request-id...
  4. Cold-Egg

    WordPress Permalinks htaccess set up

    Hi, Those rules should be generated by WordPress. Could you go to WordPress admin page > Settings > Permalinks, just click the Save Changes button and see how it works? It might be due to a permission issue if the rules are still not show.
  5. Cold-Egg

    uwsgi_pass equivalent?

    No plan for uwsgi, but it should be possible to connect to the remote lswsgi process using TCP. lswsgi uses LSAPI protocol, server-side need to configures a remote LSAPI application. I will schedule a time to give this scenario a try.
  6. Cold-Egg

    Failed to set up access log and error log

    Thanks for the report, I guess you created the virtual host from the vhsetup script, it's a bug, confirmed and fixed. For the existing log error, please go to web admin > Virtual Hosts > DOMAIN_NAME > Log, and edit Virtual Host Log File Name from "/logs/.error_log " to...
  7. Cold-Egg

    webAdmin cannot listen on port 80 or 443

    OpenliteSpeed Web Admin port will not accept 80/443 even you have a different network. If changing the firewall is impossible, then you might want to consider to set up a reverse proxy for the web admin which sounds weird to me through :ROFLMAO:
  8. Cold-Egg

    Customized Error Pages w/ Wordpress

    Hi, What are the Customized Error Pages settings on OLS Web Admin? Does it work if you visit the error page directly?
  9. Cold-Egg

    GCP Disk Migration

    Depends on your vhost location, here's just a default Example virtual host config location, /usr/local/lsws/conf/vhosts/Example/vhconf.conf
  10. Cold-Egg

    uwsgi_pass equivalent?

    Hi, Please use WSGI protocol with OpenLiteSpeed, check wiki here, https://openlitespeed.org/kb/python-wsgi-applications/#HowtosetupforDjango Best, Eric
  11. Cold-Egg

    GCP Disk Migration

    Hi, If the site's redirect is done by .htaccess or OpenLiteSpeed rewrite, then you can of course change it from the SSH console. :)
  12. Cold-Egg

    webAdmin cannot listen on port 80 or 443

    Hi, Port 80 and 443 are more for the regular HTTP and HTTPS listener set up, please avoid to use it on the web admin listener.
  13. Cold-Egg

    LS Repos servers down

    @vpsingh It works now for me, could you try it again?
  14. Cold-Egg

    LS Repos servers down

    Thanks for the report, it might be due to some recent/ongoing AWS service issues. We will keep an eye on it.
  15. 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.
  16. 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...
  17. 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?
  18. 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.
  19. 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?
  20. 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?
Top