Project

General

Profile

Errors

Added by katmac almost 12 years ago

Hi

I am running lighttpd-1.4.18 on linux and am having some issues.
I need to keep re-starting the service to keep it running otherwise it stops.

Error log is attached.

I had someone look at it and this is what they said:
/usr/src/lighttpd-1.4.18/src/server.c is related to log writing errors:

and the line they said was:

The respective error encountered on line 1470 of /usr/src/lighttpd-1.4.18/src/server.c is related to log writing errors:

#ifdef HAVE_SIGACTION
log_error_write(srv, FILE, LINE, "sdsd",
"server stopped by UID =",
last_sigterm_info.si_uid,
"PID =",
last_sigterm_info.si_pid);
#else
log_error_write(srv, FILE, LINE, "s",
"server stopped");
#endif

How do I fix this issue?