Re: [EMAIL PROTECTED] ErrorDocument not working for HTTP code 413

2008-03-04 Thread Joshua Slive
On Mon, Mar 3, 2008 at 9:58 PM, <[EMAIL PROTECTED]> wrote: > Joshua, > > Since i need to limit the file size being uploaded either via Apache/httpd > or the plugin, i tried using the Apache LimitRequestBody attribute. > I noticed that when this kicks in, though i see an error in the Apache > e

Re: [EMAIL PROTECTED] ErrorDocument not working for HTTP code 413

2008-03-03 Thread Ramdas . Hegde
Joshua, Since i need to limit the file size being uploaded either via Apache/httpd or the plugin, i tried using the Apache LimitRequestBody attribute. I noticed that when this kicks in, though i see an error in the Apache error log saying that the file size is larger than that is allowed, this doe

[EMAIL PROTECTED] ErrorDocument not working for HTTP code 413

2008-03-03 Thread Joshua Slive
On Mon, Mar 3, 2008 at 3:44 PM, <[EMAIL PROTECTED]> wrote: > Joshua, > > > > Is the 413 returned because you exceed the LimitRequestSize configured > > for apache? > > > > I am not using the Apache parameter but a WLS plugin parameter. > I have set the MaxPostSize parameter within th

Re: [EMAIL PROTECTED] ErrorDocument not working for HTTP code 413

2008-03-03 Thread Ramdas . Hegde
Joshua, > Is the 413 returned because you exceed the LimitRequestSize configured > for apache? > I am not using the Apache parameter but a WLS plugin parameter. I have set the MaxPostSize parameter within the WLS Apache plugin. I am assuming this causes the 413 to return. Interestingly, i saw dif

Re: [EMAIL PROTECTED] ErrorDocument not working for HTTP code 413

2008-03-01 Thread Eric Covener
On Fri, Feb 29, 2008 at 10:06 PM, Joshua Slive <[EMAIL PROTECTED]> wrote: > See the paragraph near the bottom of > http://httpd.apache.org/docs/2.2/mod/core.html#errordocument In some cases, a string literal or external redirect can be used when a local file form of ErrorDocument is unusable. I

Re: [EMAIL PROTECTED] ErrorDocument not working for HTTP code 413

2008-02-29 Thread Joshua Slive
On Fri, Feb 29, 2008 at 9:03 PM, <[EMAIL PROTECTED]> wrote: > > I am using httpd 2.2.4 with BEA Weblogic plug-in for Apache. > I have configured the ErrorDocument to handle HTTP return codes returned by > the app. I have set a MaxPostSize attribute on the WLS plug-in to limit the > file upload

Re: [EMAIL PROTECTED] ErrorDocument not working for HTTP code 413

2008-02-29 Thread Nils Jeppe
On Fri, 29 Feb 2008 [EMAIL PROTECTED] wrote: I am using httpd 2.2.4 with BEA Weblogic plug-in for Apache. I have configured the ErrorDocument to handle HTTP return codes returned by the app. I have set a MaxPostSize attribute on the WLS plug-in to limit the file uploads. When i simulate HTTP s

[EMAIL PROTECTED] ErrorDocument not working for HTTP code 413

2008-02-29 Thread Ramdas . Hegde
I am using httpd 2.2.4 with BEA Weblogic plug-in for Apache. I have configured the ErrorDocument to handle HTTP return codes returned by the app. I have set a MaxPostSize attribute on the WLS plug-in to limit the file uploads. When i simulate HTTP status 413 for large file uploads by doing a multi