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 error

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

[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

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

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 uploads.