Search results

  1. M

    problem with setting of cgi umask

    5.4.1 build 4 will be able to use 022 and parse it as octal numbers. you can try the debug build now. /usr/local/lsws/admin/misc/lsup.sh -d -f -v 5.4.1
  2. M

    problem with setting of cgi umask

    it is a bug in LSWS parsing the value using base 10 instead of base 8. will be fixed in 5.4.1 build 4.
  3. M

    Pre-compressed files

    It could be done, but not necessary. OLS can save compressed version into its cache, and automatically update the cache if original file changes. It works better than manually create the compression cache for static file. It is fully automatic. :)
  4. M

    Cannot login to webadmin console

    Which directory has ownership problem? Is it from our update script? or was changed manually?
  5. M

    Cannot login to webadmin console

    is admin_php running as "lsadm" user? lsws/admin permission is like does file /usr/local/lsws//admin/tmp/sess_5eb82f48d749e76982605bd32e6a8383 exits?
  6. M

    Cannot login to webadmin console

    those session files under /usr/local/lsws/admin/tmp/ should be owned by lsadm:lsadm with permission 0600 /usr/local/lsws/admin/tmp/ itself should be owned by lsadm:nobody with permission mask 0710. , please check if those permissions has been changed.
  7. M

    new reCaptcha feature not working correctly

    What server are you using? LSWS? OLS? updated to latest version? Will you get the same result if you bypass cloudlflare?
  8. M

    500 Error - Apache Running as SuEXEC while LSWS not on cPanel - Version 5.4.1

    Please update to 5.4.1 build 3. /usr/local/lsws/admin/misc/lsup.sh -f -v 5.4.1
  9. M

    Server Log NOTICE []Attempted to fake being googlebot...]

    For some reason, failed, it should return 66.249.73.91 .
  10. M

    Disabling HTTP/2 and QUIC

    Please try a full stop/start. service lsws stop service lsws start
  11. M

    Disabling HTTP/2 and QUIC

    make sure you turn off "QUIC" under server->tuning tab. it should disable the alt-svc header.
  12. M

    5.4.1 version recaptcha protection invisible type not working

    To our experience, invisible reCAPTCHA is not as reliable as the checkbox one, especially with non-chrome browser. It is pretty much a google reCAPTCHA script issue, we only change the type.
  13. M

    Websites don't load after updating to 5.4

    Looks something is going on, which browser has problem? chrome? firefox? It could be a problem with QUIC v46 support if it only happen to chrome. try disable QUIC in webadmin server -> tuning -> QUIC .
  14. M

    Websites don't load after updating to 5.4

    try a full stop/start
  15. M

    What am I missing to enable multi-SSL certificates for RSA/ECDSA in LSWS 5.4 ?

    If only available, will it serve RSA cipher? You can try making an extra copy to see if it load the RSA key. check if any error during server startup. for the HTTP/1.1 fall back, I think it is an ALPN handshake problem for some reason. Maybe the h2load rpm only build with NPN, without...
  16. M

    Can a VPN Service negatively impact Litespeed or QUIC?

    Using VPN will cause the packet being routed through extra hop, increase the latency. VPN could have lower bandwidth than direct connection. whethere QUIC over VPN can be faster than TCP over VPN, it depends. but performance is not the determine factor to use VPN or not.
  17. M

    [Solved] Json POST returns bad request

    For people encountered similar problem, the 400 bad request is due to request header size limit has been changed to 4096, which is lower than the size of XHR request. raise the limit solved the problem.
  18. M

    Failed to init SSL Session Id Cache

    you can try remove to clean up SHM files. then restart OLS.
  19. M

    [Solved] Json POST returns bad request

    Please turn on full debug logging, reproduce the 400 bad request, send the log to bug @ litespeed... for analysis.
  20. M

    converting php versions from php-fpm to litespeed

    if you can submit a ticket to cPanel, they probably have better solution for this. To me, you can try switching PHP handler from php-fpm to suphp or CLoudLinux mod_lsapi temporarily, see if that can trigger cPanel to update all .htaccess. If it does, then switch to litespeed. If it does not...
Top