Search results

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

    Unable to enable HTTP/3

    I think a valid domain with SSL certificate is required
  7. Cold-Egg

    Found major bug in OLS

    I saw you raised a ticket, we can follow up from there.
  8. Cold-Egg

    ipv6 listener won't work behind cloudflare

    Hi, OLS support IPv6, but I am not sure if there's any additional configuration required from Cloudflare, please check their guide https://developers.cloudflare.com/support/network/understanding-and-configuring-cloudflares-ipv6-support/ or you might want to search the similar case from their...
  9. Cold-Egg

    Unable to enable HTTP/3

    Could you test the site on https://http3check.net/ and share the output here?
  10. Cold-Egg

    503 when setting cookie via RewriteRule

    Ok, please send the issue to support@litespeedtech.com with this forum post link for further check.
  11. Cold-Egg

    503 when setting cookie via RewriteRule

    May I know if you have the web server restarted after updating the rewrite rule?
  12. Cold-Egg

    openlitespeed cache without plugin not work

    Hi, Cache module is enabled by default, no need to change it. Have you tried rewrite rule to apply cache? See https://docs.litespeedtech.com/lscache/noplugin/installation/
  13. Cold-Egg

    503 when setting cookie via RewriteRule

    Maybe the rule you tried is not completed, the following rule works on my test server. RewriteRule .* - [CO=mycookiename:mycookievalue:.example.com:0:/] [L]
  14. Cold-Egg

    htaccess not working

    @Elijah419 Try this config in the Static Context, URI .*\.(doc|docx|xls|xlsx|zip|mp4|rar|pdf|m4a|txt|mp3)$ Location /var/www/html Accessible Yes Header Operations Content-Disposition attachment Please substitute the...
  15. Cold-Egg

    deploy app next.js

    ok, if you still have an issue, please share it here.
  16. Cold-Egg

    deploy app next.js

    Do you mean that you don't know how to config the virtual host or if there's any issue during the setup?
  17. Cold-Egg

    SSL doesn't work ERR_CONNECTION_REFUSED

    If you set `Yes` to Secure, then you can not leave the SSL tab as default(empty Key&cert). Please assign a key and cert to it. More https://docs.openlitespeed.org/configuration#set-up-listeners
  18. Cold-Egg

    SSL doesn't work ERR_CONNECTION_REFUSED

    If it shows a pink/red icon, then it probably means you have config it wrongly. Please share the listener config including SSL part so we can help.
Top