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