Defines | |
| #define | PROXYREQ_NONE 0 |
| #define | PROXYREQ_PROXY 1 |
| #define | PROXYREQ_REVERSE 2 |
| #define | PROXYREQ_RESPONSE 3 |
|
|
No proxy Definition at line 926 of file httpd.h. Referenced by ap_add_output_filters_by_type(), basic_http_header(), find_ct(), ftp_unauthorized(), hook_fixup(), hook_uri2file(), and proxy_handler(). |
|
|
Standard proxy Definition at line 927 of file httpd.h. Referenced by add_auth_info(), AP_DECLARE(), get_digest_rec(), note_digest_auth_failure(), and proxy_detect(). |
|
|
Origin response Definition at line 929 of file httpd.h. Referenced by ap_http_filter(), and ap_proxy_http_process_response(). |
|
|
Reverse proxy Definition at line 928 of file httpd.h. Referenced by ap_proxy_http_request(), hook_fixup(), hook_uri2file(), and proxy_trans(). |