I get this error in server's error_log HTTP request length 132355 (so far) exceeds MaxRequestLen (131072) when upload a files.

I want config MaxRequestLen's size is bigger I changed in .htaccess

<IfModule mod_fcgid.c>
FcgidMaxRequestLen 15728640
</IfModule> 

but get this error:

[alert] .....xxxx/xxx/.htaccess FcgidMaxRequestLen not allowed here

then where can i config it ?

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

mod_fcgid documentation says that FcgidMaxRequestLen directive is allowed in server config and virtual host context.

link|improve this answer
it is working ,thanks a lot . – meotimdihia May 15 '11 at 22:09
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.