Searched refs:REMAP_FILE (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/libexec/httpd/ |
H A D | bozohttpd.h | 277 #ifndef REMAP_FILE 278 #define REMAP_FILE ".bzremap" macro
|
H A D | bozohttpd.c | 182 { REMAP_FILE, "rejected remap request" }, 1213 mapfile = open(REMAP_FILE, O_RDONLY, 0); in check_remap() 1218 bozowarn(httpd, "could not stat " REMAP_FILE ", errno: %d", in check_remap() 1225 bozowarn(httpd, "could not mmap " REMAP_FILE ", error %d", in check_remap()
|