Search results

  1. P

    http&https failed

    You can not run the command 5 times on the same CentoS7. the 1-click will need a fresh OS to base on. Try to get a fresh centoS on vmware, and run the script only once. If it runinto any issue, copy the issue here. From the error you got, seems you forgot the root password.
  2. P

    Newbie trying to configure OpenLiteSpeed as Reverse Proxy. Any help appreciated!

    You don' t need such complecated setup ( (Cloudflare -> OLS -> Apache). Is your goal to maximise your wordpress formance? then quic.cloud cdn + OpenLiteSpeed with LSCWP will give your super fast result.
  3. P

    Cloudflare and OLS

    OLS automatically giving the real IP address in the access log.
  4. P

    How can I enable HTTP/3 ?

    Please test to verify https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:enable_quic
  5. P

    Multiple wp domains one virtualhost config

    The above apache directives won't work for OLS. You will need to configure at OLS native virtual host configuration.
  6. P

    Enable Pear

    If you run "apt-get install lsphp73-pear", did it show it has been installed successfully or failed? What this command returns: "dkpg -l | grep lsphp73", does it include lsphp73-pear.
  7. P

    Enable Pear

    apt-get install lsphp73-pear
  8. P

    email and cloudflare

    You will need to check with CloudFlare support to see why problem. If you believe it is related to cyberpanel dns function, you can check on cyberpanel forum. This is OLS forum and OLS has nothing to do with your email.
  9. P

    Purge cache and CNAME

    first question is quic.cloud, you should log at quic.cloud support. second question is about LSCWP, you should log at https://wordpress.org/support/plugin/litespeed-cache/, and should explain what messy / fuzzy it is for more detailed example. None of the above are OLS related. to manually...
  10. P

    How to set a new MimeType with special characters + or @ # | etc.....

    You'd better log ticket and provide login for us to check
  11. P

    email and cloudflare

    https://support.cloudflare.com/hc/en-us/articles/200168876-Email-undeliverable-when-using-Cloudflare
  12. P

    Cloudflare and OLS

    https://openlitespeed.org/kb/show-real-visitor-ip-instead-of-cloudflare-ips/ should answer your questions already. just follow it and it should work.
  13. P

    How do I change PHP CLI version?

    This is more your system and PHP related, nothing to do with OLS settings. There are several ways: 1. You can specify which php to use for composer normally Cyberpanel will install all phps under /usr/local/lsws/lsphpxx/bin/php, You can specify the php path become composer command like...
  14. P

    Cloudflare and OLS

    I am still unclear what's your question and what's your concern. For example, "This will reveal real IP? " which IP? You backend server IP? or real visitor IPs? Did you try to say you don't want to expose your real backend server IP to the public? If so, you just set everything go through...
  15. P

    cannot configure access log for vhost template

    You can log a ticket yourself to us. It is not a wide issue and more like an individual permission issue.
  16. P

    Activating Byte-Range or bitrange

    Can you provide more details for what you want to do and steps(details) of your php code you want to test with OLS?
  17. P

    Cannot enter Access Log Settings via Web Console

    You can log a ticket with us and we can check for you.
  18. P

    Cloudflare and OLS

    The one without CloudFlare will be always good. The one with cloudFlare will reply on trusted IP defined to avoid problem. ( avoid proxy ip being blocked by security feature.
  19. P

    Set "Trusted IP only" with config?

    yes, it is there: accessControl{ allow ALL deny } you will need to edit "allow" line by adding trusted IP with "T".
  20. P

    Cyberpanel + OLS on AWS lightsail

    installation of a website/wordpress should not impact your ssh access. It might be something else cause it, or just con-incident.
Top