Search results

  1. Cold-Egg

    503 errors

    Hi, There's no `protected` context here? If you don't have rewrite rule issue, better to turn off the rewrite logs. Nope, I didn't see any 503 related log so far. May I ask the 503 error happens on cyberpanel itself or your sites? Best
  2. Cold-Egg

    503 errors

    Generally 503 error come from php instead of the this warning message. To avoid error message, please login to the web admin (port 7080) and then access to the virtual host->context, then remove it. Can you post 503 error log here? best
  3. Cold-Egg

    Can't get vhost working

    @insightdes, It's probably due to you set the vhost root file/folder under the root user folder? If this is a test server, do you mind to give this new auto virtual hosts setup script a try? https://docs.litespeedtech.com/cloud/wordpress/#how-do-i-create-additional-virtual-hosts If you have...
  4. Cold-Egg

    [ASK] Domain Point To Example

    Result update from ticket, Fixed by adding the virtualhost to the listener. `Listener Default > General > Virtual Host Mappings `
  5. Cold-Egg

    Caching 204 status code

    Because your browser cache is handled by server level. If you are a server admin, you have somewhat more control. In the LiteSpeed Web Server Admin, navigate to Server > General and scroll down to Expires Settings. https://blog.litespeedtech.com/2017/10/04/wpw-using-browser-cache-in-lscache/
  6. Cold-Egg

    Caching 204 status code

    Hi @nfn , It is cached by default, you don't need to set a cache rule for it. https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:lscwp:configuration:cache#cache_faviconico ### marker FAVICON start ### RewriteRule favicon\.ico$ - [E=cache-control:max-age=86400] ###...
  7. Cold-Egg

    Difficulty in setting up letsencrypt SSL

    Hi @hardhatengineer , 1. Install certbot https://openlitespeed.org/kb/lets-encrypt-ssl-on-openlitespeed/ 2. Set SSL to the listener, follow this https://docs.litespeedtech.com/cloud/wordpress/#step-4-set-ssl-for-https or https://openlitespeed.org/kb/ssl-setup/ That's it. Let us know...
  8. Cold-Egg

    One Click WordPress installation not working on Vultr

    understood @hardhatengineer , It's something relate to the PHP with the platform on vultr. Just tried install again with CentOS7 on Vultr and it works good. Our php build engineer will back on next Monday and fix it, please wait for few days if you still need Ubuntu + Vultr. Best
  9. Cold-Egg

    One Click WordPress installation not working on Vultr

    Hi, I just to clarify that you are talking about this https://raw.githubusercontent.com/litespeedtech/ols1clk/master/ols1clk.sh ols 1 click instead of the app one-click like https://marketplace.digitalocean.com/apps/openlitespeed-wordpress , right? So this is what i found so far on vultr...
  10. Cold-Egg

    One Click WordPress installation not working on Vultr

    Hi @hardhatengineer , Thanks for the information. The one-click app on vultr is build/controlled by vultr team only, but we will give it a try and report the issue to them. :) You can also log a ticket to us via bug@litespeedtech.com with the forum link appended if you want us to take a look...
  11. Cold-Egg

    Need help with removing fbclid query string from Facebook

    Hi @carl, maybe you can give this try RewriteCond %{QUERY_STRING} fbclid=(.*) RewriteRule ^.*$ https://%{SERVER_NAME}%1/index.php [QSD,L] Best
  12. Cold-Egg

    Rewrite rules in native format within virtualHost

    Hi Alex, You might want to check here for OpenLiteSpeed information https://openlitespeed.org/kb/migrate-apache-rewrite-rules-to-openlitespeed/ If you need, this https://openlitespeed.org/kb/reload-openlitespeed-automatically-with-directadmin/ should automate reload htaccess file. Just to...
  13. Cold-Egg

    Which Image to choose in Digital Ocean: CyberPanel or OpenLiteSpeed Wordpress?

    Hi @Jan Pieters . Both images are base on openLiteSpeed Web Server, so performance should be likely the same. OpenLiteSpeed image allows you to setup more virtual host for sure and Cyberpanel provide more management functions for you to setup multiple domains, auto SSL, email, migrate to LSWS...
  14. Cold-Egg

    Add two-factor authentication to my openlitespeed dashboard

    Hi @dimath99, Not that I know, but you can setup ACL in web admin page, change port or turn on the web admin port only when you needed. Maybe other people have better idea? Best, Eirc
  15. Cold-Egg

    Ubuntu 18.04 WordPress - PHP Issue

    Can you check phpinfo page see if database module has loaded?
  16. Cold-Egg

    Digital Ocean OLS/Wordpress Droplet Suddenly blocking my work IP (rest of the world works fine)

    Hi @jakegarrison, 503 errors are often caused by a malfunction in PHP, and are not related to Web Server nor IP banned. In this case, you can check the error log, and past the log here or DM me. More debug method for 503...
  17. Cold-Egg

    Can't get vhost working

    Hi @insightdes Here's the wiki for VH, listener setup. https://openlitespeed.org/kb/setting-up-name-based-virtual-hosting-on-openlitespeed/ We probably need some screenshot from you to tell which step you missed Welcome to join LiteSpeed Slack - openlitespeed channel for more information...
  18. Cold-Egg

    wont bind to port 80 or 443

    @Rudi Sure, we do have a wiki with a basic example for nodejs, see here: https://openlitespeed.org/kb/running-node-js-apps-with-openlitespeed/
  19. Cold-Egg

    wont bind to port 80 or 443

    @nthaxis Correct, OLS should already handle it automatically.
  20. Cold-Egg

    Redirect server IP to main domain

    Hi @dimath99 , Yes, it's on the OpenLiteSpeed dashboard, you can check this doc which has images include listener and rewrite tab. https://docs.litespeedtech.com/cloud/wordpress/#step-2-add-domain-to-listener https://docs.litespeedtech.com/cloud/wordpress/#step-5-redirect-http-to-https...
Top