Home
last modified time | relevance | path

Searched refs:logfile (Results 1 – 5 of 5) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dlog.c52 int open_logfile_or_pipe(server *srv, const char* logfile) { in open_logfile_or_pipe() argument
55 if (logfile[0] == '|') { in open_logfile_or_pipe()
98 execl("/bin/sh", "sh", "-c", logfile + 1, NULL); in open_logfile_or_pipe()
101 logfile + 1); in open_logfile_or_pipe()
120 "opening errorlog '", logfile, in open_logfile_or_pipe()
159 const char *logfile = srv->srvconf.errorlog_file->ptr; in log_error_open() local
178 const char *logfile = srv->srvconf.breakagelog_file->ptr; in log_error_open() local
187 if (-1 == (breakage_fd = open_logfile_or_pipe(srv, logfile))) { in log_error_open()
214 const char *logfile = srv->srvconf.errorlog_file->ptr; in log_error_cycle() local
219 if (-1 == (new_fd = open_logfile_or_pipe(srv, logfile))) { in log_error_cycle()
[all …]
H A Dlog.h13 int open_logfile_or_pipe(server *srv, const char* logfile);
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Daccesslog.txt53 the format of the logfile
106 logfile.
H A Dfeatures.txt63 1.2.6 adds Apache-like logfile config. ::
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS882 * fixed logfile cycling if external logging is used
1079 * fixed CLF logfile writing