Search results

  1. Cold-Egg

    AIO is not supported on this machine!

    If you run apt update && apt upgrade -y , will it fix the issue?
  2. Cold-Egg

    Hi,Guys, I can Not install ionCube loder on my google cloud php version 7.4 , please help

    Should be soon, we are still working on other missing packages.
  3. Cold-Egg

    OpenLiteSpeed WordPress VPS 404 Error on Non-Wordpress Site Install in Sub Folder

    I have an OLS WP site, create a test folder /var/www/html/test like your setup, then create an index.php file under it, visit https://example.com/test and it works. If you visit https://example.com/test/index.php directly, will it work?
  4. Cold-Egg

    Help!! www vs non-www

    Hey, good to know that you have the issue fixed. Is it possible to share the solution?
  5. Cold-Egg

    Loadbalancer - prevent client ip address for php

    If you can only see the load balancer IP via $_SERVER['REMOTE_ADDR'], isn't that satisfied your requirement?
  6. Cold-Egg

    Help!! www vs non-www

    Do you have any existing redirect rules in the .htaccess file? What are your site URL settings? When you saw the blank page, any error code from the browser console, like 404?
  7. Cold-Egg

    LiteSpeed/1.7.16 Http3/quic support enable

    that's odd. could you try following step 2 of https://docs.litespeedtech.com/lsws/cp/cpanel/quic-http3/#testing-incoming-and-outgoing-udp-connections and see if there's any UDP port 443 traffic?
  8. 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.
  9. 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.
  10. 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...
  11. 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.
  12. 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.
  13. 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.
  14. 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?
  15. 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/"...
  16. 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?
  17. 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.
  18. 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?
  19. 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"...
Top