Re: How do I manipulate request_rec Object in worker.c

2009-07-23 Thread ricardo13
Hi, In Brazil, there is a phrase. A image explain more than many words. My idea is develop the block SPTF. http://www.nabble.com/file/p24626078/idea.jpg idea.jpg What's the best way ? Create a module ?? What hook ?? Thank you an sorry about misquote Ricardo Tom Evans-3 wrote: On Thu,

Re: How do I manipulate request_rec Object in worker.c

2009-07-21 Thread ricardo13
Thank you Eric, Now, I undestood. Eric Covener wrote: On Sun, Jul 19, 2009 at 11:50 PM, ricardo13ricardoogra...@gmail.com wrote: One question for I undestand the sequence of hooks. Do It means that firstly worker.c processes sockets (accept connections), after other modules processes

Re: How do I manipulate request_rec Object in worker.c

2009-07-21 Thread ricardo13
Eric Covener wrote: On Sun, Jul 19, 2009 at 11:50 PM, ricardo13ricardoogra...@gmail.com wrote: One question for I undestand the sequence of hooks. Do It means that firstly worker.c processes sockets (accept connections), after other modules processes the hooks (post_read_request,

Re: How do I manipulate request_rec Object in worker.c

2009-07-20 Thread Eric Covener
On Sun, Jul 19, 2009 at 11:50 PM, ricardo13ricardoogra...@gmail.com wrote: One question for I undestand the sequence of hooks. Do It means that firstly worker.c processes sockets (accept connections), after other modules processes the hooks (post_read_request, translate_name, map_to_storage,

Re: How do I manipulate request_rec Object in worker.c

2009-07-19 Thread ricardo13
Eric Covener wrote: On Wed, Jul 15, 2009 at 7:39 AM, ricardo13ricardoogra...@gmail.com wrote: hi all, I modified request_rec simply adding a field in request_rec. Now, I would like get this field in worker.c My doubt about this is because worker.c manipulates only sockets and

Re: How do I manipulate request_rec Object in worker.c

2009-07-15 Thread Ray Morris
I modified request_rec simply adding a field in request_rec. Now, I would like get this field in worker.c You also wouldn't modify request_rec, adding a new data member, to add information about a request anyway. If you wanted to add information about a request, you would add it to

Re: How do I manipulate request_rec Object in worker.c

2009-07-15 Thread ricardo13
Ray Morris wrote: I modified request_rec simply adding a field in request_rec. Now, I would like get this field in worker.c You also wouldn't modify request_rec, adding a new data member, to add information about a request anyway. If you wanted to add information about a

RE: How do I manipulate request_rec Object in worker.c

2009-07-15 Thread Houser, Rick
, Rick Houser Auto-Owners Insurance Systems Support (517)703-2580 -Original Message- From: ricardo13 [mailto:ricardoogra...@gmail.com] Sent: Wednesday, July 15, 2009 10:23 AM To: modules-dev@httpd.apache.org Subject: Re: How do I manipulate request_rec Object in worker.c Ray Morris wrote

RE: How do I manipulate request_rec Object in worker.c

2009-07-15 Thread ricardo13
Insurance Systems Support (517)703-2580 -Original Message- From: ricardo13 [mailto:ricardoogra...@gmail.com] Sent: Wednesday, July 15, 2009 10:23 AM To: modules-dev@httpd.apache.org Subject: Re: How do I manipulate request_rec Object in worker.c Ray Morris wrote: I