Search results

  1. 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?
  2. 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).
  3. 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?
  4. 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...
  5. Cold-Egg

    can not run phpmyadmin (404 errors)

    Is the phpmyadmin loadable if you bypass the CSP and Realm?
  6. 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?
  7. Cold-Egg

    Status 400: Invalid charactor in header name: 'X-ForProto -Proto'

    Wow, that's nice, glad to know the issue has been sorted.
  8. Cold-Egg

    Django. Problem Configuring Static Files in OpenLiteSpeed with Django Project

    This post is under off-topic channel, so I did not see this, does the issue still exist?
  9. Cold-Egg

    Mautic + Wordpress Openlitespeed Configuration VPS

    May I know what's the current issue you have? Any issue with the Mautic installation?
  10. Cold-Egg

    OpenLiteSpeed IPv6 listen error at webuzo

    Hi, Please login to the web admin > Listener, and verify if you can set the IPv6 field to [::]:myipv6, if not, then it's an incorrect config and may cause OpenLiteSpeed to fail to start issue.
  11. Cold-Egg

    Cannot add subdomain to :80 Listener for default site

    Might be a permission issuesome where, is there any error shown on the webadmin -> Dashboard? Or any error log while adding the domain?
  12. Cold-Egg

    Is OpenLiteSpeed blocking my proxy server

    Hi, So you want to use OpenLiteSpeed as a reverse proxy, is that correct? May I know how you set the config? Did you use rewrite rule, context or script handler method? See https://docs.openlitespeed.org/docs/advanced/proxy
  13. Cold-Egg

    Google cloud pricing

    Hi, That is correct, we have spent a lot of time working on packaging and maintaining those images. If you are a server expert, you can build your own from scratch, don't have to use the image, and can avoid the cost. Thanks for your understanding. We have seen packages by other third parties...
  14. Cold-Egg

    404 Error on mobile only

    Any special rewrite rule for mobile devices? Please also check if there's any plugin for mobile.
  15. Cold-Egg

    Edit wp-config.php with Google Cloud

    Good to know it works for you.
  16. Cold-Egg

    Updating Mariadb

    Ok, not sure why there's no MariaDB file at all. Please export your sql as a backup, then run the following command to install MariaDB 10.11. This should also auto-create the repo for you. curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup | sudo bash -s --...
  17. Cold-Egg

    AlmaLinux 8 and OLS update signing issue

    Thanks for the report, we will take a look.
  18. Cold-Egg

    how to config one domain for wordpress with 2 theme and 2 database use litespeed?

    Not easy, even use a rewrite method, I don't think it can stay the same URL. Check https://wordpress.org/support/topic/display-subdomain-data-on-main-domain/ Assume all the subresources are relative path, you can try use wp-config.php to define the WP_HOME_URL and WP_SITE_URL , that might do...
  19. Cold-Egg

    Error caused by lsphp-curl

    https://www.wpbeginner.com/wp-tutorials/how-to-fix-curl-error-28-connection-timed-out-after-x-milliseconds/ For the curl timeout, it could also be due to the firewall issue. For the php82, I just tried, and it seems to be working fine now, if you still have the issue, let us know.
Top