Apache2
|
![]() |
Macros | |
#define | PROXYREQ_NONE 0 |
#define | PROXYREQ_PROXY 1 |
#define | PROXYREQ_REVERSE 2 |
#define | PROXYREQ_RESPONSE 3 |
Possible values of request_rec->proxyreq. A request could be normal, proxied or reverse proxied. Normally proxied and reverse proxied are grouped together as just "proxied", but sometimes it's necessary to tell the difference between the two, such as for authentication.
#define PROXYREQ_NONE 0 |
No proxy
#define PROXYREQ_PROXY 1 |
Standard proxy
#define PROXYREQ_RESPONSE 3 |
Origin response
#define PROXYREQ_REVERSE 2 |
Reverse proxy