Hi,

I'm studying proxy in mod_rewrite and I saw the following line:

request_rec *r;

r->proxyreq == PROXYREQ_PROXY;

But in httpd.h, the request_rec object hasn't field proxyreq.
What's this ??

Thank you
Ricardo


ricardo13 wrote:
> 
> hi,
> 
> I'm newbie in APR and need develop a module that forward request to
> cluster. The same in mod_rewrite with flag [P].
> 
> That module, I processing the object request_rec->uri and set what machine
> in cluster forward the request.
> 
> Thank you.
> Ricardo
> 

-- 
View this message in context: 
http://www.nabble.com/Module-that-forward-requests-tp24461810p24465978.html
Sent from the Apache HTTP Server - Module Writers mailing list archive at 
Nabble.com.

Reply via email to