  | |  | httpd upload limit in RHEL 2.1 [SOLVED] | httpd upload limit in RHEL 2.1 [SOLVED] 2004-11-24 - By Matthew Saltzman
Back On Wed, 24 Nov 2004, Michael J. Pawlowsky wrote:
> First I would ask this on an apache mail list. You will probably get
> more answers. How are you trying to receive it. If with PHP, php has a
> limit set in php.ini. Also the html of course can set a limit.
> (.htaccess file changing the limit somewhere?)
>
> Are you getting an error or is it simply timing out.
> There are time limits that you can set as well so this may be affecting
> things.
>
> If you are more precise and give more detail perhaps we can find the answer.
First, it turns out that I was looking at the wrong machine. The problem
server is RHES 3.
I started to gather the relevant statistics and wrote this:
In httpd/conf.d/php.conf:
<Files *.php >
SetOutputFilter PHP
SetInputFilter PHP
LimitRequestBody 200000000
</Files >
(The old value for LimitRequestBody was 524288.)
And that 's when I realized that in httpd/conf.d/php.conf~, the old value
was still listed. <Doh! >
Thanks for the insight!
> Matthew Saltzman wrote:
> > Sorry to ask a 2.1 question here, but I couldn 't figure out which list it
> > belongs on.
> >
> > It seems like there is a limit of about 512K on the size of a file to be
> > uploaded. This limit appears to apply even though there is no
> > LimitRequestBody directive in my httpd.conf file.
> >
> > Can anyone tell me where this is being set and how I can override it?
> >
> > TIA.
--
Matthew Saltzman
Clemson University Math Sciences
mjs AT clemson DOT edu
http://www.math.clemson.edu/~mjs
--
Taroon-list mailing list
Taroon-list@(protected)
http://www.redhat.com/mailman/listinfo/taroon-list
|
|
 |