Search results

  1. Cold-Egg

    Page rendering is really slow

    What's the output of the `top` command from the SSH console? Also, is there any error log during it?
  2. Cold-Egg

    redirect with alias

    So you want to redirect everything under domain1.com to domain2.com including the root domain, but webmail, is that correct? Please try to set a static context for webmail on server A and see if it works.
  3. Cold-Egg

    WebAdmin Console - Adding Context Leads To 404

    It shouldn't, usually it was due to an invalid char or invalid directive in the config file, editing anything via web admin should not lead to a 500 error. Could you submit the issue to support@litespeedtech.com with this forum post appended>
  4. Cold-Egg

    OpenSpeedLite site conf file not writeable.

    You should have the permission. Let me know if it's still not working.
  5. Cold-Egg

    Rewrite rule for wordpress in subfolder of root

    Hi, Have you checked the "Displaying WordPress in the root directory if it's installed in a subdirectory" method from https://help.dreamhost.com/hc/en-us/articles/360038512432-Displaying-WordPress-in-a-different-directory, it seems much easier to make it works. If not working, then I will...
  6. Cold-Egg

    New user from Italy

    Welcome
  7. Cold-Egg

    How to use RewriteMap

    Glad to know that you have fixed the issue.
  8. Cold-Egg

    How to use RewriteMap

    rewrite { enable 1 autoLoadHtaccess 1 logLevel 9 map product2id { location txt:/var/www/html/productmap.txt } RewriteRule "^/product/(.*)" "/prods.php?id=${product2id:$1|NOTFOUND}" [PT] } txt content cat...
  9. Cold-Egg

    link clicks and landing page views

    Hi @h87 For LSCWP-related questions, please move to https://wordpress.org/support/plugin/litespeed-cache/, one of the plugin support engineers will help you from there, thanks.
  10. Cold-Egg

    How to use RewriteMap

    I tried to follow the "Product to ID configuration" section of https://httpd.apache.org/docs/2.4/rewrite/rewritemap.html, and it works. Please take a look, maybe you can try to remove the backslash.
  11. Cold-Egg

    exclude from cache

    You can put "wc-ajax" in the Do Not Cache Query Strings field.
  12. Cold-Egg

    We need lsphp* ready for Arch Linux in x86_64 architecture

    That link is to an aur for Arch which is from a third-party maintainer.
  13. Cold-Egg

    httpdworkers 1 has no effect

    May I know what "this configuration has no effect on OLS" means? Do you want to limit the openlitespeed process to one only or?
  14. Cold-Egg

    upload_max_filesize & post_max_size are not taking effect on the website

    Have you tried to "killall lsphp" to restart the PHP service? If it's still not working, is it possible to share tmp phpinfo page?
  15. Cold-Egg

    Use context for different PHP version

    Hi, Because every file under that folder matches the context, Force MIME Type is applied to all. If you want to match all the php files only, please replace /ticketing/ with exp:^/$|.*\.php$ Let me know if it works.
  16. Cold-Egg

    What OLS server limit (10 vcpu)

    The system load seems pretty low, does the load happens when the page loading slowly? Better to share the whole output of the `top` command so it may show more information during editing the elementor. Does the page loading issue only happens in the backend and not on the front page?
  17. Cold-Egg

    Use context for different PHP version

    You might want to try Force MIME Type in the context, please check https://openlitespeed.org/kb/setup-per-directory-file-php/ for more information.
  18. Cold-Egg

    Unable to enable HTTP/3

    I think a valid domain with SSL certificate is required
Top