Home
last modified time | relevance | path

Searched refs:DEBUG_FAT (Results 1 – 8 of 8) sorted by relevance

/dports/www/bozohttpd/bozohttpd-20210227/
H A Dbozohttpd.c331 debug((httpd, DEBUG_FAT, in parse_request()
510 debug((httpd, DEBUG_FAT, "request %s is http/0.9", in process_proto()
540 debug((httpd, DEBUG_FAT, "request %s is %s", in process_proto()
778 debug((httpd, DEBUG_FAT, "got file \"%s\" query \"%s\"", in bozo_read_request()
849 debug((httpd, DEBUG_FAT, "adding header %s: %s", in bozo_read_request()
1150 debug((httpd, DEBUG_FAT, "redirecting %s", finalurl)); in handle_redirect()
1221 debug((httpd, DEBUG_FAT, "remap file found")); in check_remap()
1427 debug((httpd, DEBUG_FAT, "opendir %s failed: %s", in check_virtual()
1522 debug((httpd, DEBUG_FAT, "readlink failed")); in check_bzredirect()
1696 debug((httpd, DEBUG_FAT, "appending index.html")); in transform_request()
[all …]
H A Dcgi-bozo.c71 debug((httpd, DEBUG_FAT, "content_cgihandler: trying file %s", file)); in content_cgihandler()
433 debug((httpd, DEBUG_FAT, in bozo_process_cgi()
453 debug((httpd, DEBUG_FAT, in bozo_process_cgi()
499 debug((httpd, DEBUG_FAT, in bozo_process_cgi()
578 debug((httpd, DEBUG_FAT, "%s: going exec %s with args:", __func__, in bozo_process_cgi()
582 debug((httpd, DEBUG_FAT, "%s: argv[%zu] = `%s'", __func__, in bozo_process_cgi()
650 debug((httpd, DEBUG_FAT, "done processing cgi output")); in bozo_process_cgi()
670 debug((httpd, DEBUG_FAT, "done processing cgi input")); in bozo_process_cgi()
H A Ddaemon-bozo.c121 debug((httpd, DEBUG_FAT, "Created pid file '%s' for pid %d", in create_pidfile()
247 debug((httpd, DEBUG_FAT, "%s: pid %u request_times %d", in bozo_daemon_fork()
H A Dtilde-luzah-bozo.c125 debug((httpd, DEBUG_FAT, "transform_user returning %s under %s", file, in bozo_user_transform()
H A Dauth-bozo.c168 debug((httpd, DEBUG_FAT, in bozo_auth_check_headers()
H A Ddir-index-bozo.c76 debug((httpd, DEBUG_FAT, "bozo_dir_index: dirpath '%s'", dirpath)); in bozo_dir_index()
H A Dcontent-bozo.c306 debug((httpd, DEBUG_FAT, in bozo_add_content_map_mime()
H A Dbozohttpd.h232 #define DEBUG_FAT 2 macro