Search results

  1. Cold-Egg

    get more lsphp workers at startup

    If you have enough resources and don't want the spike, why not just limit the PHP Max Connections to, e.g. 100 and PHP_LSAPI_CHILDREN=100?
  2. Cold-Egg

    lscache always purged after 10 minutes

    Hi, may I know which CMS are you using? For LSCache WordPress, you can turn on the debug log and check the purge reason from there.
  3. Cold-Egg

    Create external application via a config file

    Hi, Although you can not use web admin more, you can change the config from the runcloud panel. May I know what application you want to add? And do you want to add on the virtual host level?
  4. Cold-Egg

    Need to access a php file via an IP address

    Should be fine, maybe you can raise a support ticket to support@litespeedtech.com with this post link appended so we can check for you.
  5. Cold-Egg

    Point Webadmin to subdomain

    Unless you have multiple interfaces to separate the HTTP/HTTPS listener and Web Admin listener, otherwise port may conflict.
  6. Cold-Egg

    Point Webadmin to subdomain

    Just to clarify, do you mean https://subdomain:8443 is for web admin panel only instead of access to the site?
  7. Cold-Egg

    Need to access a php file via an IP address

    First, the IP listener shows in red color which means this listener does not work, since you set the secure to yes, did you assign any cert/key on the SSL tab of that listener?
  8. Cold-Egg

    Automatic PHP session cleanup

    If the no space left on the device message because /tmp partition full, then not much we can help with on the OLS setup. https://www.php.net/manual/en/function.session-gc.php Low traffic sites' session data may not be deleted within the preferred duration. In such a case, please remove the...
  9. Cold-Egg

    DigitalOcean Wordpress IonCube is Missing

    I am a little bit confused, do you mean that ionCube loader is installed but not enabled? Do you have any PHP info page that we can take a look at?
  10. Cold-Egg

    Need to access a php file via an IP address

    If this myfile.php is under, e.g. Example virtual host, then you can put a * or IP in the listener and map to this virtual host.
  11. Cold-Egg

    Nothing Changed, Sync staging site to master

    Hi, you might want to post on https://forums.cyberpanel.net/ for CyberPanel question.
  12. Cold-Egg

    LSCache is not supported?

    HI, On the check site, it returns a 403 permission issue. But it's loads fine from my browser and it is a cache hit. Maybe there's some security rule on your server to prevent it from the check. If you want to know why it's a 403, please look check your server error log.
  13. Cold-Egg

    Need to access a php file via an IP address

    May I know if there's any control panel on this server?
  14. Cold-Egg

    [Module:Cache] createEntry failed, may due to no permission to write file or file is updating.

    You mean the folder did not generate after server restart? Is there any error shows in the /usr/local/lsws/logs/error.log?
  15. Cold-Egg

    Create virtualhost and map to listeners via CLI

    No CLI, but there's a script that can help you to set up virtual hosts and listener mapping, https://github.com/litespeedtech/ols1clk#how-do-i-create-additional-virtual-hosts-from-console Do not run it when you have any control panel on the server. That script is designed for ols1clk or any...
  16. Cold-Egg

    Google Search Console - HTTPS Failure

    Not sure the reason, HTTPS looks fine, and ssllab report also shows A+, so you should no need to add extra security headers from the server. https://www.ssllabs.com/ssltest/analyze.html?d=wpologi.no&s=95.217.12.87 https://www.sslshopper.com/ssl-checker.html#hostname=wpologi.no
  17. Cold-Egg

    OpenLiteSpeed keeps writing [DEBUG] messages in server log when logging is turned off

    What if you stop the LSWS service and start it again? any template virtual hosts?
  18. Cold-Egg

    Page Speed Insight: - Reduce initial server response time and Eliminate render-blocking resources

    You should see a notification, if not, manually do it from the Toolbox > Beta Test https://blog.litespeedtech.com/2018/03/28/jetpack-photon-cdn-and-litespeed-cache/ More LSCache questions you might want to post here https://wordpress.org/support/plugin/litespeed-cache/
  19. Cold-Egg

    Page Speed Insight: - Reduce initial server response time and Eliminate render-blocking resources

    Actually, your page score is good already, 93 for Desktop and 81 for Mobile view. If you haven't, please try LSCache v4.0 which has some page score improvement feature for mobile. Please tell us how you set up the OLS + PHP7x before? Any control panel on this server?
Top