Search results

  1. D

    Rapid 404/301 access.log errors when LSCache for WordPress is enabled

    You can post a piece of debug log for us to investigate the issue. Also you can try different browser to test.
  2. D

    curl: (92) HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)

    If I am you, I will remove it since now, most https are Http/2 or Http/3.
  3. D

    curl: (92) HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)

    There should not be a "Connection" header for Http/2, please remove it and test again.
  4. D

    createEntry failed

    If it is not permission issue, then it is because of the file is updating, so can not be open again, after the file updated, then it is done. In this case, it is not an error.
  5. D

    apachectl configtest

    /usr/local/lsws/bin/openlitespeed -t
  6. D

    multiple /tmp/lshttpd/bak_core/core

    This is a know bug of an assert in save_to_buffer(), we have already fixed it in the coming release. You can use the command to upgrade now. /usr/local/lsws/admin/misc/lsup.sh -b -e 1.7.6 Thanks David
  7. D

    createEntry failed

    For the cache entry "create entry failed", means the file or directory permission issue. Such as can not write a file, or the file is updating(a temp cache entry is creating and not done yet).
  8. D

    AIO is not supported on this machine!

    AIO is Async IO, it is about the sendfile. It is enabled on linux and FreeBSD. If not enabled, it is not an error.
  9. D

    AIO is not supported on this machine!

    How did you install or upgrade?
  10. D

    Default Location PHP Module

    For example root@David-dev:/usr/local/lsws/fcgi-bin# ll total 4812 drwxr-xr-x 2 root root 4096 May 25 16:14 ./ drwxr-xr-x 24 root root 4096 Sep 28 21:20 ../ -r-xr-xr-x 1 root root 4101 May 8 00:46 RackRunner.rb* -r-xr-xr-x 1 root root 2895 May 8 00:46 lsnode.js* -r-xr-xr-x 1...
  11. D

    Default Location PHP Module

    Are you sure you want to use php module, a separate php module? There is a phpinfo.php in the example page which is handled by lsphp for your reference.
  12. D

    Log Level

    Comment out the "debugLevel 10" to "#debugLevel 10" and try again please.
  13. D

    Log Level

    Can you post the log part conf here?
  14. D

    Log Level

    Did you restart?
  15. D

    lsphp-curl question

    The lsphp and ols are different repo. You are thinking about lsphp to have more feature. I can forward this to the right person.
  16. D

    Getting Read-Only Error in Admin Panel

    The `include` will expand the included file in-place, you can try to inject the files, and when all `include` removed, the webAdmin will come back.
  17. D

    ERR_HTTP2_PROTOCOL_ERROR with Chrome Canary

    Thank you for updating.
  18. D

    Module:Cache checkAssignHandler error 2

    For the .htaccess, openlitespeed does not fully support, but LSWS does. These two products are with different code base.
  19. D

    Module:Cache checkAssignHandler error 2

    For the cache setting in SERVER level, such as I commented 3 directives. You can disable in SERVER level and enable in Vhost level.
  20. D

    ExtApp Set UID Mode request

    For php, you can set "extUser" and "extGroup" in the Vhost conf.
Top