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?