On Tue, 11 Jan 2005 21:59:01 -0800 (PST), Joe Smith <[EMAIL PROTECTED]> wrote: > > > LimitRequestBody directive > (http://httpd.apache.org/docs/mod/core.html#limitrequestbody) > in httpd.conf is used to specify the limit on the allowed size of an HTTP > request. > According to the doc., if I don't want any limit, then I don't need to add > this > directive in httpd.conf. Correct? > > Then how come I keep getting this HTTP response when I upload > 10MB files > in my JSP application. > > > By the way, this is the HTTP response: > > HTTP/1.1 413 Request Entity Too Large > > Date: Thu, 06 Jan 2005 00:25:50 GMT > > Server: IBM_HTTP_SERVER/1.3.26.2 Apache/1.3.26 (Unix) > > Connection: close > > Transfer-Encoding: chunked > > Content-Type: text/html; charset=iso-8859-1 > > Even I added this directive, it is still unable to upload a file > 10MB. I > really feel > very frustrated now, and have no clue what to do next.
a) checking could be performed by the application or app server or app server plug-in; start by looking for PostSizeLimit in the WebSphere plug-in config file b) get IBM to investigate by opening a PMR with IBM support; generally speaking, the folks hanging out here do not know what IBM HTTP Server is and cannot field questions on it; discussions here are generally limited to the web server which you download from httpd.apache.org (you could do packet trace yourself between plug-in and app server to see which side is generating the 413, thus narrowing the scope of investigation dramatically)
