Search results

  1. Cold-Egg

    Utilizing CSF to block all bots while allowing an exception for Google bots

    Hope this helps https://forum.configserver.com/viewtopic.php?t=6998
  2. Cold-Egg

    Openlitespeed server accepts https request but throws 404 error on http request

    So I guess you are talking about the domain https://stake.tycoondefi.com/ has the cert issue. In the Virtual host mappings, please update Domains "stake.tycoondefi.com stake.tycoondefi.com/admin" to "stake.tycoondefi.com" and it should start working. Because the current "stake.tycoondefi.com...
  3. Cold-Egg

    [Resolved]Issue with tmp file uploads

    ok, updated the title.
  4. Cold-Egg

    Please add support for Ubuntu 23.04

    Hi, only the LTS version will be supported.
  5. Cold-Egg

    Large bug when upgrading from 1.7.17 to 1.7.18

    Thanks for the report, our build master will push a fix in the next package.
  6. Cold-Egg

    Docker, OLS, and Lucee/Tomcat (ColdFusion) - Creating an image to share with all

    Thanks @steve.k, you are welcome to share(post the content and screenshot) it here again.
  7. Cold-Egg

    When on Openlitespeed, all websites showing host errors but when I switch to Litespeed Enterprise 15 days trial, websites come up and are running

    The web server is active and running. Not sure why sites are showing 521. Have you tried to bypass the Cloudflare, does it help to fix the issue?
  8. Cold-Egg

    When on Openlitespeed, all websites showing host errors but when I switch to Litespeed Enterprise 15 days trial, websites come up and are running

    When the issue happens again, please check the web server status, like "systemctl status lsws" and the server load with the "top" command. Do you have a web admin access issue at the moment? Maybe you can raise a ticket to support@litespeedtech.com for help.
  9. Cold-Egg

    Openlitespeed server accepts https request but throws 404 error on http request

    If it returns a 404, then it might have something to do with the listener setup, any screenshot of the config?
  10. Cold-Egg

    Openlitespeed server accepts https request but throws 404 error on http request

    If you visit the site with http only, does it work? Any redirect in the context, rewrite tab or .htaccess file? Is it possible to share the config of HTTP listener?
  11. Cold-Egg

    Mautic + Wordpress Openlitespeed Configuration VPS

    I just finished the installation, quite straightforward. If you aren't familiar with OLS configuration, maybe you can rely on the ols1clk. 1. Command: "bash <( curl -k https://raw.githubusercontent.com/litespeedtech/ols1clk/master/ols1clk.sh ) -w --lsphp 80" 2. Remove everything under the...
  12. Cold-Egg

    Accessing the subdomain Wordpress as subdirectory

    When you set up the multisite, you could choose whether you want to do with Sub-domains or Sub directories, is that what you are looking for? https://wordpress.org/documentation/article/create-a-network/
  13. Cold-Egg

    Mautic + Wordpress Openlitespeed Configuration VPS

    Mautic is just like other CMS, there should be no special settings for the installation. Could you provide more specific issues about the problem?
  14. Cold-Egg

    HELP - Serve static assets with an efficient cache policy

    Personally, I prefer the default value which is 7 days. If you want to satisfy the page score tool, try 31536000 (1 year).
  15. Cold-Egg

    Is OpenLiteSpeed blocking my proxy server

    Hi @Derby5341 May I know, how you tested it before, when there's no OLS installed? And what's the error code in your inspector?
  16. Cold-Egg

    Problem with WordPress Uploads

    Probably a permission issue somewhere. Check the current OLS user and group name (/usr/local/lsws/conf/httpd_config.conf), e,g, nobody:nobody, nobody:nogroup or www-data:www-data, then apply to the whole WordPress folder. A guide from DO...
  17. Cold-Egg

    can not run phpmyadmin (404 errors)

    Is the phpmyadmin loadable if you bypass the CSP and Realm?
  18. Cold-Egg

    Is OpenLiteSpeed blocking my proxy server

    Hi, So the form is loading ok, but it does not fetch the backend at port 5000 for some reason? If you send a request from SSH console directly(no OLS and CyberPanel involved), will that work?
Top