Home
last modified time | relevance | path

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

/dports/www/obhttpd/httpd-7.0.20211221/src/usr.sbin/httpd/
H A Dlogger.c210 srv_conf->logaccess = srv_conf->logerror = NULL; in logger_open()
220 if ((srv_conf->logaccess = in logger_open()
224 srv_conf->logaccess = logfile; in logger_open()
260 log = srv_conf->logaccess; in logger_log()
H A Dhttpd.h536 struct log_file *logaccess; member
/dports/www/nostromo/nostromo-1.9.6/conf/
H A Dnhttpd.conf-dist18 logaccess logs/access_log
/dports/www/nostromo/nostromo-1.9.6/src/nhttpd/
H A Dextern.h113 char logaccess[1024]; /* Filename for access log */ member
H A Dmain.c428 if (fparse(config.logaccess, "logaccess", config.file, in load_config()
429 sizeof(config.logaccess)) == -1) { in load_config()
433 strlcpy(logn, config.logaccess, sizeof(logn)); in load_config()
H A Dhttp.c1591 strlcpy(logn, config.logaccess, sizeof(logn)); in http_header()
1600 snprintf(logn, sizeof(logn), "%s_%s", config.logaccess, in http_header()
/dports/www/nostromo/nostromo-1.9.6/
H A DChangeLog102 - Make "logpid" and "logaccess" configuration parameters optional, which