Main Page | Modules | Namespace List | Data Structures | File List | Data Fields | Globals | Related Pages

Proxy request types


Defines

#define PROXYREQ_NONE   0
#define PROXYREQ_PROXY   1
#define PROXYREQ_REVERSE   2
#define PROXYREQ_RESPONSE   3

Detailed Description

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 Documentation

#define PROXYREQ_NONE   0
 

No proxy

#define PROXYREQ_PROXY   1
 

Standard proxy

#define PROXYREQ_RESPONSE   3
 

Origin response

#define PROXYREQ_REVERSE   2
 

Reverse proxy


Generated on Thu Sep 8 10:26:47 2005 for [IBM HTTP Server (powered by Apache)] - by  doxygen 1.4.4