Home
last modified time | relevance | path

Searched refs:BACKEND_CGI (Results 1 – 3 of 3) sorted by relevance

/dports/www/lighttpd/lighttpd-1.4.63/src/
H A Dresponse.h18 ,BACKEND_CGI enumerator
H A Dhttp-header-glue.c953 if (opts->backend != BACKEND_PROXY && opts->backend != BACKEND_CGI) in http_response_process_headers()
1134 else if (opts->backend == BACKEND_CGI) { in http_response_parse_headers()
H A Dmod_cgi.c999 hctx->opts.backend = BACKEND_CGI; in URIHANDLER_FUNC()