Search results

  1. Cold-Egg

    Error with listener 7080

    mhm, no clue. If it is okay to you, when the issue happens again, please send us the issue server info to bug@litespeedtech.com so our developer can take a look directly.
  2. Cold-Egg

    what is OpenLitespeed Django proper workflow?

    If you make code changes and it did not take effect, try kill the lswsgi process. "it seems like I mistakenly didn't make `chown` to proper user after `git pull` " So does it works now?
  3. Cold-Egg

    Centos7 installation OpenLiteSpeed show http&https failed

    Then I am not sure, maybe something related to the VM. You can raise a ticket to bug@litespeedtech.com with server access so our developer can take a look.
  4. Cold-Egg

    Centos7 installation OpenLiteSpeed show http&https failed

    mhm, I just tested it on CentOS and all works fine. Do you see any mariadb package installed? rpm -qa | grep -i mariadb You should see something similar like this MariaDB-server-10.4.15-1.el8.x86_64 MariaDB-client-10.4.15-1.el8.x86_64 MariaDB-common-10.4.15-1.el8.x86_64...
  5. Cold-Egg

    what is OpenLitespeed Django proper workflow?

    Hi, Here's an example, https://docs.litespeedtech.com/cloud/images/django/#how-do-i-import-my-django-project-from-git Please also make sure you access the virtual environment. Best, Eric
  6. Cold-Egg

    Centos7 installation OpenLiteSpeed show http&https failed

    What's the status of mysql service? service mysql status
  7. Cold-Egg

    My site is redirecting to an old IP

    Check this https://stackoverflow.com/questions/64372359/error-this-site-can-t-be-reached-after-change-domain-gcp-openlitespeed Let us know if it helps.
  8. Cold-Egg

    Upgrading PHP from 7.3.22-1+focal to 7.4

    Yes, port 7080 is not allowed by default for security purpose
  9. Cold-Egg

    Removed www from Wordpress URL, not getting CORS error

    Hi, This one looks good to me, RewriteEngine on RewriteCond %{HTTPS} off [OR] RewriteCond %{HTTP_HOST} ^www\. [NC] RewriteCond %{HTTP_HOST} ^(?:www\.)?(.+)$ [NC] RewriteRule ^(.*)$ https://%1/$1 [R,L] this part can be removed, ### Forcing HTTPS rule start RewriteEngine On RewriteCond %{HTTPS}...
  10. Cold-Egg

    Can't access :8088 and :7080

    Hi, If you can curl from localhost, then you probably have the firewall issue on the network layer. Best, Eric
  11. Cold-Egg

    Is the a way to export configuration of OLS ?

    There's no such feature on OLS to auto-sync config files.
  12. Cold-Egg

    Upgrading PHP from 7.3.22-1+focal to 7.4

    Hi, please follow this doc https://docs.litespeedtech.com/cloud/images/wordpress/#how-do-i-set-up-virtual-host-specific-php
  13. Cold-Egg

    Too many open files error on LiteSpeed Web Server

    Try increasing the HTTP/HTTPS connections and follow doc to increase the value https://docs.litespeedtech.com/cloud/images/wordpress/#how-do-i-fix-a-too-many-open-files-issue
  14. Cold-Egg

    Please help with 301 redirects in .htaccess file

    Need to check the rewrite log. Can you set the rewrite log to, e.g. 9, tail the error log and share here?
  15. Cold-Egg

    Removed www from Wordpress URL, not getting CORS error

    Do you have any rewrite rules in .htaccess file? Any URL we can take a look?
  16. Cold-Egg

    Search functionality in the KB is down

    Thanks, will take a look
  17. Cold-Egg

    Object Cache Settings error

    Hi, May I know if this is WordPress lscache related question?
  18. Cold-Egg

    Removed www from Wordpress URL, not getting CORS error

    Hi, Have you updated both Home URL and Site URL from www.domain.com to domain.com? If you have cache enabled, please do a purge all. Hope above method helps.
  19. Cold-Egg

    OLS with Matomo on GCP

    The super clean method is to install the binary file, https://openlitespeed.org/kb/install-from-binary/ No PHP, no SQL..etc
  20. Cold-Egg

    Please help with 301 redirects in .htaccess file

    Hi, It looks fine to me, can you move the rules to the top of the htaccess file, restart LSWS and check again?
Top