Search results

  1. P

    Module:Cache checkAssignHandler error 2

    You can log a ticket with us with tmp root ssh for us to check.
  2. P

    Does OLS support brotli compression of dynamic content?

    OLS supports bortli. It is the same settings as "gzip compression level"
  3. P

    problem importing python module into wsgi file

    one of the command reason of 500 is the code issue. You may try the same code on your apache to see if it works or not.
  4. P

    Openlitespeed, centos 8, drupal 8

    it seems there is a ticket associated with the same issue and you have resolved it, correctly? could you like to share back your fix for other's reference here?
  5. P

    cache issue on prod server

    What's your application? How did you enable cache for it? For rewrite rule based cache, it is designed like that. cache everything for a short time like 2 mins(no update during that time) then recache again to show the update. For plugin-based cache, it should purge cache immediately.
  6. P

    Example vhost - Getting upload progress bar to work

    it is just a simple module to show the progress bar. What else you want to configure it? Nothing(parameters ) needs to configure to me.
  7. P

    Exclude logged in users without wordpress plugin

    maybe you log a ticket with us with login, we can check.
  8. P

    Disable opcode cache for that PHP version ( Impact )

    PHP opcode cache can speed up PHP process and it should be enabled in general. Sometime it may lead to PHP 503 error. In this case, you can disable opcode cache to fix 503 error.
  9. P

    Example vhost - Getting upload progress bar to work

    Please refer : https://openlitespeed.org/kb/how-to-fix-uploadprogress-module-not-enabled-error/
  10. P

    ACL and OpenLiteSpeed

    Do you mean you want to give a few developers to access to the same folder for them to update code? If so, you will need to give them shared login "dev" user and they can upload code through ftp. They won't have a different user login. If you means something else, please clarify. I would...
  11. P

    Exclude logged in users without wordpress plugin

    For lscache plugin for wordpress related question, you can log at https://wordpress.org/support/plugin/litespeed-cache/ .
  12. P

    Openlitespeed htaccess problem (!)

    OLS only supports rewrite rules in .htaccess. "deny from all" is not rewrite rule hence OLS doesn't support it. You can try the following rewrite rule in /src/.htaccess and restart OLS to make effective. RewriteRule ^(.*)$ - [F,L]
  13. P

    phpMyAdmin

    php74 triggerred 500 error. https://prnt.sc/r5rjgj 500 errors are normally caused by file permission or faulty php configuration. Does your lsphp74 and lsphp70 both run as nobody:nobody, or user:user? 500 error has nothing to do with OLS. You can follow...
  14. P

    phpMyAdmin

    What's the error? Can you show me the screenshot? Also can you change to lsphp74, then show me the http://5.2.72.156:8088/phpmyadmin/info.php? looks like your lsphp74 configuration might have some problem.
  15. P

    Jpeg to WebP over htaccess

    For: they are not rewrite rules and not supported by OLS. OLS only support rewrite rule in .htaccess. For the rest rewrite rules, you can simple place them in .htaccess, then restart OLS. If they did not work as espected, you can test them on apache to make sure they are working fine, or turn...
  16. P

    openlitespeed gets stuck all the time. v1.6.8

    you can run the following from command line to see if it helps. /usr/local/lsws/admin/misc/lsup.sh -e 1.6.9
  17. P

    Query about OLSW as proxy

    I don't see any benefit to use LiteSpeed as proxy since you can just use it as webserver and you should have best performance on it. You can use CDN server in the front if you like such as quic.cloud.
  18. P

    How to redirect a subdomain to specific port?

    Your question is again a cyberpanel question , not OLS question. you 'd better talk to cypber panel to see any automation on proxy. On OLS side, you will need to do manually, unless you can setup your own script and create any necessary configuration for each virtual host based on the KB I sent...
  19. P

    Unable to install On ubuntu 18.04 raspberry pi 4

    New OLS doesn't have separate modules/cache.so any more. Is your OLS running ok after installation?
  20. P

    Unable to install On ubuntu 18.04 raspberry pi 4

    does the precompiled version work? https://openlitespeed.org/kb/install-from-binary/ or did you run ./build.sh https://openlitespeed.org/kb/install-openlitespeed-from-source-with-build-script/
Top