Search results

  1. Cold-Egg

    OpenLiteSpeed WordPress on GCP and Page Caching with OpenLiteSpeed

    Hi, The OpenLiteSpeed WordPress image should come with the LSCache enabled by default. This is key to make your site fly. Best, Eric
  2. Cold-Egg

    [Solved] Cannot log into Openlitespeed web admin after script upgrade

    Glad to know that issue fixed. Basically you can update lsws though this method: https://github.com/litespeedtech/ols-docker-env#update-web-server And if reset password is needed, try this method: https://github.com/litespeedtech/ols-docker-env#setting-the-webadmin-password Best
  3. Cold-Egg

    Add lsphpXX-libsodium to repository

    Hi @paulozlx , Can you try to install lsphpxx-common see if it works? Best, Eric
  4. Cold-Egg

    OLS + Rails

    Hi Paulo, Great. I am not sure about Ruby + venv . Can you take a look https://openlitespeed.org/kb/python-wsgi-applications/ django + venv case see if it works to you. "" Environment = PYTHONHOME=/usr/local/lsws/Example/venv/ In some environments, you may need to add extra...
  5. Cold-Egg

    OLS + Rails

    Hi Have you checked this Knowledge base yet? https://openlitespeed.org/kb/running-ruby-apps-with-lsapi/ Location should be location /srv/app16.bffcdaf6.configr.cloud/www/ See if it works. Also check if there's any difference with/without virtualenv Best
  6. Cold-Egg

    How to enable HTTPS for port access

    Hi @shaiful , The OpenLiteSpeed WordPress Image should also support all apps, you just need to config for apps. Correct, litespeed/openlitespeed will receive and send data instead, and the app port will be ignored. When you change context from `/` to `/api/`, does default demo script works...
  7. Cold-Egg

    WordPress Multisite Directory .htaccess

    Hi @eaonflux, Could you DM me about the title or your mail address? Because I can not find it from the system. Best, Eric
  8. Cold-Egg

    reg OpenLiteSpeed Version Differance

    Hi @w3services_net , Release log here https://openlitespeed.org/release-log/ 1.7 is still in rc, you may want to choose 1.6 since it's stable tier. Best, Eric
  9. Cold-Egg

    IE can't make SSL connection to OpenLitespeed

    If you run https://www.ssllabs.com/ssltest , does all Handshake Simulation tests ok?
  10. Cold-Egg

    Openlitespeed External App

    That is weird, something must not right. Do you have a link for testing? And any other change on openlitespeed?
  11. Cold-Egg

    Openlitespeed

    If those DB config files are still exist, you can just install the mariadb server again. Let us know if it works
  12. Cold-Egg

    How to enable HTTPS for port access

    Hi @shaiful , Did you follow this to setup? https://openlitespeed.org/kb/running-node-js-apps-with-openlitespeed/ Or setup by one click cloud image https://docs.litespeedtech.com/cloud/nodejs/ Basically you only need to setup the app server context, and leave the listeners on port 80 & 443.
  13. Cold-Egg

    DigitalOcean Wordpress IonCube is Missing

    Hi, Right, the ioncube is not stable release so we did not provide it for the LSPHP74. To revert back is easy, just change the Command from `/usr/local/lsws/lsphp74/bin/lsphp` to other PHP vinary version, and restart the PHP. Let us know if it works. Best, Eric
  14. Cold-Egg

    Install Openlitespeed on MACOSX

    FYI, here's a docker solution https://github.com/litespeedtech/ols-docker-env for anyone maybe interested.
  15. Cold-Egg

    Google Cloud image: No SSH connection

    I actually tried with it without issue. :unsure: Can you give it another try with a different Region or zone? e.g. us-central1-a
  16. Cold-Egg

    Google Cloud image: No SSH connection

    Hi @keaman , I guess you were trying to SSH via GCP console, then it's possible GCP related issue. (https://groups.google.com/forum/#!topic/gce-discussion/dpY4mXwzoCo ) Please try to add your own key to Compute Engine > Metadata > SSH Keys Then launch a new server, now you should be able to...
  17. Cold-Egg

    DocumentRoot for docker container

    Hi, I haven't get a chance to update the doc root from image, but above method should works. I just tried again and it works fine. Maybe you need to do a `service lsws restart` after folder creation. FYI, we use the config template from /usr/local/lsws/conf/templates/docker.conf. so you will...
  18. Cold-Egg

    OLS serves no compressed or expiry headers

    Hi, About Compress components with gzip : Pingdom does not support br compression at this moment, you can try GTMetrix to confirm. About Add Expires headers: Please also try on GTMetrix or browser dev tool, I do see browser cache is On. Best, Eric
  19. Cold-Egg

    Django perpetual 404s when visiting project directory URL

    Hi @violetcode , I just tried but can not reproduce the issue from fresh launched server. Got a 404 from /demo/ is correct behavior since it's not defined from the urls.py. If you still able to reproduce the issue, could you send it to support@litespeedtech.com for further help? Best, Eric
  20. Cold-Egg

    Scripting Listener/Vhost settings

    Hi, You can give this a try https://docs.litespeedtech.com/cloud/wordpress/#how-do-i-create-additional-virtual-hosts . Please do not test it on a production server at the first time. Let us know if it works. Best, Eric
Top