Home
last modified time | relevance | path

Searched refs:logaccess (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/usr.sbin/httpd/
Dlogger.c207 srv_conf->logaccess = srv_conf->logerror = NULL; in logger_open()
217 if ((srv_conf->logaccess = in logger_open()
221 srv_conf->logaccess = logfile; in logger_open()
257 log = srv_conf->logaccess; in logger_log()
Dhttpd.h525 struct log_file *logaccess; member