Search results

  1. Cold-Egg

    Switching PHP version in Web Server Control Panel causing error

    @conor and @gdbay , So I tried to launch an OLS WP server with ubuntu 20.04, then upgraded to 22.04. No such issue. Also, switched the PHP version works fine. Maybe you can submit a ticket to support@litespeedtech.com with this forum link appended for further support.
  2. Cold-Egg

    Running a socket.io Node application in OpenLiteSpeed

    HIHI, If you try the example script(https://openlitespeed.org/kb/running-node-js-apps-with-openlitespeed/#Verification) into the index.js file, does it work?
  3. Cold-Egg

    Setting Up Custom Headers Not Work

    Hi, it will apply to static files. See https://yaybob.or.id/wp-includes/css/dist/block-library/style.min.css accept-ranges: bytes access-control-allow-origin: * alt-svc: h3=":443"; ma=2592000, h3-29=":443"; ma=2592000, h3-Q050=":443"; ma=2592000, h3-Q046=":443"; ma=2592000, h3-Q043=":443"...
  4. Cold-Egg

    Switching PHP version in Web Server Control Panel causing error

    no idea honestly, may need to check the error log. Maybe you can raise a ticket to support@litespeedtech.com with this forum link appended.
  5. Cold-Egg

    Switching PHP version in Web Server Control Panel causing error

    Do you have any screenshots of the error? Since I am not sure which version you use, the new version all comes with lsphp81+, maybe you can try to follow https://docs.litespeedtech.com/cloud/images/wordpress/#how-do-i-set-up-virtual-host-specific-php and make sure lsphp74 and packages are...
  6. Cold-Egg

    Does the the Backup function of Cyber Panel including SQL data?

    Hi Jacky, I am not sure about the answer, if you did not get any reply, maybe you can ask in CyberPanel forum(https://community.cyberpanel.net/).
  7. Cold-Egg

    Google Cloud Deployment with WordPress + openlitespeed

    HI, I agree the port suggestion needs to be opened by default which may be more convenient, will implement the new firewall rules in the next release. Also, I checked their docs, and the free plan has a limit of daily/monthly, so I'd still recommend using WP Mail...
  8. Cold-Egg

    OLS on Rocky Linux (RHEL) 9.X ?

    HI, I think the PHP package is ready but OLS, you might want to wait for it for a little bit longer.
  9. Cold-Egg

    PHP 8.1 "No package lsphp81-### available."

    Thanks for the report, I will forward to the build master.
  10. Cold-Egg

    Advices for settings for low ram settings

    Is it a shopping site? If not, maybe you do not have a cache setup correctly. If the cache is working, you should not see that many php processes. Check cache tool: https://check.lscache.io/ For a 1 GB RAM server, you can keep maxConns = 30, PHP_LSAPI_CHILDREN=30. Let me know if you have...
  11. Cold-Egg

    PHP 8.1 "No package lsphp81-### available."

    Since you already have openlitespeed installed, I assume you have litespeed repo installed. If not, please try "wget -O - https://repo.litespeed.sh | sudo bash ". intl does available, other packages seem not build with lsphp81 yet, See https://rpms.litespeedtech.com/centos/7/x86_64/RPMS/ If...
  12. Cold-Egg

    Invalid tabs 2258

    Did you try to upgrade to LSWS, and then switch back to OLS? Better to submit a ticket to support@litespeedtech.com for this one.
  13. Cold-Egg

    ipv6 returns 404 with cgi-sys/defaultwebpage.cgi

    Maybe you can submit a ticket to support@litespeedtech.com or join golitespeed community on Slack(https://litespeedtech.com/slack) and DM me @Eric from there, we can discuss more quickly about this weird issue.
  14. Cold-Egg

    Password Protection for Virtual Location and Overwriting Rules

    I just tested it on my site, add the following rules to the document root's .htaccess file works for me. RewriteCond %{REQUEST_URI} ^/backend $ RewriteRule ^(.*)$ http://%{HTTP_HOST}/$1/ [R=301,L]
  15. Cold-Egg

    ipv6 returns 404 with cgi-sys/defaultwebpage.cgi

    I just launched one but no such an issue since the defaultwebpage.cgi file is not found. May I know which virtual host you hit? And does the file exist on the server? Also, if Ipv6 returns the file, then IPv4 should do the same, does IPv4 returns the same file from your end?
  16. Cold-Egg

    Google Cloud Deployment with WordPress + openlitespeed

    HIHI The image comes with only the necessary port opened, you can add/delete the firewall rules easily after the server launch. If you check other WordPress solutions on the Google Cloud marketplace, they all apply similar basic rules for the web server only.
  17. Cold-Egg

    Password Protection for Virtual Location and Overwriting Rules

    What if you remove the '/' static context, and add the rewrite rules to the .htaccess file? So the request to /backend/ will not be hit.
  18. Cold-Egg

    Google Cloud Deployment with WordPress + openlitespeed

    For the email part, you might want to check from others, e.g. https://www.wpbeginner.com/plugins/how-to-set-up-wp-mail-smtp-with-any-host-ultimate-guide/ or ask on https://wordpress.org/support/plugin/wp-mail-smtp/.
  19. Cold-Egg

    Google Cloud Deployment with WordPress + openlitespeed

    Google Cloud does not place any restrictions on traffic sent to external destination IP addresses using destination TCP ports 587 or 465. So no need to change the firewall. But you might want to set up the wp-smtp + port 587 on your own. :)
  20. Cold-Egg

    Multiple lsphp with high CPU usage

    Agree, if the load increased when enabling the plugin, please submit the issue to bug@litespeedtech.com so our dev team can help to take a look.
Top