Proxy request types
[HTTP Daemon Routine]


マクロ定義

#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


Apacheに対してSun Jul 19 22:05:28 2009に生成されました。  doxygen 1.4.7