Project

General

Profile

[Solved] lighttpd shutting down after time change difference of 30mins

Added by ramdhyani 9 days ago

i am using lighttpd 1.4.76
when i change the system time greater or lesser than 30 mins, lighttpd webserver shutsdown.
went through server.c src code and found that if time change happens 3omins after/before, userdefined signal is generated to shutdown.
Is this the expected behaviour?


Replies (1)

RE: lighttpd shutting down after time change difference of 30mins - Added by gstrauss 8 days ago

Is this the expected behaviour?

Yes.

server.feature-flags "server.clock-jump-restart" => 1800

    (1-1/1)