Search results

  1. P

    How to make some redirect

    You can use rewrite rules in doc_root/.htaccess RewriteRule \.seo\/(.*) /seo/$1 Make sure to restart OLS after .htaccess change.
  2. P

    [Module:Cache] createEntry failed, may due to no permission to write file or file is updating.

    Check if you disk is full or not. If not, also need to check where is the cache root setup? Any permission issue (web server nobody will need to write to it).
  3. P

    failed to enable lsrecaptcha with htaccess / rewrite rules

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

    WAF Comodo 3 and ModSecurity: Warning `userdata_wl_content_type'

    you can log a ticket with us, we need to log in to take a further look.
  5. P

    503 Service Unavailable Error when using litespeed with toolset forms plugin.

    Anything from stderr.log? https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:503-errors If still no clue, you can log a ticket with us.
  6. P

    can't recover after php error.

    2020-11-02 08:11:39.522260 [NOTICE] [162.158.38.51:27796#mywebsite.com] [STDERR] ............ Disk full (/tmp/#sql-temptable-53b-4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device") the error from php, not from Web server. What's df returns? When php error...
  7. P

    /usr/local/lsws/conf/httpd_config.conf is missing.

    Did you run as "root"user? /usr/local/lsws/conf/httpd_config.conf is the OLS main configuration and it should be installed during the installation. If not, some wired thing happened. YOu can log a ticket with us with your root ssh, we can check.
  8. P

    How can I enable HTTP/3 ?

    You can provide password in the ticket, or we can provide your our ssh key once you log the ticket. Yes, CloudFlare doesn't support HTTP/3 yet.
  9. P

    How can I enable HTTP/3 ?

    Please log a ticket with us with root ssh access
  10. P

    OLS reCAPTCHA failing

    Please log a ticket and include your server login and video download link.
  11. P

    Cache forum Xenforo not working

    "[Module:Cache] createEntry failed," Please check if you disk is full. or remove lscache directory and let OLS to regenerate the folder to see if it helps.
  12. P

    How does OLS maintain high performance and still "Auto Load from .htaccess"?

    You will need to restart OLS if there is any .htaccess rewrite rule change.
  13. P

    How can I enable HTTP/3 ?

    seems a different questions than http3? should be seperate thread? anyway, in the latest version cache.so builtinto OLS already. no separate cache.so file anymore.
  14. P

    Redirect one page to http

    What's your full .htaccess? you should exclude /live from the rule when redirect http to https. also need to restart OLS everytime you make changes to your .htaccess.
  15. P

    How can I enable HTTP/3 ?

    alt-svc: quic=":443"; ma=2592000; v="43,46", h3-Q043=":443"; ma=2592000, h3-Q046=":443"; ma=2592000, h3-Q050=":443"; ma=2592000, h3-27=":443"; ma=2592000, h3-29=":443"; ma=2592000, h3-30=":443"; ma=2592000 I can see your Quic ok https://prnt.sc/vcvlur
  16. P

    Do I need separate cache folder for each site? How does the caching work?

    publicly cached pages served to private sessions is different topic and should be different thread. It has nothing to do with this cache root settings.
  17. P

    Compatibility with Webmin and Mysql

    on cpanel/WHM, you can not use OLS, you will need to use LiteSpeed Enterprise. If you don't run cpanel/WHM, and just run OLS, just following the OLS doc to install OLS, php etcs. I could recommend you install cyberpanel +OLS. OLS has itown web admin console. You can not use webmin with OLS...
  18. P

    How can I enable HTTP/3 ?

    still need to verify each command verify https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:enable_quic
  19. P

    Can't upload pdfs to WordPress, get server error

    You can log a ticket with us, with server root ssh login, your wordpress admin login, and your image links failed to upload and steps to upload the image, we can try to reproduce it to see any errors. To me, it is more like a php error, not OLS error.
  20. P

    High memory consumption in lsphp to generate SSL certificate

    The question is who is handling the SSL certificate generation? aaPanel? If so, You should check with their support. Suggest you just use Cyberpanel + OLS.
Top