Search results

  1. Cold-Egg

    Redirect server IP to main domain

    Hi @dimath99 , 1. As long as you have domain setup in the wordpress settings, you can just remove the IP from the both listeners 2. If you still want to do the redirect, you can add the rewrite rules in rewrite tab of the virtual host. in this way, you don't need to touch the .htaccess file...
  2. Cold-Egg

    SSL for SubDomain

    Hi @Brouskat , ok, please try submit those information to either bug@litespeedtech.com or join LiteSpeed Community and direct message to me (Eric) Best, Eric
  3. Cold-Egg

    SSL for SubDomain

    Hi @Brouskat, Could you provide the settings you have or screenshot include listener, SSL and virtualhost? thanks Best, Eric
  4. Cold-Egg

    LITESPEED_ON = NULL for a single vhost (all others are fine)

    Hi Simon, Just ask is this launch from the marketplace? I also see `LSCACHE_ADV_CACHE = NULL`, have you check https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:lscwp:troubleshooting:general#litespeed_cache_is_disabled yet? If LSCACHE_ADV_CACHE = null, then LITESPEED_ON...
  5. Cold-Egg

    Performance difference for OLS using difference linux distro's?

    Hi @Rudi , I don't feel benchmark has much different between OS, but cache can definitely helps in this case. May I ask you are using any popular apps like WordPress? See here for more cache information. https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache Best, Eric
  6. Cold-Egg

    DigitalOcean Wordpress CPU Optimized Droplets Don't Work

    Hi @lateralus578 , Thanks for the feedback. Yes, the image is already come with WordPress 5.2 and PHP73. (y) Sure, we can defiantly add a how to switch PHP version in FAQ. About the doc, well, we need more feedback like from you, then we know which kind of topics we need to add. :LOL:
  7. Cold-Egg

    DigitalOcean Wordpress CPU Optimized Droplets Don't Work

    LiteSpeed's Images have all been updated and published on DigitalOcean's Marketplace. The updates include the latest version and a patch for the Intel CPU MDS vulnerability issue. If you previously encountered a WordPress 404 issue, please launch and try again. Thank you.
  8. Cold-Egg

    DigitalOcean Wordpress CPU Optimized Droplets Don't Work

    Hi, Sorry for the inconvenience, it's already fixed last week since the issue happened, it was due to auto update hanging in the background and cause implement script failed to finish. Now just need to wait for DigitalOcean to publish our new version, so you can destroy your droplet. If you...
  9. Cold-Egg

    Redirect whole domain except 1 directory

    Hi Rudi, 1. Maybe you need to move RewriteCond %{REQUEST_URI} !/.well-known/ section to the top? 2. How about combine HTTPS and WWW to something like RewriteCond %{HTTPS} off [OR] RewriteCond %{HTTP_HOST} !^www.
  10. Cold-Egg

    OLS + Django = GET request URLs not working

    Hi @ecreality Thank for the confirmation. Feel free to suggest us more information about how we can make the cloud image more easier to use for django user.
  11. Cold-Egg

    OLS + Django = GET request URLs not working

    If anyone @xmail @ecreality @Noah find issue is OLS related or any image feedback, feel free to contact litespeed via mail: bug@litespeedtech.com or join litespeed community > openlitespeed channel. If it's bug related, please also provide a testing site, or steps how we can reproduce the "GET...
  12. Cold-Egg

    Internal Server Error 500 after upgrade to 1.4.46-1.el7

    Hi Othmar , Thanks for the information. This is a bug and should has been fixed, please report it to bug@litespeedtech.com if 500 issue happens again after you upgrade. Best, Eric
  13. Cold-Egg

    .htaccess restrict access to site via IP address

    Hi Dagan, please use public server IP. :)
  14. Cold-Egg

    Need help with Django one-click app from Digital Ocean

    Hi @dbinott, Sorry for the late reply. If this is a new virtual Host, have you add to the listener yet? Generally 404 issue happens due to no virtual host mapping to the listener. Best
  15. Cold-Egg

    OLS + Django = GET request URLs not working

    Hi @Noah May I know if this happens on latest OLS version which is v1.4.45? If so, could you log a ticket to bug@litespeedtech.com and tell us more about how to reproduce it? Best
  16. Cold-Egg

    404 after subdomain redirect to new openlitespeed digital ocean droplet

    Hi @matej, If you point your domain to the DO server and found out only IP works, probably listener haven't setup yet. I am not sure if you have configured listener like this to accept your domain and sub domain on both http and https, you can also use `*` to accept all for you to test...
  17. Cold-Egg

    The Impossible POST Request to my NodeJS API (OLS Bug??)

    Hi @verflext, So the issue has been fixed and will be released on 1.4.45 release version, you will see more details on change log. Best
  18. Cold-Egg

    The Impossible POST Request to my NodeJS API (OLS Bug??)

    Hi @verflext , Thanks, I can reproduce this locally by following your steps, will take a deeper look and update you soon. Best
  19. Cold-Egg

    min.js not working as intended

    Hi @Machiel92, This min.js has problem, lots of invalid character like �T, maybe replace min.js or reference to a jquery official cdn url can fix it. Best, Eric
Top