Search results

  1. Cold-Egg

    how to set SSL over PORT X ?

    The config you input is probably invalid, here's an example listener. Use web admin to setup if you aren't sure about the syntax, listener https { address *:443 secure 1 keyFile /usr/local/lsws/conf/example.key certFile...
  2. Cold-Egg

    OLS Bash Installer - Adding PHP 8.3?

    Some dependency packages may be missing, please wait for the LS package released, and then you can install it from the LiteSpeed repository.
  3. Cold-Egg

    URGENT: OLS (OpenLiteSpeed) 404 Not Found on Laravel

    For the image URL that returns a 404 issue, a control panel reinstall might not help. What's the file full path on the system? Any file under that folder that you can access successfully? For more information, check https://phptutorialpoints.in/laravel-images-404-error/#google_vignette for the...
  4. Cold-Egg

    Recaptha stuck at pending.

    Thanks for the information. Although I can't reproduce it, there will be a new v1.7.19 package built soon (maybe next week)to improve ReCaptcha-related issues, so ~ please try it again after a few days.
  5. Cold-Egg

    How to redirect “http:// serverip:8090” to “https://hostname :8090”

    Go to web admin > listener > HTTP(port 80), enable the secure, and input the SSL certificate as you have with the HTTPS listener.
  6. Cold-Egg

    How to redirect “http:// serverip:8090” to “https://hostname :8090”

    It's doable but not recommended, otherwise user will need to specify https with port 80 to visit your site.
  7. Cold-Egg

    Rewrite not working!

    FYI, this feature will be added to the v1.8.2.
  8. Cold-Egg

    Rewrite not working!

    The solution is still quite popular though. It's on the dev's to-do but no ETA.
  9. Cold-Egg

    Rewrite not working!

    Here are some examples, https://stackoverflow.com/questions/11653461/redirect-a-range-of-ips-using-rewritecond
  10. Cold-Egg

    Rewrite not working!

    Hi, It is newly supported with LSWS v6.2+, but it does not apply to OpenLiteSpeed yet. Currently, please use the "RewriteCond %{REMOTE_ADDR}" method with OpenLiteSpeed.
  11. Cold-Egg

    Recaptha stuck at pending.

    You might want to check the error log. Did you use your site key and secret key? What's the recaptcha type?
  12. Cold-Egg

    Debian 12 lsphp81-gd

    Hi, For the Debian system, the lsphpxx-common package should have the gd package included. Is it possible to share the phpinfo page or content here?
  13. Cold-Egg

    openlitespeed server side caching issues

    I guess, it's possibly your crawler script hit other cdn nodes. Once you get a cache hit from "./M2-crawler.sh -d https://m50.lv/product-category/gifts/art ", please try "curl -I https://m50.lv/product-category/gifts/art", then you will see x-qc-pop:xxx which means you have a cache stored on...
  14. Cold-Egg

    Access to this resource on the server is denied!

    Since you can select php82 from the control panel, then it is probably not a control panel version issue like this. Maybe you can raise a ticket to support@litespeedtech.com with this forum post link appended for a further look.
  15. Cold-Egg

    Access to this resource on the server is denied!

    Mhm, does creating a phpinfo page under that site also load fine?
  16. Cold-Egg

    Access to this resource on the server is denied!

    The CyberPanel should take care of those external apps and handlers for you, so you should no need to add it via the OLS. May I know if the site was loading properly before implementing the yourls?
  17. Cold-Egg

    HTTP3 Priorities (RFC9218)

    HI, I don't think it's open for users to configure it, if you need it, please raise a feature request to https://github.com/litespeedtech/openlitespeed
  18. Cold-Egg

    Sites infinite loading

    It seems like a question for Cyberpanel, please post it on the CyberPanel forum.
  19. Cold-Egg

    Update OpenLiteSpeed and PHP 8.3

    Hi, Some PHP. 83 packages are still ready on pecl, e.g. memcache. See https://pecl.php.net/package/memcache If you need the packages now, you might need to build the package from the source at the moment. Similar forum post...
  20. Cold-Egg

    WWW and non-WWW HTTPS redirect

    Do you have set both example.com and www.example.com to the domain mapping under the listener? Maybe you can share the listener section of the config here or Inbox me if you want to keep it private.
Top