Search results

  1. Cold-Egg

    Issue with Celery on One-Click OpenLiteSpeed Django Server.

    Hi @Doulos Package installed pip list | grep celery celery 5.4.0 django-celery-beat 2.6.0 Module added INSTALLED_APPS = [ 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages'...
  2. Cold-Egg

    (Help) Automatic png, jpg to webp conversion on wordpress

    Does it work if you visit the png and webp images directly from the browser? If so, a general rewriterule should work. I'm not pretty sure how the WebP Express extension handles the serving webp to the browser, you might want to contact them with more information.
  3. Cold-Egg

    how to set SSL over PORT X ?

    I don't get it, are you able to visit the site with that specific port now? If not, what did you see on the screen?
  4. Cold-Egg

    put [address *:443 *:port] into [httpd_config.conf] is correct for ADD SSL to X port ?

    add more listeners, e.g. listener https { address *:443 secure 1 keyFile /usr/local/lsws/conf/example.key certFile /usr/local/lsws/conf/example.crt map example example.com } listener http { address...
  5. Cold-Egg

    Issue with Celery on One-Click OpenLiteSpeed Django Server.

    Hi, May I know if you have installed the celery within virtualenv? Please also try to restart the lswsgi process with the command "killall lswsgi". If the above method does not help, please check the error log, it should record some useful information.
  6. Cold-Egg

    put [address *:443 *:port] into [httpd_config.conf] is correct for ADD SSL to X port ?

    To open more listeners on those ports, here's an example. 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...
  7. 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...
  8. 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.
  9. 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...
  10. 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.
  11. 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.
  12. 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.
  13. Cold-Egg

    Rewrite not working!

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

    Rewrite not working!

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

    Rewrite not working!

    Here are some examples, https://stackoverflow.com/questions/11653461/redirect-a-range-of-ips-using-rewritecond
  16. 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.
  17. 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?
  18. 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?
  19. 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...
  20. 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.
Top