Search results

  1. 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.
  2. Cold-Egg

    Nothing Changed, Sync staging site to master

    Hi, you might want to post on https://forums.cyberpanel.net/ for CyberPanel question.
  3. 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.
  4. Cold-Egg

    Need to access a php file via an IP address

    May I know if there's any control panel on this server?
  5. 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?
  6. 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...
  7. 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
  8. 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?
  9. 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/
  10. 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?
  11. Cold-Egg

    CSSJS deadlock

    mhm, maybe exclusive locks are not supported issue is not a PHP permission issue. Check https://stackoverflow.com/questions/47921408/laravel-file-put-contents-exclusive-locks-are-not-supported-for-this-stream/47922098
  12. Cold-Egg

    CodeIgniter

    It's an open-source project, feel free to fork it and modify it to your need.
  13. Cold-Egg

    CSSJS deadlock

    Hi @Banzine , I'm testing https://docs.litespeedtech.com/cloud/docker/ols+wordpress/ solution and it works fine. Could you list your file owner/group under the document root? ls -l /var/www/vhosts/localhost/html/
  14. Cold-Egg

    CodeIgniter

    The current script is for WordPress only. Since it will install OLS, PHP, and DB for you, it should be easy to install CodeIgniter manually based on it.
  15. Cold-Egg

    CodeIgniter

    Hi, You should access http://xxxxxx at port 80, not 8088. That's why it's not found. By the way, did you install it on a fresh Ubuntu server? I haven't run into such an issue before.
  16. Cold-Egg

    Cannot start after update

    The next release should have those issue fix included.
  17. Cold-Egg

    openlitespeed is functioning normally message

    May I know if this is pure OpenLiteSpeed? Any control panel on this server?
  18. Cold-Egg

    CodeIgniter

    Hi, You can try following installation commands on a fresh server. bash <( curl -k https://raw.githubusercontent.com/litespeedtech/ols1clk/master/ols1clk.sh ) -w apt-get install lsphp74-intl -y curl -sS https://getcomposer.org/installer | php mv composer.phar /usr/local/bin/composer chmod +x...
Top