Search results

  1. Cold-Egg

    Number of Virtual host and error MIME type [application/x-httpd-php] for suffix '.php' does not allow serving as static file, access denied!

    Try to set e.g. uds://tmp/lshttpd/$VH_NAME.sock to the VHost Templates > External App > Address, see if it helps.
  2. Cold-Egg

    I am getting error: CACHE] checkAssignHandler config error.

    A similar report on CyberPanel's forum before https://community.cyberpanel.net/t/owasp-amp-comodo-unable-to-load-wp-themes-plugins-and-upload-images/15448/16 But it is for OWASP. Maybe you can raise a ticket to support@litespeedtech.com with the post link appended for further help.
  3. Cold-Egg

    Error: test wordpress HTTP first page failed

    Just to clarify it again, the -k should work and it works on my oracle cloud server. Run the man curl, and I can see the following definition, -k, --insecure (TLS SFTP SCP) By default, every secure connection curl makes is verified to be secure before the transfer takes...
  4. Cold-Egg

    Number of Virtual host and error MIME type [application/x-httpd-php] for suffix '.php' does not allow serving as static file, access denied!

    Hi, I don't think there's a limit. Also, the template config should be under /usr/local/lsws/conf/templates folder. Are you sure it's a template config? Or it's a general virtual host? I tried to generate more than 10 domains from template config, and it works.
  5. Cold-Egg

    LiteSpeed/1.7.16 Http3/quic support enable

    QUIC is enabled by default, no need for further config. The cukibik.xyz.com.tr domain is not valid, maybe it's a domain issue? You can also check https://http3check.net/ and share the result with us.
  6. Cold-Egg

    Error: test wordpress HTTP first page failed

    It seems ok, not using ARM CPU. I have no idea since I can not reproduce it. Maybe you can send the issue to support@litespeedtech.com with this post link appended for further help.
  7. Cold-Egg

    Basic auth realm always promting auth even the password is correct

    Hi @burbridge, I did a quick test for that feature, and it works with v1.7.16. Maybe the file permission got changed? Could you send the issue to support@litespeedtech.com, so I can help to take a deeper look from there?
  8. Cold-Egg

    Error: test wordpress HTTP first page failed

    Hi, I did a clean test, and still no issue. OS: PRETTY_NAME="Ubuntu 22.04.1 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04.1 LTS (Jammy Jellyfish)" VERSION_CODENAME=jammy ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/"...
  9. Cold-Egg

    Error: test wordpress HTTP first page failed

    So you want to install ols with an existing WordPress, maybe you have another web server running so the OLS failed to start and test?
  10. 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.
  11. 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?
  12. 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"...
  13. 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.
  14. 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...
  15. 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/).
  16. 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...
  17. 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.
  18. Cold-Egg

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

    Thanks for the report, I will forward to the build master.
  19. 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...
  20. 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...
Top