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

2009-07-23 Thread ricardo13
Hi, ricardo13 wrote: > > > > Eric Covener wrote: >> >> On Sun, Jul 19, 2009 at 11:50 PM, ricardo13 >> 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

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

2009-07-23 Thread Eric Covener
On Thu, Jul 23, 2009 at 8:59 AM, ricardo13 wrote: > > Hi, Subscribe with a mail client, the misquoted replies (via gmail) are not worth the effort to read. -- Eric Covener cove...@gmail.com

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

2009-07-23 Thread Houser, Rick
I agree. I stopped reading ricardo13's responses some time ago. Even if Gmail is responsible (I don't I have these problems on my account), following proper email etiquette (ex. only including directly relevant information in the response) and manually indicating the responses with >, >>, etc. wo

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

2009-07-23 Thread ricardo13
Hi, I don't use mail client. Dontlike. My question was: What's the best hook for manipulate a set of requests ?? I've understood that hooks like as (post_read_request, create_request, ...) manipulates ONLY ONE request. Now, I would like to manipulate sockets as worker.c, but manipulate request

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

2009-07-23 Thread Tom Evans
On Thu, 2009-07-23 at 05:59 -0700, ricardo13 wrote: > Hi, > > > ricardo13 wrote: > > > > > > > > Eric Covener wrote: > >> > >> On Sun, Jul 19, 2009 at 11:50 PM, ricardo13 > >> wrote: > >> > One question for I undestand the sequence of hooks. > Do It means that firstly worker.c proc

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-23 Thread ricardo13
Hi, Can I insert image here ? Thank you Ricardo Tom Evans-3 wrote: > > On Thu, 2009-07-23 at 05:59 -0700, ricardo13 wrote: >> Hi, >> >> >> ricardo13 wrote: >> > >> > >> > >> > Eric Covener wrote: >> >> >> >> On Sun, Jul 19, 2009 at 11:50 PM, ricardo13 >> >> wrote: >> >> >> One ques

How do I debug a module ?

2009-07-23 Thread ricardo13
Hi, I'm developing a module and need to debug. I'm having some problems. When I start Apache and acess the browser (localhost) doesn't show webpage. Thank you Ricardo -- View this message in context: http://www.nabble.com/How-do-I-debug-a-module---tp24630579p24630579.html Sent from the Apache

Re: How do I debug a module ?

2009-07-23 Thread Ray Morris
http://www.google.com/search?q=how+to+debug+an+apache+module&start=0&start=0&ie=utf-8&oe=utf-8&client=mozilla&rls=org.mozilla:en-US:unofficial -- Ray Morris supp...@bettercgi.com Strongbox - The next generation in site security: http://www.bettercgi.com/strongbox/ Throttlebox - Intelligent Band

Re: How do I debug a module ?

2009-07-23 Thread ricardo13
hi, Thank you for reply. I'm following this http://httpd.apache.org/dev/debugging.html website website for debugging. I run command 'n' in GDB and doesn't show my module. It show me about worker.c, http_request.c, but nothing about my module. What's wrong ?? My module's using port_read_reques