[PATCH] support/config.m4 additions for --enable-static-support

2006-09-08 Thread Eric Covener
Adds ability to link htcacheclean, httxt2dbm, and fcgistarter with static apr/apr-util like the older support programs. -- Eric Covener [EMAIL PROTECTED] Index: support/config.m4 === --- support/config.m4 (revision 441729) +++ suppor

Re: [RELEASE CANDIDATE]: libapreq2 2.09-RC1

2006-09-08 Thread Brian McQueen
Works fine on FC4: Linux xxx 2.6.16-1.2069_FC4smp #1 SMP Tue Mar 28 12:47:32 EST 2006 i686 i686 i386 GNU/Linux On 9/7/06, Philip M. Gollucci <[EMAIL PROTECTED]> wrote: Please download, test, and report back on the following candidate tarball: http://people.apache.org/~pgollucci/apreq2/libapre

Re: High CPU utilization on using Apache as a reverse proxy

2006-09-08 Thread William A. Rowe, Jr.
pradeep kumar wrote: > Hi, > > Unfortunately the fix didn't help. The 100% CPU utilization is still > seen. Can you suggest what else could be causing this large CPU utilization. Not unless you could follow the directions at http://httpd.apache.org/dev/debugging.html#backtrace which may show

Re: the request_rec structure in c plugins

2006-09-08 Thread Brian McQueen
Use apreq. It reads it all in and parses it and provides the parms in a table. It saves you from having to writer a parser. Its part of the apache project too: http://httpd.apache.org/apreq/ Here is a pseudocode sample of how to use it: apreq_handle_t *aph; ap_setup_client_block...error chec

RE: the request_rec structure in c plugins

2006-09-08 Thread Sivadoss, Pradosh
You can read the body data using the apache method "ap_get_client_block" -Original Message- From: toni pérez [mailto:[EMAIL PROTECTED] Sent: Friday, September 08, 2006 10:42 AM To: [EMAIL PROTECTED] Subject: the request_rec structure in c plugins hello list, I'm building a C plugin for

the request_rec structure in c plugins

2006-09-08 Thread toni pérez
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

Re: Regex based publisher proposal

2006-09-08 Thread Dan Eloff
* DB connection pooling Got that. It's actually very simple. Just derive from the Queue class, it's already synchronized. Override pop with the logic for handing out connections. Simply use put to return it when you're done. I recommend putting the db information in a config file like rails does

Re: High CPU utilization on using Apache as a reverse proxy

2006-09-08 Thread pradeep kumar
Hi, Unfortunately the fix didn't help. The 100% CPU utilization is still seen. Can you suggest what else could be causing this large CPU utilization. Regards, PradeepOn 8/21/06, pradeep kumar <[EMAIL PROTECTED]> wrote: Hi Jon, Thanks for letting me know that this issue wont be seen on HPUX. I'll

[Announce] New (relocated) [EMAIL PROTECTED] list

2006-09-08 Thread William A. Rowe, Jr.
Following a vote on dev@httpd.apache.org, and with input from the project participants on the [EMAIL PROTECTED] Authors' discussion list, the httpd project is pleased to announce the creation of a new modules-dev list at httpd.apache.org. Current subscribers to the apache-modules list will not be