[horde] gollem file upload size limitation
Vilius Šumskas
vilius at lnk.lt
Mon May 16 05:43:29 PDT 2005
Toomas Vann <tom at bns.ee> rašė:
> Hi!
>
> I am running:
> * Horde: 3.0.4
> * Gollem: 1.0-cvs
>
> On Suse 9.2 (PHP 4.3.8, Apache 2.0.50, MySQL 4.0.21) and I have
> following problem. I have gollem set up for two different backends, one
> is direcotry based on server filesystem, the other one is sql-backend
> based, set up with table horde_muvfs... Now I can upload files lets say
> 0,5mb and smaller to sql-backend based part, and bigger to filesystem
> based section. But for some reason bigger files are not uploaded to
> sql-based part, even no error message is given. And php.ini settings
> should not be an issue here, if this thing works with one backend and
> not with another....
>
> Maybe few pointer where should I start to look ?
Check LimitRequestBody variable in apache configuration file. On my
system it looks like this:
<Files *.php>
SetOutputFilter PHP
SetInputFilter PHP
LimitRequestBody 31457280
</Files>
Might help.
--
Best Regards,
Vilius Šumskas
LNK TV system administrator
mob.: +370 614 75713
http://www.lnk.lt
More information about the horde
mailing list