Re: [us...@httpd] Buffering of huge POSTs to CGI and alternatives

2010-11-16 Thread Steven Simpson
On 15/11/10 19:00, Jeff Trawick wrote: On Mon, Nov 15, 2010 at 4:43 AM, Steven Simpson s...@comp.lancs.ac.uk wrote: Can [CGI/Apache] deal with huge message bodies, such as those exceeding virtual RAM, by saving to disc (for example)? mod_cgi/mod_cgid: request will fail with 411 if client

[us...@httpd] Buffering of huge POSTs to CGI and alternatives

2010-11-15 Thread Steven Simpson
Hi, I intend to have a CGI program extract a form field and deliver this data to an external system, but the field in question is likely to be huge. The server can't invoke the program until it knows the length of the request body, in order to set CONTENT_LENGTH in the program's environment. If

Re: [EMAIL PROTECTED] Problem with MySQL authn_dbd and virtual hosts

2007-03-05 Thread Steven Simpson
Hello, Zach Moazeni wrote: I'm working with Apache 2.2.3, MySQL 4.1.12 on CentOS. I have compiled mod_dbd, authn_dbd (along with the apr_dbd_mysql.c from http://apache.webthing.com/database) and I've successfully configured authn_dbd on the base config. Apache 2.2.4, MySQL 4.1.21, Linux,