[pmwiki-users] How to set content-length in apache? (Was: upload of zip files fail...)

mac dgw4kpv02 at sneakemail.com
Tue Jun 14 00:45:17 CDT 2005


mac <dgw4kpv02 <at> sneakemail.com> writes:

> 
> This is probably some configuration on the server but I can't figure out
> what, so I ask here.

Ok, I found that it is a size problem, but I still don't know how to 
correct it.

The error log gives me:

Requested content-length of 1019235 is larger than the configured limit of 
524288, referer: http://gbpvr.com/pmwiki/pmwiki.php?n=Plugin.BleepBloop?
action=upload&upname=BleepBloop.zip 

and, as suggested by another thread, I tried setting LimitRequestBody:

<Directory /var/www/html/gbpvr/pmwiki/>
Options All +FollowSymLinks
AllowOverride All
LimitRequestBody 16000000
</Directory>

But the limit error is still there.





More information about the pmwiki-users mailing list