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 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 41

[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,

[EMAIL PROTECTED] DBD(mysql) authentication unreliable on inter-hierarchy traversal?

2006-09-25 Thread Steven Simpson
Hello, My configuration: * Common: Slackware 10.0, mysql 4.1.21 * Old server: Apache HTTPD 2.0.52, mod_auth_mysql-3.0.0 * New server: Apache HTTPD 2.2.3, mod_dbd, mod_authn_dbd, apr_dbd_mysql.c * Testing with Firefox 1.5 I'm trying to migrate from the old server to the new,