Search results

  1. Cold-Egg

    How to update PHP on virtual hosts?

    Correct, for CyberPanel server, you need to control the PHP via the control panel, not updating the config manually through the console. For the IncScheduler issue, please upgrade the Cyberpanel to fix it. Similar issue can be found here...
  2. Cold-Egg

    stuck process downloading ols1clk on ubuntu 22.04?

    --update can not be used with other parameters. Please try this, bash <( curl -k https://raw.githubusercontent.com/litespeedtech/ols1clk/master/ols1clk.sh ) --update bash <( curl -k https://raw.githubusercontent.com/litespeedtech/ols1clk/master/ols1clk.sh ) -w --wordpressplus wp.local --lsphp 82
  3. Cold-Egg

    My openlitespeed virtual host external app does not run as required user

    What's your document root's permission? e.g. 755, 750?
  4. Cold-Egg

    azure openlitespeed-wordpress image removed

    Hi @azlitesp The OpenLiteSpeed WordPress image is still on the Azure Marketplace, see https://azuremarketplace.microsoft.com/en-us/marketplace/apps/litespeedtechnologies.openlitespeed-wordpress The image built with Ubuntu 20.04 (with gen1)has been outdated and may have some security concerns...
  5. Cold-Egg

    How to Add Custom Conf File

    Create an access control config file, and include it in any virtual host you want. Or set it on the server level, web admin > Security > Access Control, this will apply to all the websites.
  6. Cold-Egg

    Non-supported operating system: pop ?

    The OLS v1.8.0 package will be ready and pushed to the LiteSpeed repo in the following days.
  7. Cold-Egg

    Upgrade unsuccessful

    Hi, Thanks for the report, it's a known issue and will be addressed in the next build release.
  8. Cold-Egg

    How to Add Custom Conf File

    There's an Access Control feature under virtual host level, you can add the IP from there. If you want the config, here's an example, accessControl { deny 1.2.3.4 }
  9. Cold-Egg

    upgrade OpenLiteSpeed 1.7.19 to 1.8.0 Failed to start litespeed!

    Please wait for a few days and try it again, the OLS v1.8.0 package isn't ready on the LS repo yet. :)
  10. Cold-Egg

    Non-supported operating system: pop ?

    I'm not familiar with pop OS, what if you back up and update the os-release file to Ubuntu similar as a workaround method, e.g. PRETTY_NAME="Ubuntu 22.04.3 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04.3 LTS (Jammy Jellyfish)" VERSION_CODENAME=jammy ID=ubuntu Then install it again...
  11. Cold-Egg

    upgrade OpenLiteSpeed 1.7.19 to 1.8.0 Failed to start litespeed!

    @ex2012 The package issue should has been fixed, feel free to give it a try.
  12. Cold-Egg

    Linux versions that support lsphp70

    No problem. By the way, those EOL packages(including PHP70 EOL in 2018) will not be maintained anymore.
  13. Cold-Egg

    vhosts don't overwrite listener SSL

    That's ok, I will keep the thread. Those issues are usually due to the incorrect configs, that's why I was asking for the config files. If you want to give OLS a try in the future, I'd recommend the command line method or Virtual Host Template method to create multiple virtual hosts for you...
  14. Cold-Egg

    How to make several VHosts to point at the same directory?

    It works for both, please try to set the VH rewrite log level to 9, and set the server error log level to INFO. Then you should see all the details in the server error log.
  15. Cold-Egg

    Log Collection with Splunk

    Found an old guide, not sure if it still works, https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:centralized-syslog-or-splunk-logging
  16. Cold-Egg

    troubleshooting attacks (might be?)

    I suggested DDoS defence because you mentioned "My server is suddenly having very high load, more than 250, while usually, it's less than 1. A lot of connections coming" at the beginning. If you lower the PHP process child limit, at least, it won't generates such high load under that account ...
  17. Cold-Egg

    How to make several VHosts to point at the same directory?

    If you want to use one Vh only, please enable the rewrite log and see why it does not match the heb rewritecond. Separate it into multiple virtual hosts should work too, maybe you can share the configs here, or inbox me.
  18. Cold-Egg

    vhosts don't overwrite listener SSL

    vhosts should overwrite the listener's SSL, please share both server and vhost configs here or inbox me if you want to keep the config private.
Top