On 12/10/07, RB <[EMAIL PROTECTED]> wrote: > http://trac.lighttpd.net/trac/wiki/server.max-request-sizeDetails - > defaults to 2GB > > /usr/local/lib/php.ini also covers some of that, and is currently set to 100M. > > Some other sources (from searching on the error) seem to point at > PHP's memory_limit, and suggest raising it from the default 8M. The > primary has 4GB, so I'll raise it to 32M (defaults to 128M in > >=php-5.2.0).
Yeah but we want to prevent anything but a normal HTTP GET/POST to avoid this. PHP is not invoked until after lighty has already accepted the HTTP upload. Something like: http://www.ruby-forum.com/topic/133679 Scott --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
