Home
last modified time | relevance | path

Searched refs:forwarded (Results 1 – 4 of 4) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_extforward.c347 data_string *forwarded = NULL; in URIHANDLER_FUNC() local
373 …if (NULL != (forwarded = (data_string*) array_get_element(con->request.headers, ds->value->ptr))) … in URIHANDLER_FUNC()
376 forwarded = (data_string *) array_get_element(con->request.headers,"X-Forwarded-For"); in URIHANDLER_FUNC()
377 …if (NULL == forwarded) forwarded = (data_string *) array_get_element(con->request.headers, "Forwa… in URIHANDLER_FUNC()
380 if (NULL == forwarded) { in URIHANDLER_FUNC()
409 forward_array = extract_forward_array(forwarded->value); in URIHANDLER_FUNC()
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dproxy.txt85 www.example.org should be forwarded to the proxy. All proxies
H A Dfastcgi.txt189 be forwarded to fastcgi server at 192.168.0.3 and the value
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS85 * mod_cgi: fix race condition leaving response not forwarded to client (fixes #2217)