hello list,
I'm building a C plugin for apache and, I need acces to the POST DATA
in the request.
I not found which structure contains the POST DATA in the request_rec structure.
There is the args field that contains the query string, but is for GET
method, I need the same for the POST method.
I
On 4/4/06, Boyle Owen <[EMAIL PROTECTED]> wrote:
> > -Original Message-
> > From: toni pérez [mailto:[EMAIL PROTECTED]
> > Sent: Montag, 3. April 2006 17:11
> > To: users@httpd.apache.org
> > Subject: [EMAIL PROTECTED] uri and location directive
&g
Hi list,
I have got an apache auth_module write in c to apply own requires in
an own authorization handler, such this:
allow from all
AuthType CA2
require ACL
Grupo 'RME_usuaris'
allow from all
AuthType CA2
require USUARIO-VALIDO
When the server receives the url http://myserver/apw5/rme, i
hello list,
What happend when I do
apr_hash_set(table,key,APR_HASH_KEY_STRING,value) and the key exist
and produce a collision?
overwrite the value?
nothing?
thanks,
Hi list,
My question is about modules programming.
I have an apache with mpm worker, every process makes a number of threads.
Can I use apr_hash interface, inside a module in a process pool
lifetime with mpm worker model?
Can I insert,read and delete data in hash tables from any request that
trig