Search results

  1. Cold-Egg

    Bug in server log viewer

    Thanks for your contribution. One of the developer will take a look maybe tomorrow. :)
  2. Cold-Egg

    Set "Trusted IP only" with config?

    Check if you can edit in Manual mode? If you scroll down the manual page, can you see accessControl{ allow ALL } If so, update it to accessControl { allow ALL, 103.21.244.0/22T, 103.22.200.0/22T, 103.31.4.0/22T, 104.16.0.0/12T...
  3. Cold-Egg

    How do I hide phpmyadmin?

    No problem, happy to help. By the way, we would appreciate if you can left us a the positive feedback on Google https://t.co/YhmP3MFl4f?amp=1 Thank you in advance :)
  4. Cold-Egg

    Suspend/resume virtual host in webadmin console does not work without manual lsws restart

    Here's the example log I saw when I clicking the suspend button from web admin tail -f /usr/local/lsws/logs/error.log 2020-09-10 01:49:12.117329 [NOTICE] [LocalWorker::workerExec] VHost:_AdminVHost suExec check uid 997 gid 33 setuidmode 2. 2020-09-10 01:49:12.117467 [INFO]...
  5. Cold-Egg

    Suspend/resume virtual host in webadmin console does not work without manual lsws restart

    Hi, I tried v1.6.15 no issue. Then upgrade to v1.7.4, tried it again, still no issue. No issue here means no need to restart web server. If you feel it's a bug and reproducible, please submit a ticket to bug@litespeedtech.com
  6. Cold-Egg

    Set "Trusted IP only" with config?

    Correct me if I am wrong, I guess the config was generated by aapanel so you can not write anything via OLS config. You might want to contact aapanel see if they have an option for user to whitelist IP on OLS config.
  7. Cold-Egg

    CNAME Cloudflare returns a 404 Not Found error.

    Like file not found? https://en.wikipedia.org/wiki/HTTP_404
  8. Cold-Egg

    How do I hide phpmyadmin?

    Hi, a2 commands is for apache only. Well, you can also update the openlitespeed config directly, or even a shell command to change it. But there's no existing script/module like a2disconf/a2enconf for OLS. Best, Eric
  9. Cold-Egg

    How do I hide phpmyadmin?

    1. https://docs.litespeedtech.com/cloud/images/wordpress/#web-server-control-panel-access 2. Sure, if you don't want it at all. rm -rf /var/www/phpmyadmin/, it won't affect wordperss.
  10. Cold-Egg

    Security Headers - Important

    To add extra headers, check https://openlitespeed.org/kb/setting-up-cors-on-openlitespeed/. About PHP version, you can find the php.ini file and set expose_php = Off. FYI, lsphp should be off by default.
  11. Cold-Egg

    How to redirect Server Ip to www.Domain name?

    Hi, How about RewriteCond %{HTTP_HOST} ^12\.34\.56\.789$ RewriteRule ^(.*)$ http://www.domainname.com/$1 [L,R=301] Remember to restart web server service lsws restart Best
  12. Cold-Egg

    How do I hide phpmyadmin?

    Hi, Check doc here https://docs.litespeedtech.com/cloud/images/wordpress/#how-do-i-secure-phpmyadmin. You can 1. change URL, 2. strict IP or 3. password required. Best, Eric
  13. Cold-Egg

    CNAME Cloudflare returns a 404 Not Found error.

    You can use a rewrite rule to redirect from domain A to domain B. May I confirm that you don't get any 404 now when visiting scontent.mydomain.com ?
  14. Cold-Egg

    CNAME Cloudflare returns a 404 Not Found error.

    Hi, Navigate to CyberPanel at port 8090 > WebSites > mydomain.com > Domain Alias Create Alias with scontent.mydomain.com And it should works. Best
  15. Cold-Egg

    Can't Access 7080, Webadmin

    Shouldn't need to add any IP to config file, probably a firewall issue on network layer?
  16. Cold-Egg

    How to redirect Server Ip to www.Domain name?

    Please check your wordpress home and site URL are set to www domain. If you setup wordpress site with www domain, then it should auto redirect IP to the www domain without extra configuration.
  17. Cold-Egg

    About congestion algorithms in QUIC

    FYI, same issue got helped on github https://github.com/litespeedtech/lsquic/issues/151
  18. Cold-Egg

    Multiple wp domains one virtualhost config

    Hi, We have reviewed the whole page and updated, please check again.
  19. Cold-Egg

    is it possible to deploy multiple OLS wordpress site on a single VM instance on Gcloud?

    Hi, Yes it's possible, please check doc https://docs.litespeedtech.com/cloud/images/wordpress/#how-do-i-create-additional-virtual-hosts The easiest way to me is via command, /bin/bash <( curl -sk https://raw.githubusercontent.com/litespeedtech/ls-cloud-image/master/Setup/vhsetup.sh ) -d...
Top