Re: POST to SSI? [was: Using APR]

2004-08-22 Thread Anthony Wells
Bill, Thanks for the info. Didn't know if you have seen this thread from the mod_perl mailing list? http://www.gossamer-threads.com/lists/modperl/dev/6764#6764 I found it of particular interest given what I am trying to accomplish. I also wanted to iterate that I'm trying to design my approach

Re: Using APR

2004-08-22 Thread Joe Schaefer
Nick Kew <[EMAIL PROTECTED]> writes: > But if you want to POST to SSI you've got a simpler, more fundamental > issue to deal with: the default handler - the one that just sends a > file - doesn't accept POST. But it *should* accept a POST. From httpd-2.0/server/core.c's default_handler definiti

Re: [apache-modules] Re: Using APR

2004-08-22 Thread Anthony Wells
Just so everyone isn't in the dark about what I'm trying to do :) I'm trying to modify mod_include so that it initially reads POST content and stores that in a block of memory in the request pool. I was trying to use the bucket brigade to fill the area of memory but I'm not sure how to create a p

Bug report for APR [2004/08/22]

2004-08-22 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: Using APR

2004-08-22 Thread Nick Kew
On Sun, 22 Aug 2004, Cliff Woolley wrote: > directory for tons of examples on how to use bucket brigades. You can > also look at the two ApacheCon talks that I've given on bucket brigades > (see http://www.cs.virginia.edu/~jcw5q/talks/). You might also pick up a > copy of Ryan Bloom's book, Apac

Re: Using APR

2004-08-22 Thread Cliff Woolley
On Sat, 21 Aug 2004, Anthony Wells wrote: > Currently, I am attempting to port an older Apache 1.3 module to Apache 2.0 > using the APR. Unfortunately, the documentation for APR is rather sparse The documentation, such as it is, is all in the header files. Some parts are definitely more verbose