LiteSpeed Tech

Results 117 comments of LiteSpeed Tech

You can try disabling `delayed ACK` feature with `settings->es_delayed_acks = 0`. Also 2.4.1 is too old. maybe you should try the latest 4.0.x ?

The permission problem is with `/dev/shm/ols/`. Please run lsup.sh again, it should have been fixed.

Thanks for the notification. Will apply it for next release.

You need to explicitly set config `Use Client IP in Header` to `No` to get the old behavior. In 1.8.2, default has been changed from `No` to `Trusted IP only`....

Assume that you use curl to access your site from your IP, you need to override the DNS lookup result of your domain name, either use curl command line option...

LSAPI_MAX_PROCESS_TIME cannot be overridden with request environments. It is used by the watchdog (parent) process of a worker group, must be set during process startup.

max_execution_time only count actual CPU usage time, if you have a worker block on network I/O, it will wait forever. never reach max_execution_time. LSAPI_MAX_PROCESS_TIME is another safe guard, count the...

Thanks for the notification, it should be fixed by now. Please try again.