Re: [EMAIL PROTECTED] r->notes among apache modules

2007-08-07 Thread Eric Covener
On 8/7/07, Ravi Prakash <[EMAIL PROTECTED]> wrote: > > Hi Eric, > > Well, > I am designing a intranet web server for my internal office uses. > The whole scheme is as below:- > > > 1. A Request Listener Module accepts requests and sends back response. > 2. This Listener Module checks the Content-Ty

RE: [EMAIL PROTECTED] r->notes among apache modules

2007-08-07 Thread Ravi Prakash
ion Ravi -Original Message- From: Eric Covener [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 07, 2007 6:39 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] r->notes among apache modules On 8/7/07, Ravi Prakash <[EMAIL PROTECTED]> wrote: > Hi Eric , > > Can u sug

Re: [EMAIL PROTECTED] r->notes among apache modules

2007-08-07 Thread Eric Covener
On 8/7/07, Ravi Prakash <[EMAIL PROTECTED]> wrote: > Hi Eric , > > Can u suggest some nice technique to achieve , what I am looking for. > > It will be appreciated . You haven't specified enough. Surely there's precedent for what you're doing in some other apache module. -- Eric Covener [EMAIL P

RE: [EMAIL PROTECTED] r->notes among apache modules

2007-08-07 Thread Ravi Prakash
Hi Eric , Can u suggest some nice technique to achieve , what I am looking for. It will be appreciated . -Original Message- From: Eric Covener [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 07, 2007 6:06 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] r->notes am

Re: [EMAIL PROTECTED] r->notes among apache modules

2007-08-07 Thread Eric Covener
On 8/7/07, Ravi Prakash <[EMAIL PROTECTED]> wrote: > I am using r->notes to maintain values of some variables among apache > modules. > .. > I opend the two Browsers and called Handler of Module A first and then on > 2nd Brower, I called handler of Module B. > > I got Null printed on 2nd Browser

[EMAIL PROTECTED] r->notes among apache modules

2007-08-07 Thread Ravi Prakash
Hi, I am using r->notes to maintain values of some variables among apache modules. I am setting values in r->notes table in a module as follows: /* Under Module A */ static int A_handler (request_rec *r) { apr_table_t *table=NULL; table=apr_table_make(r->pool,1); apr_table_set(r->n